COLOR #E5DFDE

HEX: #E5DFDE
RGB: (229,223,222)

Color info

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

RGB color model

#E5DFDE color RGB value is (229,223,222).

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

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 222 of 255 = 87%

229
223
222

R + G + B ~ 88%. #E5DFDE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 222 = 674 (100%)
R 229 of 674 ~ 33.98%
G 223 of 674 ~ 33.09%
B 222 of 674 ~ 32.94%

%33.98
%33.09
%32.94

CMYK color model

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

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

CMYK percentages

%0
%2.62
%3.06
%10.2

Codes

Color #E5DFDE in popluar color models

E5DFDE
RGB229223222
HSL11.86%88.43%
HSB/HSV3.06%89.80%
CMYK0.00%2.62%3.06%
10.20%

Color #E5DFDE in popluar number systems.

HEXE5DFDE
Decimal229223222
Binary111001011101111111011110
Octal345337336

Shades and tints

Shades of #E5DFDE

#E5DFDE
(229,223,222)
#D1CBCA
(209,203,202)
#BDB7B6
(189,183,182)
#A9A3A2
(169,163,162)
#958F8E
(149,143,142)
#817B7A
(129,123,122)
#6D6766
(109,103,102)
#595352
(89,83,82)
#453F3E
(69,63,62)
#312B2A
(49,43,42)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #E5DFDE

#E5DFDE
(229,223,222)
#E7E1E1
(231,225,225)
#E9E3E4
(233,227,228)
#EBE5E7
(235,229,231)
#EDE7EA
(237,231,234)
#EFE9ED
(239,233,237)
#F1EBF0
(241,235,240)
#F3EDF3
(243,237,243)
#F5EFF6
(245,239,246)
#F7F1F9
(247,241,249)
#F9F3FC
(249,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFDE; }

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

This text font color is #E5DFDE.


Background Color

.myBgColor { background-color: #E5DFDE; }

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

This div background color is #E5DFDE.


Border color

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

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

This div border color is #E5DFDE.


Opacity

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

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

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

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

This text has shadow with #E5DFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFDE on black background.


Color preview on white background

This text has color #E5DFDE on white background.



Black color preview on #E5DFDE background

This text has black color on #E5DFDE background.


White color preview on #E5DFDE background

This text has white color on #E5DFDE background.