COLOR #E8D2BB

HEX: #E8D2BB
RGB: (232,210,187)

Color info

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

RGB color model

#E8D2BB color RGB value is (232,210,187).

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

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 187 of 255 = 73%

232
210
187

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

Portions of RGB colors in percentages

R + G + B =
232 + 210 + 187 = 629 (100%)
R 232 of 629 ~ 36.88%
G 210 of 629 ~ 33.39%
B 187 of 629 ~ 29.73%

%36.88
%33.39
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(0,9,19,9)
C0M9Y19K9 
(0%,9%,19%,9%)
(0.00/0.09/0.19/0.09)	

CMYK percentages

%0
%9.48
%19.4
%9.02

Codes

Color #E8D2BB in popluar color models

E8D2BB
RGB232210187
HSL31°49.45%82.16%
HSB/HSV31°19.40%90.98%
CMYK0.00%9.48%19.40%
9.02%

Color #E8D2BB in popluar number systems.

HEXE8D2BB
Decimal232210187
Binary111010001101001010111011
Octal350322273

Shades and tints

Shades of #E8D2BB

#E8D2BB
(232,210,187)
#D3BFAA
(211,191,170)
#BEAC99
(190,172,153)
#A99988
(169,153,136)
#948677
(148,134,119)
#7F7366
(127,115,102)
#6A6055
(106,96,85)
#554D44
(85,77,68)
#403A33
(64,58,51)
#2B2722
(43,39,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #E8D2BB

#E8D2BB
(232,210,187)
#EAD6C1
(234,214,193)
#ECDAC7
(236,218,199)
#EEDECD
(238,222,205)
#F0E2D3
(240,226,211)
#F2E6D9
(242,230,217)
#F4EADF
(244,234,223)
#F6EEE5
(246,238,229)
#F8F2EB
(248,242,235)
#FAF6F1
(250,246,241)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D2BB; }

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

This text font color is #E8D2BB.


Background Color

.myBgColor { background-color: #E8D2BB; }

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

This div background color is #E8D2BB.


Border color

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

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

This div border color is #E8D2BB.


Opacity

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

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

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

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

This text has shadow with #E8D2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D2BB on black background.


Color preview on white background

This text has color #E8D2BB on white background.



Black color preview on #E8D2BB background

This text has black color on #E8D2BB background.


White color preview on #E8D2BB background

This text has white color on #E8D2BB background.