COLOR #E5DECD

HEX: #E5DECD
RGB: (229,222,205)

Color info

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

RGB color model

#E5DECD color RGB value is (229,222,205).

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

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 205 of 255 = 80%

229
222
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 222 + 205 = 656 (100%)
R 229 of 656 ~ 34.91%
G 222 of 656 ~ 33.84%
B 205 of 656 ~ 31.25%

%34.91
%33.84
%31.25

CMYK color model

#E5DECD color CMYK value is (0,3,10,10).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,3,10,10)
C0M3Y10K10 
(0%,3%,10%,10%)
(0.00/0.03/0.10/0.10)	

CMYK percentages

%0
%3.06
%10.48
%10.2

Codes

Color #E5DECD in popluar color models

E5DECD
RGB229222205
HSL43°31.58%85.10%
HSB/HSV43°10.48%89.80%
CMYK0.00%3.06%10.48%
10.20%

Color #E5DECD in popluar number systems.

HEXE5DECD
Decimal229222205
Binary111001011101111011001101
Octal345336315

Shades and tints

Shades of #E5DECD

#E5DECD
(229,222,205)
#D1CABB
(209,202,187)
#BDB6A9
(189,182,169)
#A9A297
(169,162,151)
#958E85
(149,142,133)
#817A73
(129,122,115)
#6D6661
(109,102,97)
#59524F
(89,82,79)
#453E3D
(69,62,61)
#312A2B
(49,42,43)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5DECD

#E5DECD
(229,222,205)
#E7E1D1
(231,225,209)
#E9E4D5
(233,228,213)
#EBE7D9
(235,231,217)
#EDEADD
(237,234,221)
#EFEDE1
(239,237,225)
#F1F0E5
(241,240,229)
#F3F3E9
(243,243,233)
#F5F6ED
(245,246,237)
#F7F9F1
(247,249,241)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DECD; }

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

This text font color is #E5DECD.


Background Color

.myBgColor { background-color: #E5DECD; }

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

This div background color is #E5DECD.


Border color

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

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

This div border color is #E5DECD.


Opacity

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

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

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

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

This text has shadow with #E5DECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DECD on black background.


Color preview on white background

This text has color #E5DECD on white background.



Black color preview on #E5DECD background

This text has black color on #E5DECD background.


White color preview on #E5DECD background

This text has white color on #E5DECD background.