COLOR #E2ECDD

HEX: #E2ECDD
RGB: (226,236,221)

Color info

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

RGB color model

#E2ECDD color RGB value is (226,236,221).

  • red value is 226;
  • green value is 236;
  • blue value is 221.
RGB:
(226,236,221)
(89%,93%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 221 of 255 = 87%

226
236
221

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

Portions of RGB colors in percentages

R + G + B =
226 + 236 + 221 = 683 (100%)
R 226 of 683 ~ 33.09%
G 236 of 683 ~ 34.55%
B 221 of 683 ~ 32.36%

%33.09
%34.55
%32.36

CMYK color model

#E2ECDD color CMYK value is (4,0,6,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(4,0,6,7)
C4M0Y6K7 
(4%,0%,6%,7%)
(0.04/0.00/0.06/0.07)	

CMYK percentages

%4.24
%0
%6.36
%7.45

Codes

Color #E2ECDD in popluar color models

E2ECDD
RGB226236221
HSL100°28.30%89.61%
HSB/HSV100°6.36%92.55%
CMYK4.24%0.00%6.36%
7.45%

Color #E2ECDD in popluar number systems.

HEXE2ECDD
Decimal226236221
Binary111000101110110011011101
Octal342354335

Shades and tints

Shades of #E2ECDD

#E2ECDD
(226,236,221)
#CED7C9
(206,215,201)
#BAC2B5
(186,194,181)
#A6ADA1
(166,173,161)
#92988D
(146,152,141)
#7E8379
(126,131,121)
#6A6E65
(106,110,101)
#565951
(86,89,81)
#42443D
(66,68,61)
#2E2F29
(46,47,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #E2ECDD

#E2ECDD
(226,236,221)
#E4EDE0
(228,237,224)
#E6EEE3
(230,238,227)
#E8EFE6
(232,239,230)
#EAF0E9
(234,240,233)
#ECF1EC
(236,241,236)
#EEF2EF
(238,242,239)
#F0F3F2
(240,243,242)
#F2F4F5
(242,244,245)
#F4F5F8
(244,245,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ECDD; }

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

This text font color is #E2ECDD.


Background Color

.myBgColor { background-color: #E2ECDD; }

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

This div background color is #E2ECDD.


Border color

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

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

This div border color is #E2ECDD.


Opacity

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

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

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

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

This text has shadow with #E2ECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ECDD on black background.


Color preview on white background

This text has color #E2ECDD on white background.



Black color preview on #E2ECDD background

This text has black color on #E2ECDD background.


White color preview on #E2ECDD background

This text has white color on #E2ECDD background.