COLOR #E5D9E3

HEX: #E5D9E3 RGB: (229,217,227)

Color info

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

RGB color model

#E5D9E3 color RGB value is (229,217,227).

RGB: (229,217,227) (90%, 85%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 217 of 255 = 85%
B 227 of 255 = 89%

229
217
227

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

Portions of RGB colors in percentages

R + G + B = 229 + 217 + 227 = 673 (100%)
R 229 of 673 ~ 34.03%
G 217 of 673 ~ 32.24%
B 227 of 673 ~ 33.73'%

%34.03
%32.24
%33.73

CMYK color model

#E5D9E3 color CMYK value is (0,5,1,10).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 0.87%
  • key color value is 10.20%
CMYK: (0,5,1,10) C0M5Y1K10 (0%,5%,1%,10%) (0.00/0.05/0.01/0.10) 

CMYK percentages

%0
%5.24
%0.87
%10.2

Codes

Color #E5D9E3 in popluar color models

E5 D9 E3
RGB 229 217 227
HSL 310° 18.75% 87.45%
HSB/HSV 310° 5.24% 89.80%
CMYK 0.00% 5.24% 0.87%
10.20%

Color #E5D9E3 in popluar number systems.

HEX E5 D9 E3
Decimal 229 217 227
Binary 11100101 11011001 11100011
Octal 345 331 343

Shades and tints

Shades of #E5D9E3

#E5D9E3
(229,217,227)
#D1C6CF
(209,198,207)
#BDB3BB
(189,179,187)
#A9A0A7
(169,160,167)
#958D93
(149,141,147)
#817A7F
(129,122,127)
#6D676B
(109,103,107)
#595457
(89,84,87)
#454143
(69,65,67)
#312E2F
(49,46,47)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #E5D9E3

#E5D9E3
(229,217,227)
#E7DCE5
(231,220,229)
#E9DFE7
(233,223,231)
#EBE2E9
(235,226,233)
#EDE5EB
(237,229,235)
#EFE8ED
(239,232,237)
#F1EBEF
(241,235,239)
#F3EEF1
(243,238,241)
#F5F1F3
(245,241,243)
#F7F4F5
(247,244,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D9E3 color. Also use rgb(229,217,227) instead hex code.

Text Font Color

.myTextColor { color: #E5D9E3; }

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

This text font color is #E5D9E3.

Background Color

.myBgColor { background-color: #E5D9E3; }

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

This div background color is #E5D9E3.

Border color

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

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

This div border color is #E5D9E3.

Opacity

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

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

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

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

This text has shadow with #E5D9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D9E3.

Preview

Color preview on black background

This text has color #E5D9E3 on black background.


Color preview on white background

This text has color #E5D9E3 on white background.


Black color preview on #E5D9E3 background

This text has black color on #E5D9E3 background.


White color preview on #E5D9E3 background

This text has white color on #E5D9E3 background.


Related colors

Complementary color

Complementary color for #hex is #1A261C.


I love getcolorcode.com

Triadic colors

1 #E3E5D9 and #D9E3E5 with #E5D9E3 are triadic colors.

2 #E3D9E5 and #D9E5E3 with #E5D9E3 are triadic colors.