COLOR #E8D3BB

HEX: #E8D3BB RGB: (232,211,187)

Color info

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

RGB color model

#E8D3BB color RGB value is (232,211,187).

RGB: (232,211,187) (91%, 83%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 211 of 255 = 83%
B 187 of 255 = 73%

232
211
187

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

Portions of RGB colors in percentages

R + G + B = 232 + 211 + 187 = 630 (100%)
R 232 of 630 ~ 36.83%
G 211 of 630 ~ 33.49%
B 187 of 630 ~ 29.68'%

%36.83
%33.49
%29.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.05%
  • 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.05
%19.4
%9.02

Codes

Color #E8D3BB in popluar color models

E8 D3 BB
RGB 232 211 187
HSL 32° 49.45% 82.16%
HSB/HSV 32° 19.40% 90.98%
CMYK 0.00% 9.05% 19.40%
9.02%

Color #E8D3BB in popluar number systems.

HEX E8 D3 BB
Decimal 232 211 187
Binary 11101000 11010011 10111011
Octal 350 323 273

Shades and tints

Shades of #E8D3BB

#E8D3BB
(232,211,187)
#D3C0AA
(211,192,170)
#BEAD99
(190,173,153)
#A99A88
(169,154,136)
#948777
(148,135,119)
#7F7466
(127,116,102)
#6A6155
(106,97,85)
#554E44
(85,78,68)
#403B33
(64,59,51)
#2B2822
(43,40,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #E8D3BB

#E8D3BB
(232,211,187)
#EAD7C1
(234,215,193)
#ECDBC7
(236,219,199)
#EEDFCD
(238,223,205)
#F0E3D3
(240,227,211)
#F2E7D9
(242,231,217)
#F4EBDF
(244,235,223)
#F6EFE5
(246,239,229)
#F8F3EB
(248,243,235)
#FAF7F1
(250,247,241)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D3BB; }

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

This text font color is #E8D3BB.

Background Color

.myBgColor { background-color: #E8D3BB; }

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

This div background color is #E8D3BB.

Border color

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

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

This div border color is #E8D3BB.

Opacity

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

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

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

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

This text has shadow with #E8D3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D3BB.

Preview

Color preview on black background

This text has color #E8D3BB on black background.


Color preview on white background

This text has color #E8D3BB on white background.


Black color preview on #E8D3BB background

This text has black color on #E8D3BB background.


White color preview on #E8D3BB background

This text has white color on #E8D3BB background.


Related colors

Complementary color

Complementary color for #hex is #172C44.


I love getcolorcode.com

Triadic colors

1 #BBE8D3 and #D3BBE8 with #E8D3BB are triadic colors.

2 #BBD3E8 and #D3E8BB with #E8D3BB are triadic colors.