COLOR #E9D8BA

HEX: #E9D8BA
RGB: (233,216,186)

Color info

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

RGB color model

#E9D8BA color RGB value is (233,216,186).

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

RGB channels and saturation

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

233
216
186

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

Portions of RGB colors in percentages

R + G + B =
233 + 216 + 186 = 635 (100%)
R 233 of 635 ~ 36.69%
G 216 of 635 ~ 34.02%
B 186 of 635 ~ 29.29%

%36.69
%34.02
%29.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 20.17%
  • 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
%20.17
%8.63

Codes

Color #E9D8BA in popluar color models

E9D8BA
RGB233216186
HSL38°51.65%82.16%
HSB/HSV38°20.17%91.37%
CMYK0.00%7.30%20.17%
8.63%

Color #E9D8BA in popluar number systems.

HEXE9D8BA
Decimal233216186
Binary111010011101100010111010
Octal351330272

Shades and tints

Shades of #E9D8BA

#E9D8BA
(233,216,186)
#D4C5AA
(212,197,170)
#BFB29A
(191,178,154)
#AA9F8A
(170,159,138)
#958C7A
(149,140,122)
#80796A
(128,121,106)
#6B665A
(107,102,90)
#56534A
(86,83,74)
#41403A
(65,64,58)
#2C2D2A
(44,45,42)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #E9D8BA

#E9D8BA
(233,216,186)
#EBDBC0
(235,219,192)
#EDDEC6
(237,222,198)
#EFE1CC
(239,225,204)
#F1E4D2
(241,228,210)
#F3E7D8
(243,231,216)
#F5EADE
(245,234,222)
#F7EDE4
(247,237,228)
#F9F0EA
(249,240,234)
#FBF3F0
(251,243,240)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D8BA; }

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

This text font color is #E9D8BA.


Background Color

.myBgColor { background-color: #E9D8BA; }

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

This div background color is #E9D8BA.


Border color

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

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

This div border color is #E9D8BA.


Opacity

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

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

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

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

This text has shadow with #E9D8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D8BA on black background.


Color preview on white background

This text has color #E9D8BA on white background.



Black color preview on #E9D8BA background

This text has black color on #E9D8BA background.


White color preview on #E9D8BA background

This text has white color on #E9D8BA background.