COLOR #E8D1B7

HEX: #E8D1B7
RGB: (232,209,183)

Color info

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

RGB color model

#E8D1B7 color RGB value is (232,209,183).

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

RGB channels and saturation

R 232 of 255 = 91%
G 209 of 255 = 82%
B 183 of 255 = 72%

232
209
183

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

Portions of RGB colors in percentages

R + G + B =
232 + 209 + 183 = 624 (100%)
R 232 of 624 ~ 37.18%
G 209 of 624 ~ 33.49%
B 183 of 624 ~ 29.33%

%37.18
%33.49
%29.33

CMYK color model

#E8D1B7 color CMYK value is (0,10,21,9).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 21.12%
  • key color value is 9.02%
CMYK:
(0,10,21,9)
C0M10Y21K9 
(0%,10%,21%,9%)
(0.00/0.10/0.21/0.09)	

CMYK percentages

%0
%9.91
%21.12
%9.02

Codes

Color #E8D1B7 in popluar color models

E8D1B7
RGB232209183
HSL32°51.58%81.37%
HSB/HSV32°21.12%90.98%
CMYK0.00%9.91%21.12%
9.02%

Color #E8D1B7 in popluar number systems.

HEXE8D1B7
Decimal232209183
Binary111010001101000110110111
Octal350321267

Shades and tints

Shades of #E8D1B7

#E8D1B7
(232,209,183)
#D3BEA7
(211,190,167)
#BEAB97
(190,171,151)
#A99887
(169,152,135)
#948577
(148,133,119)
#7F7267
(127,114,103)
#6A5F57
(106,95,87)
#554C47
(85,76,71)
#403937
(64,57,55)
#2B2627
(43,38,39)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #E8D1B7

#E8D1B7
(232,209,183)
#EAD5BD
(234,213,189)
#ECD9C3
(236,217,195)
#EEDDC9
(238,221,201)
#F0E1CF
(240,225,207)
#F2E5D5
(242,229,213)
#F4E9DB
(244,233,219)
#F6EDE1
(246,237,225)
#F8F1E7
(248,241,231)
#FAF5ED
(250,245,237)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D1B7; }

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

This text font color is #E8D1B7.


Background Color

.myBgColor { background-color: #E8D1B7; }

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

This div background color is #E8D1B7.


Border color

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

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

This div border color is #E8D1B7.


Opacity

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

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

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

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

This text has shadow with #E8D1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D1B7 on black background.


Color preview on white background

This text has color #E8D1B7 on white background.



Black color preview on #E8D1B7 background

This text has black color on #E8D1B7 background.


White color preview on #E8D1B7 background

This text has white color on #E8D1B7 background.