COLOR #E8D9B7

HEX: #E8D9B7
RGB: (232,217,183)

Color info

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

RGB color model

#E8D9B7 color RGB value is (232,217,183).

  • red value is 232;
  • green value is 217;
  • blue value is 183.
RGB:
(232,217,183)
(91%,85%,72%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 183 of 255 = 72%

232
217
183

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 183 = 632 (100%)
R 232 of 632 ~ 36.71%
G 217 of 632 ~ 34.34%
B 183 of 632 ~ 28.96%

%36.71
%34.34
%28.96

CMYK color model

#E8D9B7 color CMYK value is (0,6,21,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 21.12%
  • key color value is 9.02%
CMYK:
(0,6,21,9)
C0M6Y21K9 
(0%,6%,21%,9%)
(0.00/0.06/0.21/0.09)	

CMYK percentages

%0
%6.47
%21.12
%9.02

Codes

Color #E8D9B7 in popluar color models

E8D9B7
RGB232217183
HSL42°51.58%81.37%
HSB/HSV42°21.12%90.98%
CMYK0.00%6.47%21.12%
9.02%

Color #E8D9B7 in popluar number systems.

HEXE8D9B7
Decimal232217183
Binary111010001101100110110111
Octal350331267

Shades and tints

Shades of #E8D9B7

#E8D9B7
(232,217,183)
#D3C6A7
(211,198,167)
#BEB397
(190,179,151)
#A9A087
(169,160,135)
#948D77
(148,141,119)
#7F7A67
(127,122,103)
#6A6757
(106,103,87)
#555447
(85,84,71)
#404137
(64,65,55)
#2B2E27
(43,46,39)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #E8D9B7

#E8D9B7
(232,217,183)
#EADCBD
(234,220,189)
#ECDFC3
(236,223,195)
#EEE2C9
(238,226,201)
#F0E5CF
(240,229,207)
#F2E8D5
(242,232,213)
#F4EBDB
(244,235,219)
#F6EEE1
(246,238,225)
#F8F1E7
(248,241,231)
#FAF4ED
(250,244,237)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D9B7 color. Also use rgb(232,217,183) instead hex code.

Text Font Color

.myTextColor { color: #E8D9B7; }

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

This text font color is #E8D9B7.


Background Color

.myBgColor { background-color: #E8D9B7; }

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

This div background color is #E8D9B7.


Border color

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

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

This div border color is #E8D9B7.


Opacity

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

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

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

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

This text has shadow with #E8D9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9B7 on black background.


Color preview on white background

This text has color #E8D9B7 on white background.



Black color preview on #E8D9B7 background

This text has black color on #E8D9B7 background.


White color preview on #E8D9B7 background

This text has white color on #E8D9B7 background.