COLOR #E5EDD2

HEX: #E5EDD2 RGB: (229,237,210)

Color info

#E5EDD2 contains red, green and blue colors in about the same proportion. Web safe color of #E5EDD2 is #CCFFCC (or #CFC).

RGB color model

#E5EDD2 color RGB value is (229,237,210).

RGB: (229,237,210) (90%, 93%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 210 of 255 = 82%

229
237
210

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

Portions of RGB colors in percentages

R + G + B = 229 + 237 + 210 = 676 (100%)
R 229 of 676 ~ 33.88%
G 237 of 676 ~ 35.06%
B 210 of 676 ~ 31.07'%

%33.88
%35.06
%31.07

CMYK color model

#E5EDD2 color CMYK value is (3,0,11,7).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK: (3,0,11,7) C3M0Y11K7 (3%,0%,11%,7%) (0.03/0.00/0.11/0.07) 

CMYK percentages

%3.38
%0
%11.39
%7.06

Codes

Color #E5EDD2 in popluar color models

E5 ED D2
RGB 229 237 210
HSL 78° 42.86% 87.65%
HSB/HSV 78° 11.39% 92.94%
CMYK 3.38% 0.00% 11.39%
7.06%

Color #E5EDD2 in popluar number systems.

HEX E5 ED D2
Decimal 229 237 210
Binary 11100101 11101101 11010010
Octal 345 355 322

Shades and tints

Shades of #E5EDD2

#E5EDD2
(229,237,210)
#D1D8BF
(209,216,191)
#BDC3AC
(189,195,172)
#A9AE99
(169,174,153)
#959986
(149,153,134)
#818473
(129,132,115)
#6D6F60
(109,111,96)
#595A4D
(89,90,77)
#45453A
(69,69,58)
#313027
(49,48,39)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #E5EDD2

#E5EDD2
(229,237,210)
#E7EED6
(231,238,214)
#E9EFDA
(233,239,218)
#EBF0DE
(235,240,222)
#EDF1E2
(237,241,226)
#EFF2E6
(239,242,230)
#F1F3EA
(241,243,234)
#F3F4EE
(243,244,238)
#F5F5F2
(245,245,242)
#F7F6F6
(247,246,246)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EDD2 color. Also use rgb(229,237,210) instead hex code.

Text Font Color

.myTextColor { color: #E5EDD2; }

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

This text font color is #E5EDD2.

Background Color

.myBgColor { background-color: #E5EDD2; }

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

This div background color is #E5EDD2.

Border color

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

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

This div border color is #E5EDD2.

Opacity

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

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

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

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

This text has shadow with #E5EDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EDD2.

Preview

Color preview on black background

This text has color #E5EDD2 on black background.


Color preview on white background

This text has color #E5EDD2 on white background.


Black color preview on #E5EDD2 background

This text has black color on #E5EDD2 background.


White color preview on #E5EDD2 background

This text has white color on #E5EDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1A122D.


I love getcolorcode.com

Triadic colors

1 #D2E5ED and #EDD2E5 with #E5EDD2 are triadic colors.

2 #D2EDE5 and #EDE5D2 with #E5EDD2 are triadic colors.