COLOR #E2F7DD

HEX: #E2F7DD RGB: (226,247,221)

Color info

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

RGB color model

#E2F7DD color RGB value is (226,247,221).

RGB: (226,247,221) (89%, 97%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 247 of 255 = 97%
B 221 of 255 = 87%

226
247
221

R + G + B ~ 91%. #E2F7DD is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 247 + 221 = 694 (100%)
R 226 of 694 ~ 32.56%
G 247 of 694 ~ 35.59%
B 221 of 694 ~ 31.84'%

%32.56
%35.59
%31.84

CMYK color model

#E2F7DD color CMYK value is (9,0,11,3).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (9,0,11,3)
C9M0Y11K3 (9%, 0%, 11%, 3%)
(0.09 / 0.00 / 0.11 / 0.03)

CMYK percentages

%8.5
%0
%10.53
%3.14

Codes

Color #E2F7DD in popluar color models

E2 F7 DD
RGB 226 247 221
HSL 108° 61.90% 91.76%
HSB/HSV 108° 10.53% 96.86%
CMYK 8.50% 0.00% 10.53%
3.14%

Color #E2F7DD in popluar number systems.

HEX E2 F7 DD
Decimal 226 247 221
Binary 11100010 11110111 11011101
Octal 342 367 335

Shades and tints

Shades of #E2F7DD

#E2F7DD
(226,247,221)
#CEE1C9
(206,225,201)
#BACBB5
(186,203,181)
#A6B5A1
(166,181,161)
#929F8D
(146,159,141)
#7E8979
(126,137,121)
#6A7365
(106,115,101)
#565D51
(86,93,81)
#42473D
(66,71,61)
#2E3129
(46,49,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #E2F7DD

#E2F7DD
(226,247,221)
#E4F7E0
(228,247,224)
#E6F7E3
(230,247,227)
#E8F7E6
(232,247,230)
#EAF7E9
(234,247,233)
#ECF7EC
(236,247,236)
#EEF7EF
(238,247,239)
#F0F7F2
(240,247,242)
#F2F7F5
(242,247,245)
#F4F7F8
(244,247,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F7DD color. Also use rgb(226,247,221) instead hex code.

Text Font Color

.myTextColor { color: #E2F7DD; }

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

This text font color is #E2F7DD.

Background Color

.myBgColor { background-color: #E2F7DD; }

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

This div background color is #E2F7DD.

Border color

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

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

This div border color is #E2F7DD.

Opacity

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

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

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

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

This text has shadow with #E2F7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F7DD.

Preview

Color preview on black background

This text has color #E2F7DD on black background.


Color preview on white background

This text has color #E2F7DD on white background.


Black color preview on #E2F7DD background

This text has black color on #E2F7DD background.


White color preview on #E2F7DD background

This text has white color on #E2F7DD background.


Related colors

Complementary color

Complementary color for #hex is #1D0822.


I love getcolorcode.com

Triadic colors

1 #DDE2F7 and #F7DDE2 with #E2F7DD are triadic colors.

2 #DDF7E2 and #F7E2DD with #E2F7DD are triadic colors.