COLOR #E2EED7

HEX: #E2EED7 RGB: (226,238,215)

Color info

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

RGB color model

#E2EED7 color RGB value is (226,238,215).

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

RGB channels and saturation

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

226
238
215

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

Portions of RGB colors in percentages

R + G + B = 226 + 238 + 215 = 679 (100%)
R 226 of 679 ~ 33.28%
G 238 of 679 ~ 35.05%
B 215 of 679 ~ 31.66'%

%33.28
%35.05
%31.66

CMYK color model

#E2EED7 color CMYK value is (5,0,10,7).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%

CMYK: (5,0,10,7)
C5M0Y10K7 (5%, 0%, 10%, 7%)
(0.05 / 0.00 / 0.10 / 0.07)

CMYK percentages

%5.04
%0
%9.66
%6.67

Codes

Color #E2EED7 in popluar color models

E2 EE D7
RGB 226 238 215
HSL 91° 40.35% 88.82%
HSB/HSV 91° 9.66% 93.33%
CMYK 5.04% 0.00% 9.66%
6.67%

Color #E2EED7 in popluar number systems.

HEX E2 EE D7
Decimal 226 238 215
Binary 11100010 11101110 11010111
Octal 342 356 327

Shades and tints

Shades of #E2EED7

#E2EED7
(226,238,215)
#CED9C4
(206,217,196)
#BAC4B1
(186,196,177)
#A6AF9E
(166,175,158)
#929A8B
(146,154,139)
#7E8578
(126,133,120)
#6A7065
(106,112,101)
#565B52
(86,91,82)
#42463F
(66,70,63)
#2E312C
(46,49,44)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #E2EED7

#E2EED7
(226,238,215)
#E4EFDA
(228,239,218)
#E6F0DD
(230,240,221)
#E8F1E0
(232,241,224)
#EAF2E3
(234,242,227)
#ECF3E6
(236,243,230)
#EEF4E9
(238,244,233)
#F0F5EC
(240,245,236)
#F2F6EF
(242,246,239)
#F4F7F2
(244,247,242)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EED7; }

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

This text font color is #E2EED7.

Background Color

.myBgColor { background-color: #E2EED7; }

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

This div background color is #E2EED7.

Border color

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

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

This div border color is #E2EED7.

Opacity

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

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

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

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

This text has shadow with #E2EED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EED7.

Preview

Color preview on black background

This text has color #E2EED7 on black background.


Color preview on white background

This text has color #E2EED7 on white background.


Black color preview on #E2EED7 background

This text has black color on #E2EED7 background.


White color preview on #E2EED7 background

This text has white color on #E2EED7 background.


Related colors

Complementary color

Complementary color for #hex is #1D1128.


I love getcolorcode.com

Triadic colors

1 #D7E2EE and #EED7E2 with #E2EED7 are triadic colors.

2 #D7EEE2 and #EEE2D7 with #E2EED7 are triadic colors.