COLOR #E8D8B1

HEX: #E8D8B1
RGB: (232,216,177)

Color info

#E8D8B1 contains red, green and blue colors in about the same proportion. Web safe color of #E8D8B1 is #FFCC99 (or #FC9).

RGB color model

#E8D8B1 color RGB value is (232,216,177).

  • red value is 232;
  • green value is 216;
  • blue value is 177.
RGB:
(232,216,177)
(91%,85%,69%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 177 of 255 = 69%

232
216
177

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

Portions of RGB colors in percentages

R + G + B =
232 + 216 + 177 = 625 (100%)
R 232 of 625 ~ 37.12%
G 216 of 625 ~ 34.56%
B 177 of 625 ~ 28.32%

%37.12
%34.56
%28.32

CMYK color model

#E8D8B1 color CMYK value is (0,7,24,9).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 23.71%
  • key color value is 9.02%
CMYK:
(0,7,24,9)
C0M7Y24K9 
(0%,7%,24%,9%)
(0.00/0.07/0.24/0.09)	

CMYK percentages

%0
%6.9
%23.71
%9.02

Codes

Color #E8D8B1 in popluar color models

E8D8B1
RGB232216177
HSL43°54.46%80.20%
HSB/HSV43°23.71%90.98%
CMYK0.00%6.90%23.71%
9.02%

Color #E8D8B1 in popluar number systems.

HEXE8D8B1
Decimal232216177
Binary111010001101100010110001
Octal350330261

Shades and tints

Shades of #E8D8B1

#E8D8B1
(232,216,177)
#D3C5A1
(211,197,161)
#BEB291
(190,178,145)
#A99F81
(169,159,129)
#948C71
(148,140,113)
#7F7961
(127,121,97)
#6A6651
(106,102,81)
#555341
(85,83,65)
#404031
(64,64,49)
#2B2D21
(43,45,33)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #E8D8B1

#E8D8B1
(232,216,177)
#EADBB8
(234,219,184)
#ECDEBF
(236,222,191)
#EEE1C6
(238,225,198)
#F0E4CD
(240,228,205)
#F2E7D4
(242,231,212)
#F4EADB
(244,234,219)
#F6EDE2
(246,237,226)
#F8F0E9
(248,240,233)
#FAF3F0
(250,243,240)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D8B1 color. Also use rgb(232,216,177) instead hex code.

Text Font Color

.myTextColor { color: #E8D8B1; }

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

This text font color is #E8D8B1.


Background Color

.myBgColor { background-color: #E8D8B1; }

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

This div background color is #E8D8B1.


Border color

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

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

This div border color is #E8D8B1.


Opacity

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

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

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

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

This text has shadow with #E8D8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D8B1 on black background.


Color preview on white background

This text has color #E8D8B1 on white background.



Black color preview on #E8D8B1 background

This text has black color on #E8D8B1 background.


White color preview on #E8D8B1 background

This text has white color on #E8D8B1 background.