COLOR #E9D8BB

HEX: #E9D8BB
RGB: (233,216,187)

Color info

#E9D8BB contains red, green and blue colors in about the same proportion. Web safe color of #E9D8BB is #FFCCCC (or #FCC).

RGB color model

#E9D8BB color RGB value is (233,216,187).

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

RGB channels and saturation

R 233 of 255 = 91%
G 216 of 255 = 85%
B 187 of 255 = 73%

233
216
187

R + G + B ~ 83%. #E9D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 216 + 187 = 636 (100%)
R 233 of 636 ~ 36.64%
G 216 of 636 ~ 33.96%
B 187 of 636 ~ 29.4%

%36.64
%33.96
%29.4

CMYK color model

#E9D8BB color CMYK value is (0,7,20,9).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 19.74%
  • key color value is 8.63%
CMYK:
(0,7,20,9)
C0M7Y20K9 
(0%,7%,20%,9%)
(0.00/0.07/0.20/0.09)	

CMYK percentages

%0
%7.3
%19.74
%8.63

Codes

Color #E9D8BB in popluar color models

E9D8BB
RGB233216187
HSL38°51.11%82.35%
HSB/HSV38°19.74%91.37%
CMYK0.00%7.30%19.74%
8.63%

Color #E9D8BB in popluar number systems.

HEXE9D8BB
Decimal233216187
Binary111010011101100010111011
Octal351330273

Shades and tints

Shades of #E9D8BB

#E9D8BB
(233,216,187)
#D4C5AA
(212,197,170)
#BFB299
(191,178,153)
#AA9F88
(170,159,136)
#958C77
(149,140,119)
#807966
(128,121,102)
#6B6655
(107,102,85)
#565344
(86,83,68)
#414033
(65,64,51)
#2C2D22
(44,45,34)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #E9D8BB

#E9D8BB
(233,216,187)
#EBDBC1
(235,219,193)
#EDDEC7
(237,222,199)
#EFE1CD
(239,225,205)
#F1E4D3
(241,228,211)
#F3E7D9
(243,231,217)
#F5EADF
(245,234,223)
#F7EDE5
(247,237,229)
#F9F0EB
(249,240,235)
#FBF3F1
(251,243,241)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D8BB; }

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

This text font color is #E9D8BB.


Background Color

.myBgColor { background-color: #E9D8BB; }

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

This div background color is #E9D8BB.


Border color

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

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

This div border color is #E9D8BB.


Opacity

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

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

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

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

This text has shadow with #E9D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D8BB on black background.


Color preview on white background

This text has color #E9D8BB on white background.



Black color preview on #E9D8BB background

This text has black color on #E9D8BB background.


White color preview on #E9D8BB background

This text has white color on #E9D8BB background.