COLOR #E2EFDC

HEX: #E2EFDC
RGB: (226,239,220)

Color info

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

RGB color model

#E2EFDC color RGB value is (226,239,220).

  • red value is 226;
  • green value is 239;
  • blue value is 220.
RGB:
(226,239,220)
(89%,94%,86%)

RGB channels and saturation

R 226 of 255 = 89%
G 239 of 255 = 94%
B 220 of 255 = 86%

226
239
220

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

Portions of RGB colors in percentages

R + G + B =
226 + 239 + 220 = 685 (100%)
R 226 of 685 ~ 32.99%
G 239 of 685 ~ 34.89%
B 220 of 685 ~ 32.12%

%32.99
%34.89
%32.12

CMYK color model

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

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • 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.95
%6.27

Codes

Color #E2EFDC in popluar color models

E2EFDC
RGB226239220
HSL101°37.25%90.00%
HSB/HSV101°7.95%93.73%
CMYK5.44%0.00%7.95%
6.27%

Color #E2EFDC in popluar number systems.

HEXE2EFDC
Decimal226239220
Binary111000101110111111011100
Octal342357334

Shades and tints

Shades of #E2EFDC

#E2EFDC
(226,239,220)
#CEDAC8
(206,218,200)
#BAC5B4
(186,197,180)
#A6B0A0
(166,176,160)
#929B8C
(146,155,140)
#7E8678
(126,134,120)
#6A7164
(106,113,100)
#565C50
(86,92,80)
#42473C
(66,71,60)
#2E3228
(46,50,40)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #E2EFDC

#E2EFDC
(226,239,220)
#E4F0DF
(228,240,223)
#E6F1E2
(230,241,226)
#E8F2E5
(232,242,229)
#EAF3E8
(234,243,232)
#ECF4EB
(236,244,235)
#EEF5EE
(238,245,238)
#F0F6F1
(240,246,241)
#F2F7F4
(242,247,244)
#F4F8F7
(244,248,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EFDC; }

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

This text font color is #E2EFDC.


Background Color

.myBgColor { background-color: #E2EFDC; }

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

This div background color is #E2EFDC.


Border color

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

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

This div border color is #E2EFDC.


Opacity

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

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

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

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

This text has shadow with #E2EFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EFDC on black background.


Color preview on white background

This text has color #E2EFDC on white background.



Black color preview on #E2EFDC background

This text has black color on #E2EFDC background.


White color preview on #E2EFDC background

This text has white color on #E2EFDC background.