COLOR #E2F2DF

HEX: #E2F2DF RGB: (226,242,223)

Color info

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

RGB color model

#E2F2DF color RGB value is (226,242,223).

RGB: (226,242,223) (89%, 95%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 242 of 255 = 95%
B 223 of 255 = 87%

226
242
223

R + G + B ~ 90%. #E2F2DF is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 242 + 223 = 691 (100%)
R 226 of 691 ~ 32.71%
G 242 of 691 ~ 35.02%
B 223 of 691 ~ 32.27'%

%32.71
%35.02
%32.27

CMYK color model

#E2F2DF color CMYK value is (7,0,8,5).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 5.10%

CMYK: (7,0,8,5)
C7M0Y8K5 (7%, 0%, 8%, 5%)
(0.07 / 0.00 / 0.08 / 0.05)

CMYK percentages

%6.61
%0
%7.85
%5.1

Codes

Color #E2F2DF in popluar color models

E2 F2 DF
RGB 226 242 223
HSL 111° 42.22% 91.18%
HSB/HSV 111° 7.85% 94.90%
CMYK 6.61% 0.00% 7.85%
5.10%

Color #E2F2DF in popluar number systems.

HEX E2 F2 DF
Decimal 226 242 223
Binary 11100010 11110010 11011111
Octal 342 362 337

Shades and tints

Shades of #E2F2DF

#E2F2DF
(226,242,223)
#CEDCCB
(206,220,203)
#BAC6B7
(186,198,183)
#A6B0A3
(166,176,163)
#929A8F
(146,154,143)
#7E847B
(126,132,123)
#6A6E67
(106,110,103)
#565853
(86,88,83)
#42423F
(66,66,63)
#2E2C2B
(46,44,43)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #E2F2DF

#E2F2DF
(226,242,223)
#E4F3E1
(228,243,225)
#E6F4E3
(230,244,227)
#E8F5E5
(232,245,229)
#EAF6E7
(234,246,231)
#ECF7E9
(236,247,233)
#EEF8EB
(238,248,235)
#F0F9ED
(240,249,237)
#F2FAEF
(242,250,239)
#F4FBF1
(244,251,241)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F2DF color. Also use rgb(226,242,223) instead hex code.

Text Font Color

.myTextColor { color: #E2F2DF; }

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

This text font color is #E2F2DF.

Background Color

.myBgColor { background-color: #E2F2DF; }

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

This div background color is #E2F2DF.

Border color

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

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

This div border color is #E2F2DF.

Opacity

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

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

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

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

This text has shadow with #E2F2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F2DF.

Preview

Color preview on black background

This text has color #E2F2DF on black background.


Color preview on white background

This text has color #E2F2DF on white background.


Black color preview on #E2F2DF background

This text has black color on #E2F2DF background.


White color preview on #E2F2DF background

This text has white color on #E2F2DF background.


Related colors

Complementary color

Complementary color for #hex is #1D0D20.


I love getcolorcode.com

Triadic colors

1 #DFE2F2 and #F2DFE2 with #E2F2DF are triadic colors.

2 #DFF2E2 and #F2E2DF with #E2F2DF are triadic colors.