COLOR #E8D6B0

HEX: #E8D6B0
RGB: (232,214,176)

Color info

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

RGB color model

#E8D6B0 color RGB value is (232,214,176).

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

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 176 of 255 = 69%

232
214
176

R + G + B ~ 81%. #E8D6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 176 = 622 (100%)
R 232 of 622 ~ 37.3%
G 214 of 622 ~ 34.41%
B 176 of 622 ~ 28.3%

%37.3
%34.41
%28.3

CMYK color model

#E8D6B0 color CMYK value is (0,8,24,9).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(0,8,24,9)
C0M8Y24K9 
(0%,8%,24%,9%)
(0.00/0.08/0.24/0.09)	

CMYK percentages

%0
%7.76
%24.14
%9.02

Codes

Color #E8D6B0 in popluar color models

E8D6B0
RGB232214176
HSL41°54.90%80.00%
HSB/HSV41°24.14%90.98%
CMYK0.00%7.76%24.14%
9.02%

Color #E8D6B0 in popluar number systems.

HEXE8D6B0
Decimal232214176
Binary111010001101011010110000
Octal350326260

Shades and tints

Shades of #E8D6B0

#E8D6B0
(232,214,176)
#D3C3A0
(211,195,160)
#BEB090
(190,176,144)
#A99D80
(169,157,128)
#948A70
(148,138,112)
#7F7760
(127,119,96)
#6A6450
(106,100,80)
#555140
(85,81,64)
#403E30
(64,62,48)
#2B2B20
(43,43,32)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #E8D6B0

#E8D6B0
(232,214,176)
#EAD9B7
(234,217,183)
#ECDCBE
(236,220,190)
#EEDFC5
(238,223,197)
#F0E2CC
(240,226,204)
#F2E5D3
(242,229,211)
#F4E8DA
(244,232,218)
#F6EBE1
(246,235,225)
#F8EEE8
(248,238,232)
#FAF1EF
(250,241,239)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D6B0; }

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

This text font color is #E8D6B0.


Background Color

.myBgColor { background-color: #E8D6B0; }

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

This div background color is #E8D6B0.


Border color

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

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

This div border color is #E8D6B0.


Opacity

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

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

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

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

This text has shadow with #E8D6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6B0 on black background.


Color preview on white background

This text has color #E8D6B0 on white background.



Black color preview on #E8D6B0 background

This text has black color on #E8D6B0 background.


White color preview on #E8D6B0 background

This text has white color on #E8D6B0 background.