COLOR #E2EDD2

HEX: #E2EDD2 RGB: (226,237,210)

Color info

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

RGB color model

#E2EDD2 color RGB value is (226,237,210).

RGB: (226,237,210) (89%, 93%, 82%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 210 of 255 = 82%

226
237
210

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

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 210 = 673 (100%)
R 226 of 673 ~ 33.58%
G 237 of 673 ~ 35.22%
B 210 of 673 ~ 31.2'%

%33.58
%35.22
%31.2

CMYK color model

#E2EDD2 color CMYK value is (5,0,11,7).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 7.06%

CMYK: (5,0,11,7)
C5M0Y11K7 (5%, 0%, 11%, 7%)
(0.05 / 0.00 / 0.11 / 0.07)

CMYK percentages

%4.64
%0
%11.39
%7.06

Codes

Color #E2EDD2 in popluar color models

E2 ED D2
RGB 226 237 210
HSL 84° 42.86% 87.65%
HSB/HSV 84° 11.39% 92.94%
CMYK 4.64% 0.00% 11.39%
7.06%

Color #E2EDD2 in popluar number systems.

HEX E2 ED D2
Decimal 226 237 210
Binary 11100010 11101101 11010010
Octal 342 355 322

Shades and tints

Shades of #E2EDD2

#E2EDD2
(226,237,210)
#CED8BF
(206,216,191)
#BAC3AC
(186,195,172)
#A6AE99
(166,174,153)
#929986
(146,153,134)
#7E8473
(126,132,115)
#6A6F60
(106,111,96)
#565A4D
(86,90,77)
#42453A
(66,69,58)
#2E3027
(46,48,39)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #E2EDD2

#E2EDD2
(226,237,210)
#E4EED6
(228,238,214)
#E6EFDA
(230,239,218)
#E8F0DE
(232,240,222)
#EAF1E2
(234,241,226)
#ECF2E6
(236,242,230)
#EEF3EA
(238,243,234)
#F0F4EE
(240,244,238)
#F2F5F2
(242,245,242)
#F4F6F6
(244,246,246)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDD2; }

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

This text font color is #E2EDD2.

Background Color

.myBgColor { background-color: #E2EDD2; }

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

This div background color is #E2EDD2.

Border color

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

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

This div border color is #E2EDD2.

Opacity

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

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

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

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

This text has shadow with #E2EDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDD2.

Preview

Color preview on black background

This text has color #E2EDD2 on black background.


Color preview on white background

This text has color #E2EDD2 on white background.


Black color preview on #E2EDD2 background

This text has black color on #E2EDD2 background.


White color preview on #E2EDD2 background

This text has white color on #E2EDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1D122D.


I love getcolorcode.com

Triadic colors

1 #D2E2ED and #EDD2E2 with #E2EDD2 are triadic colors.

2 #D2EDE2 and #EDE2D2 with #E2EDD2 are triadic colors.