#e3d5b8 Color Hex Gentle Touch

Information about Gentle Touch Color | #0000FF

#e3d5b8 color RGB value is (227,213,184). #e3d5b8 color name is Gentle Touch color.

#e3d5b8 hex color red value is 227 , green value is 213 and the blue value of its RGB is 184 . Cylindrical-coordinate representations (also known as HSL) of color #e3d5b8 hue: 40 , saturation: 43 and the lightness value of #e3d5b8 is 81

The process color (four color CMYK) of #e3d5b8 color hex is 0 , 2 ,7, 4 .

#e3d5b8

~Gentle Touch

Color Converions

HEX
#e3d5b8
RGB
227,213,184
LAB
86,2,16
CMYK
0,6,19,11
LCH
86,16,84
XYZ
64,67,55
HSV
40,19,89
HSL
40,43,81

Base Numbers

Base Red Green Blue
Binary 11100011 11010101 10111000
Octal 343 325 270
Decimal 227 213 184
Hex e3 d5 b8

RGB Percentages of Color #e3d5b8

89%
84%
72%

CMYK Percentages of Color #e3d5b8

0%
7%
2%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e3d5b8

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e3d5b8
20%
#ccc0a6
30%
#b6aa93
40%
#9f9581
50%
#88806e
60%
#726b5c
70%
#5b554a
80%
#444037
90%
#2d2b25
100%
#171512

Tints of #e3d5b8

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e3d5b8
20%
#e6d9bf
30%
#e9ddc6
40%
#ebe2cd
50%
#eee6d4
60%
#f1eadb
70%
#f4eee3
80%
#f7f2ea
90%
#f9f7f1
100%
#fcfbf8

Tones of #e3d5b8

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e3d5b8
20%
#d9ccb2
30%
#cfc4ad
40%
#c5bba7
50%
#bbb3a1
60%
#b1aa9c
70%
#a7a296
80%
#9d9990
90%
#93918b
100%
#898885

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e3d5b8
#e3c4b8
#e3ccb8
#e3d5b8
#e3deb8
#e0e3b8

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e3d5b8
#b8c6e3

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e3d5b8
#bde3b8
#c4b8e3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e3d5b8
#b8e3d5
#d5b8e3

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e3d5b8
#b8e3bf
#b8c6e3
#e3b8db

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e3d5b8
#0e0e0c
#39352e
#635d51
#8e8573
#b8ad96

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e3d5b8

protanopia

#e0d4b7

deuteranopia

#f5cdb9

tritanopia

#e8cede

achromatopsia

#d6d6d6

protanomaly

#e1d5b7

deuteranomaly

#efd0b8

achromatopsia

#d6d6d6

tritanomaly

#e6d1d0

achromatomaly

#dbd6cb

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 14/21
Hello World !

#e3d5b8 Color CSS Codes

.bgcolor {background-color:#e3d5b8; } 
.forecolor {color:#e3d5b8; }
.bordercolor {border:3px solid #e3d5b8; }
            

#e3d5b8 Text Font Color

<div style="color:#e3d5b8">
Div content here</div>

This sample text font color is #e3d5b8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e3d5b8 Background Color

<div style="background-color:#e3d5b8">
Div content here</div>
Div content here

#e3d5b8 Border Color

<div style="border:3px solid #e3d5b8">
Div here</div>

This div border color is #e3d5b8

#e3d5b8 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e3d5b8; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3d5b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3d5b8;
  -webkit-box-shadow: 1px 1px 3px 2px #e3d5b8;
  box-shadow: 1px 1px 3px 2px #e3d5b8; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e3d5b8">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e3d5b8;
              -webkit-box-shadow: 1px 1px 3px 2px #e3d5b8;
              box-shadow:         1px 1px 3px 2px #e3d5b8#e3d5b8">
Div content here</div>

This div box has shadow with color #e3d5b8

More Colors

Gold Vein
#d6b956
Bowser Shell
#536b1f
Pickled Grape Leaves
#775500
Connaisseur
#654e44
Gumdrop
#de96c1
Guava
#ff982e
Parma Plum Red
#5e3958
Cairns
#0a6b92
Heavy Heart
#771122
Brown Labrador
#97382c
French Heirloom
#e9e2e0
Bulma Hair
#359e6b
Jupiter
#e1e1e2
Eye Of Newt
#ae3d3b
Delectable
#9a92a7
Pine Haven
#486358
Island Aqua
#2bb9af
Gunjō Blue
#5d8cae
Marzipan Pink
#eebabc
Intense Yellow
#e19c35
Desert Mauve
#e8d2d6
Biscotti
#dac7ab
Deep Jungle
#3f564a
Particle Cannon
#def3e6
Peachade
#fadfc7
Droplet
#aaddff
Birch
#3f3726
Paris
#91a7bc
Pickled Pineapple
#eeff33
Beef Patties
#bb5533
Cowgirl Blue
#6a87ab
Bengala Red
#8f2e14
Light Pink Linen
#ddced1
Cayman Bay
#52798d
Blanc De Blanc
#e7e9e7
Jubilee
#7e6099
Mint Morning
#00ddcc
Ocean Trip
#62aeba
Kiwikiwi Grey
#909495
Mesa Verde
#7f976c
rating-img
Rate this tool
NaN/5   0 votes