COLOR #E8D6BB

HEX: #E8D6BB
RGB: (232,214,187)

Color info

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

RGB color model

#E8D6BB color RGB value is (232,214,187).

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

RGB channels and saturation

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

232
214
187

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

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 187 = 633 (100%)
R 232 of 633 ~ 36.65%
G 214 of 633 ~ 33.81%
B 187 of 633 ~ 29.54%

%36.65
%33.81
%29.54

CMYK color model

#E8D6BB color CMYK value is (0,8,19,9).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(0,8,19,9)
C0M8Y19K9 
(0%,8%,19%,9%)
(0.00/0.08/0.19/0.09)	

CMYK percentages

%0
%7.76
%19.4
%9.02

Codes

Color #E8D6BB in popluar color models

E8D6BB
RGB232214187
HSL36°49.45%82.16%
HSB/HSV36°19.40%90.98%
CMYK0.00%7.76%19.40%
9.02%

Color #E8D6BB in popluar number systems.

HEXE8D6BB
Decimal232214187
Binary111010001101011010111011
Octal350326273

Shades and tints

Shades of #E8D6BB

#E8D6BB
(232,214,187)
#D3C3AA
(211,195,170)
#BEB099
(190,176,153)
#A99D88
(169,157,136)
#948A77
(148,138,119)
#7F7766
(127,119,102)
#6A6455
(106,100,85)
#555144
(85,81,68)
#403E33
(64,62,51)
#2B2B22
(43,43,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #E8D6BB

#E8D6BB
(232,214,187)
#EAD9C1
(234,217,193)
#ECDCC7
(236,220,199)
#EEDFCD
(238,223,205)
#F0E2D3
(240,226,211)
#F2E5D9
(242,229,217)
#F4E8DF
(244,232,223)
#F6EBE5
(246,235,229)
#F8EEEB
(248,238,235)
#FAF1F1
(250,241,241)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D6BB; }

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

This text font color is #E8D6BB.


Background Color

.myBgColor { background-color: #E8D6BB; }

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

This div background color is #E8D6BB.


Border color

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

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

This div border color is #E8D6BB.


Opacity

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

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

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

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

This text has shadow with #E8D6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6BB on black background.


Color preview on white background

This text has color #E8D6BB on white background.



Black color preview on #E8D6BB background

This text has black color on #E8D6BB background.


White color preview on #E8D6BB background

This text has white color on #E8D6BB background.