COLOR #E9D7BA

HEX: #E9D7BA
RGB: (233,215,186)

Color info

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

RGB color model

#E9D7BA color RGB value is (233,215,186).

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

RGB channels and saturation

R 233 of 255 = 91%
G 215 of 255 = 84%
B 186 of 255 = 73%

233
215
186

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

Portions of RGB colors in percentages

R + G + B =
233 + 215 + 186 = 634 (100%)
R 233 of 634 ~ 36.75%
G 215 of 634 ~ 33.91%
B 186 of 634 ~ 29.34%

%36.75
%33.91
%29.34

CMYK color model

#E9D7BA color CMYK value is (0,8,20,9).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(0,8,20,9)
C0M8Y20K9 
(0%,8%,20%,9%)
(0.00/0.08/0.20/0.09)	

CMYK percentages

%0
%7.73
%20.17
%8.63

Codes

Color #E9D7BA in popluar color models

E9D7BA
RGB233215186
HSL37°51.65%82.16%
HSB/HSV37°20.17%91.37%
CMYK0.00%7.73%20.17%
8.63%

Color #E9D7BA in popluar number systems.

HEXE9D7BA
Decimal233215186
Binary111010011101011110111010
Octal351327272

Shades and tints

Shades of #E9D7BA

#E9D7BA
(233,215,186)
#D4C4AA
(212,196,170)
#BFB19A
(191,177,154)
#AA9E8A
(170,158,138)
#958B7A
(149,139,122)
#80786A
(128,120,106)
#6B655A
(107,101,90)
#56524A
(86,82,74)
#413F3A
(65,63,58)
#2C2C2A
(44,44,42)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #E9D7BA

#E9D7BA
(233,215,186)
#EBDAC0
(235,218,192)
#EDDDC6
(237,221,198)
#EFE0CC
(239,224,204)
#F1E3D2
(241,227,210)
#F3E6D8
(243,230,216)
#F5E9DE
(245,233,222)
#F7ECE4
(247,236,228)
#F9EFEA
(249,239,234)
#FBF2F0
(251,242,240)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D7BA; }

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

This text font color is #E9D7BA.


Background Color

.myBgColor { background-color: #E9D7BA; }

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

This div background color is #E9D7BA.


Border color

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

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

This div border color is #E9D7BA.


Opacity

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

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

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

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

This text has shadow with #E9D7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D7BA on black background.


Color preview on white background

This text has color #E9D7BA on white background.



Black color preview on #E9D7BA background

This text has black color on #E9D7BA background.


White color preview on #E9D7BA background

This text has white color on #E9D7BA background.