COLOR #E9C0AC

HEX: #E9C0AC
RGB: (233,192,172)

Color info

#E9C0AC contains mainly red and green colors. Web safe color of #E9C0AC is #FFCC99 (or #FC9).

RGB color model

#E9C0AC color RGB value is (233,192,172).

  • red value is 233;
  • green value is 192;
  • blue value is 172.
RGB:
(233,192,172)
(91%,75%,67%)

RGB channels and saturation

R 233 of 255 = 91%
G 192 of 255 = 75%
B 172 of 255 = 67%

233
192
172

R + G + B ~ 78%. #E9C0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 192 + 172 = 597 (100%)
R 233 of 597 ~ 39.03%
G 192 of 597 ~ 32.16%
B 172 of 597 ~ 28.81%

%39.03
%32.16
%28.81

CMYK color model

#E9C0AC color CMYK value is (0,18,26,9).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(0,18,26,9)
C0M18Y26K9 
(0%,18%,26%,9%)
(0.00/0.18/0.26/0.09)	

CMYK percentages

%0
%17.6
%26.18
%8.63

Codes

Color #E9C0AC in popluar color models

E9C0AC
RGB233192172
HSL20°58.10%79.41%
HSB/HSV20°26.18%91.37%
CMYK0.00%17.60%26.18%
8.63%

Color #E9C0AC in popluar number systems.

HEXE9C0AC
Decimal233192172
Binary111010011100000010101100
Octal351300254

Shades and tints

Shades of #E9C0AC

#E9C0AC
(233,192,172)
#D4AF9D
(212,175,157)
#BF9E8E
(191,158,142)
#AA8D7F
(170,141,127)
#957C70
(149,124,112)
#806B61
(128,107,97)
#6B5A52
(107,90,82)
#564943
(86,73,67)
#413834
(65,56,52)
#2C2725
(44,39,37)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E9C0AC

#E9C0AC
(233,192,172)
#EBC5B3
(235,197,179)
#EDCABA
(237,202,186)
#EFCFC1
(239,207,193)
#F1D4C8
(241,212,200)
#F3D9CF
(243,217,207)
#F5DED6
(245,222,214)
#F7E3DD
(247,227,221)
#F9E8E4
(249,232,228)
#FBEDEB
(251,237,235)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C0AC color. Also use rgb(233,192,172) instead hex code.

Text Font Color

.myTextColor { color: #E9C0AC; }

<p style="color:#E9C0AC">This sample text font color is #E9C0AC.</p>

This text font color is #E9C0AC.


Background Color

.myBgColor { background-color: #E9C0AC; }

<div style="background-color:#E9C0AC">Inner text</div>

This div background color is #E9C0AC.


Border color

.myBorderColor { border: 1px solid #E9C0AC; }

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

This div border color is #E9C0AC.


Opacity

.myOpacity80 { color: #E9C0AC; opacity: 0.8; }

<p style="color:#E9C0AC;opacity:0.8;">80%</p>

Text with #E9C0AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E9C0AC;}

<p style="text-shadow: 3px 3px 1px #E9C0AC">Text here.</p>

This text has shadow with #E9C0AC color.

.textShadow {text-shadow: 3px 3px 1px #E9C0AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E9C0AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #E9C0AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9C0AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E9C0AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #E9C0AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E9C0AC;
  -webkit-box-shadow:	1px 1px 3px 2px #E9C0AC;
  box-shadow:		1px 1px 3px 2px #E9C0AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9C0AC;
-webkit-box-shadow: 1px 1px 3px 2px #E9C0AC;
box-shadow:1px 1px 3px 2px #E9C0AC;">
Div content here</div>
This div box has shadow with color #E9C0AC.

Preview

Color preview on black background

This text has color #E9C0AC on black background.


Color preview on white background

This text has color #E9C0AC on white background.



Black color preview on #E9C0AC background

This text has black color on #E9C0AC background.


White color preview on #E9C0AC background

This text has white color on #E9C0AC background.