COLOR #E5DFD7

HEX: #E5DFD7 RGB: (229,223,215)

Color info

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

RGB color model

#E5DFD7 color RGB value is (229,223,215).

RGB: (229,223,215) (90%, 87%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 215 of 255 = 84%

229
223
215

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

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 215 = 667 (100%)
R 229 of 667 ~ 34.33%
G 223 of 667 ~ 33.43%
B 215 of 667 ~ 32.23'%

%34.33
%33.43
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK: (0,3,6,10) C0M3Y6K10 (0%,3%,6%,10%) (0.00/0.03/0.06/0.10) 

CMYK percentages

%0
%2.62
%6.11
%10.2

Codes

Color #E5DFD7 in popluar color models

E5 DF D7
RGB 229 223 215
HSL 34° 21.21% 87.06%
HSB/HSV 34° 6.11% 89.80%
CMYK 0.00% 2.62% 6.11%
10.20%

Color #E5DFD7 in popluar number systems.

HEX E5 DF D7
Decimal 229 223 215
Binary 11100101 11011111 11010111
Octal 345 337 327

Shades and tints

Shades of #E5DFD7

#E5DFD7
(229,223,215)
#D1CBC4
(209,203,196)
#BDB7B1
(189,183,177)
#A9A39E
(169,163,158)
#958F8B
(149,143,139)
#817B78
(129,123,120)
#6D6765
(109,103,101)
#595352
(89,83,82)
#453F3F
(69,63,63)
#312B2C
(49,43,44)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5DFD7

#E5DFD7
(229,223,215)
#E7E1DA
(231,225,218)
#E9E3DD
(233,227,221)
#EBE5E0
(235,229,224)
#EDE7E3
(237,231,227)
#EFE9E6
(239,233,230)
#F1EBE9
(241,235,233)
#F3EDEC
(243,237,236)
#F5EFEF
(245,239,239)
#F7F1F2
(247,241,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFD7; }

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

This text font color is #E5DFD7.

Background Color

.myBgColor { background-color: #E5DFD7; }

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

This div background color is #E5DFD7.

Border color

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

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

This div border color is #E5DFD7.

Opacity

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

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

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

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

This text has shadow with #E5DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DFD7.

Preview

Color preview on black background

This text has color #E5DFD7 on black background.


Color preview on white background

This text has color #E5DFD7 on white background.


Black color preview on #E5DFD7 background

This text has black color on #E5DFD7 background.


White color preview on #E5DFD7 background

This text has white color on #E5DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #1A2028.


I love getcolorcode.com

Triadic colors

1 #D7E5DF and #DFD7E5 with #E5DFD7 are triadic colors.

2 #D7DFE5 and #DFE5D7 with #E5DFD7 are triadic colors.