COLOR #E5D2BB

HEX: #E5D2BB RGB: (229,210,187)

Color info

#E5D2BB contains red, green and blue colors in about the same proportion. Web safe color of #E5D2BB is #CCCCCC (or #CCC).

RGB color model

#E5D2BB color RGB value is (229,210,187).

RGB: (229,210,187) (90%, 82%, 73%)

RGB channels and saturation

R 229 of 255 = 90%
G 210 of 255 = 82%
B 187 of 255 = 73%

229
210
187

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

Portions of RGB colors in percentages

R + G + B = 229 + 210 + 187 = 626 (100%)
R 229 of 626 ~ 36.58%
G 210 of 626 ~ 33.55%
B 187 of 626 ~ 29.87'%

%36.58
%33.55
%29.87

CMYK color model

#E5D2BB color CMYK value is (0,8,18,10).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 18.34%
  • key color value is 10.20%

CMYK: (0,8,18,10)
C0M8Y18K10 (0%, 8%, 18%, 10%)
(0.00 / 0.08 / 0.18 / 0.10)

CMYK percentages

%0
%8.3
%18.34
%10.2

Codes

Color #E5D2BB in popluar color models

E5 D2 BB
RGB 229 210 187
HSL 33° 44.68% 81.57%
HSB/HSV 33° 18.34% 89.80%
CMYK 0.00% 8.30% 18.34%
10.20%

Color #E5D2BB in popluar number systems.

HEX E5 D2 BB
Decimal 229 210 187
Binary 11100101 11010010 10111011
Octal 345 322 273

Shades and tints

Shades of #E5D2BB

#E5D2BB
(229,210,187)
#D1BFAA
(209,191,170)
#BDAC99
(189,172,153)
#A99988
(169,153,136)
#958677
(149,134,119)
#817366
(129,115,102)
#6D6055
(109,96,85)
#594D44
(89,77,68)
#453A33
(69,58,51)
#312722
(49,39,34)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #E5D2BB

#E5D2BB
(229,210,187)
#E7D6C1
(231,214,193)
#E9DAC7
(233,218,199)
#EBDECD
(235,222,205)
#EDE2D3
(237,226,211)
#EFE6D9
(239,230,217)
#F1EADF
(241,234,223)
#F3EEE5
(243,238,229)
#F5F2EB
(245,242,235)
#F7F6F1
(247,246,241)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D2BB; }

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

This text font color is #E5D2BB.

Background Color

.myBgColor { background-color: #E5D2BB; }

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

This div background color is #E5D2BB.

Border color

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

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

This div border color is #E5D2BB.

Opacity

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

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

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

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

This text has shadow with #E5D2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D2BB.

Preview

Color preview on black background

This text has color #E5D2BB on black background.


Color preview on white background

This text has color #E5D2BB on white background.


Black color preview on #E5D2BB background

This text has black color on #E5D2BB background.


White color preview on #E5D2BB background

This text has white color on #E5D2BB background.


Related colors

Complementary color

Complementary color for #hex is #1A2D44.


I love getcolorcode.com

Triadic colors

1 #BBE5D2 and #D2BBE5 with #E5D2BB are triadic colors.

2 #BBD2E5 and #D2E5BB with #E5D2BB are triadic colors.