COLOR #E2F6DD

HEX: #E2F6DD RGB: (226,246,221)

Color info

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

RGB color model

#E2F6DD color RGB value is (226,246,221).

RGB: (226,246,221) (89%, 96%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 246 of 255 = 96%
B 221 of 255 = 87%

226
246
221

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

Portions of RGB colors in percentages

R + G + B = 226 + 246 + 221 = 693 (100%)
R 226 of 693 ~ 32.61%
G 246 of 693 ~ 35.5%
B 221 of 693 ~ 31.89'%

%32.61
%35.5
%31.89

CMYK color model

#E2F6DD color CMYK value is (8,0,10,4).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (8,0,10,4)
C8M0Y10K4 (8%, 0%, 10%, 4%)
(0.08 / 0.00 / 0.10 / 0.04)

CMYK percentages

%8.13
%0
%10.16
%3.53

Codes

Color #E2F6DD in popluar color models

E2 F6 DD
RGB 226 246 221
HSL 108° 58.14% 91.57%
HSB/HSV 108° 10.16% 96.47%
CMYK 8.13% 0.00% 10.16%
3.53%

Color #E2F6DD in popluar number systems.

HEX E2 F6 DD
Decimal 226 246 221
Binary 11100010 11110110 11011101
Octal 342 366 335

Shades and tints

Shades of #E2F6DD

#E2F6DD
(226,246,221)
#CEE0C9
(206,224,201)
#BACAB5
(186,202,181)
#A6B4A1
(166,180,161)
#929E8D
(146,158,141)
#7E8879
(126,136,121)
#6A7265
(106,114,101)
#565C51
(86,92,81)
#42463D
(66,70,61)
#2E3029
(46,48,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #E2F6DD

#E2F6DD
(226,246,221)
#E4F6E0
(228,246,224)
#E6F6E3
(230,246,227)
#E8F6E6
(232,246,230)
#EAF6E9
(234,246,233)
#ECF6EC
(236,246,236)
#EEF6EF
(238,246,239)
#F0F6F2
(240,246,242)
#F2F6F5
(242,246,245)
#F4F6F8
(244,246,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F6DD; }

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

This text font color is #E2F6DD.

Background Color

.myBgColor { background-color: #E2F6DD; }

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

This div background color is #E2F6DD.

Border color

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

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

This div border color is #E2F6DD.

Opacity

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

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

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

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

This text has shadow with #E2F6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F6DD.

Preview

Color preview on black background

This text has color #E2F6DD on black background.


Color preview on white background

This text has color #E2F6DD on white background.


Black color preview on #E2F6DD background

This text has black color on #E2F6DD background.


White color preview on #E2F6DD background

This text has white color on #E2F6DD background.


Related colors

Complementary color

Complementary color for #hex is #1D0922.


I love getcolorcode.com

Triadic colors

1 #DDE2F6 and #F6DDE2 with #E2F6DD are triadic colors.

2 #DDF6E2 and #F6E2DD with #E2F6DD are triadic colors.