COLOR #E5D9CD

HEX: #E5D9CD
RGB: (229,217,205)

Color info

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

RGB color model

#E5D9CD color RGB value is (229,217,205).

  • red value is 229;
  • green value is 217;
  • blue value is 205.
RGB:
(229,217,205)
(90%,85%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 217 of 255 = 85%
B 205 of 255 = 80%

229
217
205

R + G + B ~ 85%. #E5D9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 217 + 205 = 651 (100%)
R 229 of 651 ~ 35.18%
G 217 of 651 ~ 33.33%
B 205 of 651 ~ 31.49%

%35.18
%33.33
%31.49

CMYK color model

#E5D9CD color CMYK value is (0,5,10,10).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,5,10,10)
C0M5Y10K10 
(0%,5%,10%,10%)
(0.00/0.05/0.10/0.10)	

CMYK percentages

%0
%5.24
%10.48
%10.2

Codes

Color #E5D9CD in popluar color models

E5D9CD
RGB229217205
HSL30°31.58%85.10%
HSB/HSV30°10.48%89.80%
CMYK0.00%5.24%10.48%
10.20%

Color #E5D9CD in popluar number systems.

HEXE5D9CD
Decimal229217205
Binary111001011101100111001101
Octal345331315

Shades and tints

Shades of #E5D9CD

#E5D9CD
(229,217,205)
#D1C6BB
(209,198,187)
#BDB3A9
(189,179,169)
#A9A097
(169,160,151)
#958D85
(149,141,133)
#817A73
(129,122,115)
#6D6761
(109,103,97)
#59544F
(89,84,79)
#45413D
(69,65,61)
#312E2B
(49,46,43)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #E5D9CD

#E5D9CD
(229,217,205)
#E7DCD1
(231,220,209)
#E9DFD5
(233,223,213)
#EBE2D9
(235,226,217)
#EDE5DD
(237,229,221)
#EFE8E1
(239,232,225)
#F1EBE5
(241,235,229)
#F3EEE9
(243,238,233)
#F5F1ED
(245,241,237)
#F7F4F1
(247,244,241)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D9CD color. Also use rgb(229,217,205) instead hex code.

Text Font Color

.myTextColor { color: #E5D9CD; }

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

This text font color is #E5D9CD.


Background Color

.myBgColor { background-color: #E5D9CD; }

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

This div background color is #E5D9CD.


Border color

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

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

This div border color is #E5D9CD.


Opacity

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

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

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

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

This text has shadow with #E5D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9CD on black background.


Color preview on white background

This text has color #E5D9CD on white background.



Black color preview on #E5D9CD background

This text has black color on #E5D9CD background.


White color preview on #E5D9CD background

This text has white color on #E5D9CD background.