COLOR #E2EDD7

HEX: #E2EDD7 RGB: (226,237,215)

Color info

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

RGB color model

#E2EDD7 color RGB value is (226,237,215).

RGB: (226,237,215) (89%, 93%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 215 of 255 = 84%

226
237
215

R + G + B ~ 89%. #E2EDD7 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 215 = 678 (100%)
R 226 of 678 ~ 33.33%
G 237 of 678 ~ 34.96%
B 215 of 678 ~ 31.71'%

%33.33
%34.96
%31.71

CMYK color model

#E2EDD7 color CMYK value is (5,0,9,7).

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

CMYK: (5,0,9,7)
C5M0Y9K7 (5%, 0%, 9%, 7%)
(0.05 / 0.00 / 0.09 / 0.07)

CMYK percentages

%4.64
%0
%9.28
%7.06

Codes

Color #E2EDD7 in popluar color models

E2 ED D7
RGB 226 237 215
HSL 90° 37.93% 88.63%
HSB/HSV 90° 9.28% 92.94%
CMYK 4.64% 0.00% 9.28%
7.06%

Color #E2EDD7 in popluar number systems.

HEX E2 ED D7
Decimal 226 237 215
Binary 11100010 11101101 11010111
Octal 342 355 327

Shades and tints

Shades of #E2EDD7

#E2EDD7
(226,237,215)
#CED8C4
(206,216,196)
#BAC3B1
(186,195,177)
#A6AE9E
(166,174,158)
#92998B
(146,153,139)
#7E8478
(126,132,120)
#6A6F65
(106,111,101)
#565A52
(86,90,82)
#42453F
(66,69,63)
#2E302C
(46,48,44)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #E2EDD7

#E2EDD7
(226,237,215)
#E4EEDA
(228,238,218)
#E6EFDD
(230,239,221)
#E8F0E0
(232,240,224)
#EAF1E3
(234,241,227)
#ECF2E6
(236,242,230)
#EEF3E9
(238,243,233)
#F0F4EC
(240,244,236)
#F2F5EF
(242,245,239)
#F4F6F2
(244,246,242)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDD7; }

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

This text font color is #E2EDD7.

Background Color

.myBgColor { background-color: #E2EDD7; }

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

This div background color is #E2EDD7.

Border color

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

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

This div border color is #E2EDD7.

Opacity

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

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

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

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

This text has shadow with #E2EDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDD7.

Preview

Color preview on black background

This text has color #E2EDD7 on black background.


Color preview on white background

This text has color #E2EDD7 on white background.


Black color preview on #E2EDD7 background

This text has black color on #E2EDD7 background.


White color preview on #E2EDD7 background

This text has white color on #E2EDD7 background.


Related colors

Complementary color

Complementary color for #hex is #1D1228.


I love getcolorcode.com

Triadic colors

1 #D7E2ED and #EDD7E2 with #E2EDD7 are triadic colors.

2 #D7EDE2 and #EDE2D7 with #E2EDD7 are triadic colors.