COLOR #E5DDD4

HEX: #E5DDD4
RGB: (229,221,212)

Color info

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

RGB color model

#E5DDD4 color RGB value is (229,221,212).

  • red value is 229;
  • green value is 221;
  • blue value is 212.
RGB:
(229,221,212)
(90%,87%,83%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 212 of 255 = 83%

229
221
212

R + G + B ~ 87%. #E5DDD4 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 212 = 662 (100%)
R 229 of 662 ~ 34.59%
G 221 of 662 ~ 33.38%
B 212 of 662 ~ 32.02%

%34.59
%33.38
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 7.42%
  • key color value is 10.20%
CMYK:
(0,3,7,10)
C0M3Y7K10 
(0%,3%,7%,10%)
(0.00/0.03/0.07/0.10)	

CMYK percentages

%0
%3.49
%7.42
%10.2

Codes

Color #E5DDD4 in popluar color models

E5DDD4
RGB229221212
HSL32°24.64%86.47%
HSB/HSV32°7.42%89.80%
CMYK0.00%3.49%7.42%
10.20%

Color #E5DDD4 in popluar number systems.

HEXE5DDD4
Decimal229221212
Binary111001011101110111010100
Octal345335324

Shades and tints

Shades of #E5DDD4

#E5DDD4
(229,221,212)
#D1C9C1
(209,201,193)
#BDB5AE
(189,181,174)
#A9A19B
(169,161,155)
#958D88
(149,141,136)
#817975
(129,121,117)
#6D6562
(109,101,98)
#59514F
(89,81,79)
#453D3C
(69,61,60)
#312929
(49,41,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5DDD4

#E5DDD4
(229,221,212)
#E7E0D7
(231,224,215)
#E9E3DA
(233,227,218)
#EBE6DD
(235,230,221)
#EDE9E0
(237,233,224)
#EFECE3
(239,236,227)
#F1EFE6
(241,239,230)
#F3F2E9
(243,242,233)
#F5F5EC
(245,245,236)
#F7F8EF
(247,248,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DDD4 color. Also use rgb(229,221,212) instead hex code.

Text Font Color

.myTextColor { color: #E5DDD4; }

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

This text font color is #E5DDD4.


Background Color

.myBgColor { background-color: #E5DDD4; }

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

This div background color is #E5DDD4.


Border color

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

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

This div border color is #E5DDD4.


Opacity

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

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

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

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

This text has shadow with #E5DDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDD4 on black background.


Color preview on white background

This text has color #E5DDD4 on white background.



Black color preview on #E5DDD4 background

This text has black color on #E5DDD4 background.


White color preview on #E5DDD4 background

This text has white color on #E5DDD4 background.