COLOR #E2EFDD

HEX: #E2EFDD RGB: (226,239,221)

Color info

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

RGB color model

#E2EFDD color RGB value is (226,239,221).

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

RGB channels and saturation

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

226
239
221

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

Portions of RGB colors in percentages

R + G + B = 226 + 239 + 221 = 686 (100%)
R 226 of 686 ~ 32.94%
G 239 of 686 ~ 34.84%
B 221 of 686 ~ 32.22'%

%32.94
%34.84
%32.22

CMYK color model

#E2EFDD color CMYK value is (5,0,8,6).

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

CMYK: (5,0,8,6)
C5M0Y8K6 (5%, 0%, 8%, 6%)
(0.05 / 0.00 / 0.08 / 0.06)

CMYK percentages

%5.44
%0
%7.53
%6.27

Codes

Color #E2EFDD in popluar color models

E2 EF DD
RGB 226 239 221
HSL 103° 36.00% 90.20%
HSB/HSV 103° 7.53% 93.73%
CMYK 5.44% 0.00% 7.53%
6.27%

Color #E2EFDD in popluar number systems.

HEX E2 EF DD
Decimal 226 239 221
Binary 11100010 11101111 11011101
Octal 342 357 335

Shades and tints

Shades of #E2EFDD

#E2EFDD
(226,239,221)
#CEDAC9
(206,218,201)
#BAC5B5
(186,197,181)
#A6B0A1
(166,176,161)
#929B8D
(146,155,141)
#7E8679
(126,134,121)
#6A7165
(106,113,101)
#565C51
(86,92,81)
#42473D
(66,71,61)
#2E3229
(46,50,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #E2EFDD

#E2EFDD
(226,239,221)
#E4F0E0
(228,240,224)
#E6F1E3
(230,241,227)
#E8F2E6
(232,242,230)
#EAF3E9
(234,243,233)
#ECF4EC
(236,244,236)
#EEF5EF
(238,245,239)
#F0F6F2
(240,246,242)
#F2F7F5
(242,247,245)
#F4F8F8
(244,248,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EFDD; }

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

This text font color is #E2EFDD.

Background Color

.myBgColor { background-color: #E2EFDD; }

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

This div background color is #E2EFDD.

Border color

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

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

This div border color is #E2EFDD.

Opacity

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

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

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

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

This text has shadow with #E2EFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EFDD.

Preview

Color preview on black background

This text has color #E2EFDD on black background.


Color preview on white background

This text has color #E2EFDD on white background.


Black color preview on #E2EFDD background

This text has black color on #E2EFDD background.


White color preview on #E2EFDD background

This text has white color on #E2EFDD background.


Related colors

Complementary color

Complementary color for #hex is #1D1022.


I love getcolorcode.com

Triadic colors

1 #DDE2EF and #EFDDE2 with #E2EFDD are triadic colors.

2 #DDEFE2 and #EFE2DD with #E2EFDD are triadic colors.