COLOR #E2E7DC

HEX: #E2E7DC RGB: (226,231,220)

Color info

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

RGB color model

#E2E7DC color RGB value is (226,231,220).

RGB: (226,231,220) (89%, 91%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 220 of 255 = 86%

226
231
220

R + G + B ~ 89%. #E2E7DC is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 231 + 220 = 677 (100%)
R 226 of 677 ~ 33.38%
G 231 of 677 ~ 34.12%
B 220 of 677 ~ 32.5'%

%33.38
%34.12
%32.5

CMYK color model

#E2E7DC color CMYK value is (2,0,5,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (2,0,5,9)
C2M0Y5K9 (2%, 0%, 5%, 9%)
(0.02 / 0.00 / 0.05 / 0.09)

CMYK percentages

%2.16
%0
%4.76
%9.41

Codes

Color #E2E7DC in popluar color models

E2 E7 DC
RGB 226 231 220
HSL 87° 18.64% 88.43%
HSB/HSV 87° 4.76% 90.59%
CMYK 2.16% 0.00% 4.76%
9.41%

Color #E2E7DC in popluar number systems.

HEX E2 E7 DC
Decimal 226 231 220
Binary 11100010 11100111 11011100
Octal 342 347 334

Shades and tints

Shades of #E2E7DC

#E2E7DC
(226,231,220)
#CED2C8
(206,210,200)
#BABDB4
(186,189,180)
#A6A8A0
(166,168,160)
#92938C
(146,147,140)
#7E7E78
(126,126,120)
#6A6964
(106,105,100)
#565450
(86,84,80)
#423F3C
(66,63,60)
#2E2A28
(46,42,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #E2E7DC

#E2E7DC
(226,231,220)
#E4E9DF
(228,233,223)
#E6EBE2
(230,235,226)
#E8EDE5
(232,237,229)
#EAEFE8
(234,239,232)
#ECF1EB
(236,241,235)
#EEF3EE
(238,243,238)
#F0F5F1
(240,245,241)
#F2F7F4
(242,247,244)
#F4F9F7
(244,249,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7DC; }

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

This text font color is #E2E7DC.

Background Color

.myBgColor { background-color: #E2E7DC; }

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

This div background color is #E2E7DC.

Border color

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

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

This div border color is #E2E7DC.

Opacity

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

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

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

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

This text has shadow with #E2E7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E7DC.

Preview

Color preview on black background

This text has color #E2E7DC on black background.


Color preview on white background

This text has color #E2E7DC on white background.


Black color preview on #E2E7DC background

This text has black color on #E2E7DC background.


White color preview on #E2E7DC background

This text has white color on #E2E7DC background.


Related colors

Complementary color

Complementary color for #hex is #1D1823.


I love getcolorcode.com

Triadic colors

1 #DCE2E7 and #E7DCE2 with #E2E7DC are triadic colors.

2 #DCE7E2 and #E7E2DC with #E2E7DC are triadic colors.