COLOR #E2EFDE

HEX: #E2EFDE RGB: (226,239,222)

Color info

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

RGB color model

#E2EFDE color RGB value is (226,239,222).

RGB: (226,239,222) (89%, 94%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 239 of 255 = 94%
B 222 of 255 = 87%

226
239
222

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

Portions of RGB colors in percentages

R + G + B = 226 + 239 + 222 = 687 (100%)
R 226 of 687 ~ 32.9%
G 239 of 687 ~ 34.79%
B 222 of 687 ~ 32.31'%

%32.9
%34.79
%32.31

CMYK color model

#E2EFDE color CMYK value is (5,0,7,6).

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%

CMYK: (5,0,7,6)
C5M0Y7K6 (5%, 0%, 7%, 6%)
(0.05 / 0.00 / 0.07 / 0.06)

CMYK percentages

%5.44
%0
%7.11
%6.27

Codes

Color #E2EFDE in popluar color models

E2 EF DE
RGB 226 239 222
HSL 106° 34.69% 90.39%
HSB/HSV 106° 7.11% 93.73%
CMYK 5.44% 0.00% 7.11%
6.27%

Color #E2EFDE in popluar number systems.

HEX E2 EF DE
Decimal 226 239 222
Binary 11100010 11101111 11011110
Octal 342 357 336

Shades and tints

Shades of #E2EFDE

#E2EFDE
(226,239,222)
#CEDACA
(206,218,202)
#BAC5B6
(186,197,182)
#A6B0A2
(166,176,162)
#929B8E
(146,155,142)
#7E867A
(126,134,122)
#6A7166
(106,113,102)
#565C52
(86,92,82)
#42473E
(66,71,62)
#2E322A
(46,50,42)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #E2EFDE

#E2EFDE
(226,239,222)
#E4F0E1
(228,240,225)
#E6F1E4
(230,241,228)
#E8F2E7
(232,242,231)
#EAF3EA
(234,243,234)
#ECF4ED
(236,244,237)
#EEF5F0
(238,245,240)
#F0F6F3
(240,246,243)
#F2F7F6
(242,247,246)
#F4F8F9
(244,248,249)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EFDE color. Also use rgb(226,239,222) instead hex code.

Text Font Color

.myTextColor { color: #E2EFDE; }

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

This text font color is #E2EFDE.

Background Color

.myBgColor { background-color: #E2EFDE; }

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

This div background color is #E2EFDE.

Border color

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

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

This div border color is #E2EFDE.

Opacity

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

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

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

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

This text has shadow with #E2EFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EFDE.

Preview

Color preview on black background

This text has color #E2EFDE on black background.


Color preview on white background

This text has color #E2EFDE on white background.


Black color preview on #E2EFDE background

This text has black color on #E2EFDE background.


White color preview on #E2EFDE background

This text has white color on #E2EFDE background.


Related colors

Complementary color

Complementary color for #hex is #1D1021.


I love getcolorcode.com

Triadic colors

1 #DEE2EF and #EFDEE2 with #E2EFDE are triadic colors.

2 #DEEFE2 and #EFE2DE with #E2EFDE are triadic colors.