COLOR #E9D6B5

HEX: #E9D6B5
RGB: (233,214,181)

Color info

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

RGB color model

#E9D6B5 color RGB value is (233,214,181).

  • red value is 233;
  • green value is 214;
  • blue value is 181.
RGB:
(233,214,181)
(91%,84%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 181 of 255 = 71%

233
214
181

R + G + B ~ 82%. #E9D6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 214 + 181 = 628 (100%)
R 233 of 628 ~ 37.1%
G 214 of 628 ~ 34.08%
B 181 of 628 ~ 28.82%

%37.1
%34.08
%28.82

CMYK color model

#E9D6B5 color CMYK value is (0,8,22,9).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 22.32%
  • key color value is 8.63%
CMYK:
(0,8,22,9)
C0M8Y22K9 
(0%,8%,22%,9%)
(0.00/0.08/0.22/0.09)	

CMYK percentages

%0
%8.15
%22.32
%8.63

Codes

Color #E9D6B5 in popluar color models

E9D6B5
RGB233214181
HSL38°54.17%81.18%
HSB/HSV38°22.32%91.37%
CMYK0.00%8.15%22.32%
8.63%

Color #E9D6B5 in popluar number systems.

HEXE9D6B5
Decimal233214181
Binary111010011101011010110101
Octal351326265

Shades and tints

Shades of #E9D6B5

#E9D6B5
(233,214,181)
#D4C3A5
(212,195,165)
#BFB095
(191,176,149)
#AA9D85
(170,157,133)
#958A75
(149,138,117)
#807765
(128,119,101)
#6B6455
(107,100,85)
#565145
(86,81,69)
#413E35
(65,62,53)
#2C2B25
(44,43,37)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #E9D6B5

#E9D6B5
(233,214,181)
#EBD9BB
(235,217,187)
#EDDCC1
(237,220,193)
#EFDFC7
(239,223,199)
#F1E2CD
(241,226,205)
#F3E5D3
(243,229,211)
#F5E8D9
(245,232,217)
#F7EBDF
(247,235,223)
#F9EEE5
(249,238,229)
#FBF1EB
(251,241,235)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D6B5 color. Also use rgb(233,214,181) instead hex code.

Text Font Color

.myTextColor { color: #E9D6B5; }

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

This text font color is #E9D6B5.


Background Color

.myBgColor { background-color: #E9D6B5; }

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

This div background color is #E9D6B5.


Border color

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

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

This div border color is #E9D6B5.


Opacity

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

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

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

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

This text has shadow with #E9D6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D6B5 on black background.


Color preview on white background

This text has color #E9D6B5 on white background.



Black color preview on #E9D6B5 background

This text has black color on #E9D6B5 background.


White color preview on #E9D6B5 background

This text has white color on #E9D6B5 background.