COLOR #E5DEC9

HEX: #E5DEC9
RGB: (229,222,201)

Color info

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

RGB color model

#E5DEC9 color RGB value is (229,222,201).

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

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 201 of 255 = 79%

229
222
201

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

Portions of RGB colors in percentages

R + G + B =
229 + 222 + 201 = 652 (100%)
R 229 of 652 ~ 35.12%
G 222 of 652 ~ 34.05%
B 201 of 652 ~ 30.83%

%35.12
%34.05
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 12.23%
  • key color value is 10.20%
CMYK:
(0,3,12,10)
C0M3Y12K10 
(0%,3%,12%,10%)
(0.00/0.03/0.12/0.10)	

CMYK percentages

%0
%3.06
%12.23
%10.2

Codes

Color #E5DEC9 in popluar color models

E5DEC9
RGB229222201
HSL45°35.00%84.31%
HSB/HSV45°12.23%89.80%
CMYK0.00%3.06%12.23%
10.20%

Color #E5DEC9 in popluar number systems.

HEXE5DEC9
Decimal229222201
Binary111001011101111011001001
Octal345336311

Shades and tints

Shades of #E5DEC9

#E5DEC9
(229,222,201)
#D1CAB7
(209,202,183)
#BDB6A5
(189,182,165)
#A9A293
(169,162,147)
#958E81
(149,142,129)
#817A6F
(129,122,111)
#6D665D
(109,102,93)
#59524B
(89,82,75)
#453E39
(69,62,57)
#312A27
(49,42,39)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #E5DEC9

#E5DEC9
(229,222,201)
#E7E1CD
(231,225,205)
#E9E4D1
(233,228,209)
#EBE7D5
(235,231,213)
#EDEAD9
(237,234,217)
#EFEDDD
(239,237,221)
#F1F0E1
(241,240,225)
#F3F3E5
(243,243,229)
#F5F6E9
(245,246,233)
#F7F9ED
(247,249,237)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DEC9; }

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

This text font color is #E5DEC9.


Background Color

.myBgColor { background-color: #E5DEC9; }

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

This div background color is #E5DEC9.


Border color

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

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

This div border color is #E5DEC9.


Opacity

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

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

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

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

This text has shadow with #E5DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DEC9 on black background.


Color preview on white background

This text has color #E5DEC9 on white background.



Black color preview on #E5DEC9 background

This text has black color on #E5DEC9 background.


White color preview on #E5DEC9 background

This text has white color on #E5DEC9 background.