COLOR #E8D6B9

HEX: #E8D6B9
RGB: (232,214,185)

Color info

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

RGB color model

#E8D6B9 color RGB value is (232,214,185).

  • red value is 232;
  • green value is 214;
  • blue value is 185.
RGB:
(232,214,185)
(91%,84%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 185 of 255 = 73%

232
214
185

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

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 185 = 631 (100%)
R 232 of 631 ~ 36.77%
G 214 of 631 ~ 33.91%
B 185 of 631 ~ 29.32%

%36.77
%33.91
%29.32

CMYK color model

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

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

CMYK percentages

%0
%7.76
%20.26
%9.02

Codes

Color #E8D6B9 in popluar color models

E8D6B9
RGB232214185
HSL37°50.54%81.76%
HSB/HSV37°20.26%90.98%
CMYK0.00%7.76%20.26%
9.02%

Color #E8D6B9 in popluar number systems.

HEXE8D6B9
Decimal232214185
Binary111010001101011010111001
Octal350326271

Shades and tints

Shades of #E8D6B9

#E8D6B9
(232,214,185)
#D3C3A9
(211,195,169)
#BEB099
(190,176,153)
#A99D89
(169,157,137)
#948A79
(148,138,121)
#7F7769
(127,119,105)
#6A6459
(106,100,89)
#555149
(85,81,73)
#403E39
(64,62,57)
#2B2B29
(43,43,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #E8D6B9

#E8D6B9
(232,214,185)
#EAD9BF
(234,217,191)
#ECDCC5
(236,220,197)
#EEDFCB
(238,223,203)
#F0E2D1
(240,226,209)
#F2E5D7
(242,229,215)
#F4E8DD
(244,232,221)
#F6EBE3
(246,235,227)
#F8EEE9
(248,238,233)
#FAF1EF
(250,241,239)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D6B9 color. Also use rgb(232,214,185) instead hex code.

Text Font Color

.myTextColor { color: #E8D6B9; }

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

This text font color is #E8D6B9.


Background Color

.myBgColor { background-color: #E8D6B9; }

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

This div background color is #E8D6B9.


Border color

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

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

This div border color is #E8D6B9.


Opacity

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

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

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

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

This text has shadow with #E8D6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6B9 on black background.


Color preview on white background

This text has color #E8D6B9 on white background.



Black color preview on #E8D6B9 background

This text has black color on #E8D6B9 background.


White color preview on #E8D6B9 background

This text has white color on #E8D6B9 background.