COLOR #E9D8AC

HEX: #E9D8AC
RGB: (233,216,172)

Color info

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

RGB color model

#E9D8AC color RGB value is (233,216,172).

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

RGB channels and saturation

R 233 of 255 = 91%
G 216 of 255 = 85%
B 172 of 255 = 67%

233
216
172

R + G + B ~ 81%. #E9D8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 216 + 172 = 621 (100%)
R 233 of 621 ~ 37.52%
G 216 of 621 ~ 34.78%
B 172 of 621 ~ 27.7%

%37.52
%34.78
%27.7

CMYK color model

#E9D8AC color CMYK value is (0,7,26,9).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(0,7,26,9)
C0M7Y26K9 
(0%,7%,26%,9%)
(0.00/0.07/0.26/0.09)	

CMYK percentages

%0
%7.3
%26.18
%8.63

Codes

Color #E9D8AC in popluar color models

E9D8AC
RGB233216172
HSL43°58.10%79.41%
HSB/HSV43°26.18%91.37%
CMYK0.00%7.30%26.18%
8.63%

Color #E9D8AC in popluar number systems.

HEXE9D8AC
Decimal233216172
Binary111010011101100010101100
Octal351330254

Shades and tints

Shades of #E9D8AC

#E9D8AC
(233,216,172)
#D4C59D
(212,197,157)
#BFB28E
(191,178,142)
#AA9F7F
(170,159,127)
#958C70
(149,140,112)
#807961
(128,121,97)
#6B6652
(107,102,82)
#565343
(86,83,67)
#414034
(65,64,52)
#2C2D25
(44,45,37)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9D8AC

#E9D8AC
(233,216,172)
#EBDBB3
(235,219,179)
#EDDEBA
(237,222,186)
#EFE1C1
(239,225,193)
#F1E4C8
(241,228,200)
#F3E7CF
(243,231,207)
#F5EAD6
(245,234,214)
#F7EDDD
(247,237,221)
#F9F0E4
(249,240,228)
#FBF3EB
(251,243,235)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D8AC; }

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

This text font color is #E9D8AC.


Background Color

.myBgColor { background-color: #E9D8AC; }

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

This div background color is #E9D8AC.


Border color

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

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

This div border color is #E9D8AC.


Opacity

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

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

Text with #E9D8AC 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 #E9D8AC;}

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

This text has shadow with #E9D8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D8AC on black background.


Color preview on white background

This text has color #E9D8AC on white background.



Black color preview on #E9D8AC background

This text has black color on #E9D8AC background.


White color preview on #E9D8AC background

This text has white color on #E9D8AC background.