COLOR #E5D8D1

HEX: #E5D8D1 RGB: (229,216,209)

Color info

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

RGB color model

#E5D8D1 color RGB value is (229,216,209).

RGB: (229,216,209) (90%, 85%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 209 of 255 = 82%

229
216
209

R + G + B ~ 86%. #E5D8D1 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 216 + 209 = 654 (100%)
R 229 of 654 ~ 35.02%
G 216 of 654 ~ 33.03%
B 209 of 654 ~ 31.96'%

%35.02
%33.03
%31.96

CMYK color model

#E5D8D1 color CMYK value is (0,6,9,10).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK: (0,6,9,10) C0M6Y9K10 (0%,6%,9%,10%) (0.00/0.06/0.09/0.10) 

CMYK percentages

%0
%5.68
%8.73
%10.2

Codes

Color #E5D8D1 in popluar color models

E5 D8 D1
RGB 229 216 209
HSL 21° 27.78% 85.88%
HSB/HSV 21° 8.73% 89.80%
CMYK 0.00% 5.68% 8.73%
10.20%

Color #E5D8D1 in popluar number systems.

HEX E5 D8 D1
Decimal 229 216 209
Binary 11100101 11011000 11010001
Octal 345 330 321

Shades and tints

Shades of #E5D8D1

#E5D8D1
(229,216,209)
#D1C5BE
(209,197,190)
#BDB2AB
(189,178,171)
#A99F98
(169,159,152)
#958C85
(149,140,133)
#817972
(129,121,114)
#6D665F
(109,102,95)
#59534C
(89,83,76)
#454039
(69,64,57)
#312D26
(49,45,38)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #E5D8D1

#E5D8D1
(229,216,209)
#E7DBD5
(231,219,213)
#E9DED9
(233,222,217)
#EBE1DD
(235,225,221)
#EDE4E1
(237,228,225)
#EFE7E5
(239,231,229)
#F1EAE9
(241,234,233)
#F3EDED
(243,237,237)
#F5F0F1
(245,240,241)
#F7F3F5
(247,243,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D8D1 color. Also use rgb(229,216,209) instead hex code.

Text Font Color

.myTextColor { color: #E5D8D1; }

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

This text font color is #E5D8D1.

Background Color

.myBgColor { background-color: #E5D8D1; }

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

This div background color is #E5D8D1.

Border color

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

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

This div border color is #E5D8D1.

Opacity

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

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

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

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

This text has shadow with #E5D8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D8D1.

Preview

Color preview on black background

This text has color #E5D8D1 on black background.


Color preview on white background

This text has color #E5D8D1 on white background.


Black color preview on #E5D8D1 background

This text has black color on #E5D8D1 background.


White color preview on #E5D8D1 background

This text has white color on #E5D8D1 background.


Related colors

Complementary color

Complementary color for #hex is #1A272E.


I love getcolorcode.com

Triadic colors

1 #D1E5D8 and #D8D1E5 with #E5D8D1 are triadic colors.

2 #D1D8E5 and #D8E5D1 with #E5D8D1 are triadic colors.