COLOR #E2E7DA

HEX: #E2E7DA RGB: (226,231,218)

Color info

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

RGB color model

#E2E7DA color RGB value is (226,231,218).

RGB: (226,231,218) (89%, 91%, 85%)

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 218 of 255 = 85%

226
231
218

R + G + B ~ 88%. #E2E7DA is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 231 + 218 = 675 (100%)
R 226 of 675 ~ 33.48%
G 231 of 675 ~ 34.22%
B 218 of 675 ~ 32.3'%

%33.48
%34.22
%32.3

CMYK color model

#E2E7DA color CMYK value is (2,0,6,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 9.41%
CMYK: (2,0,6,9) C2M0Y6K9 (2%,0%,6%,9%) (0.02/0.00/0.06/0.09) 

CMYK percentages

%2.16
%0
%5.63
%9.41

Codes

Color #E2E7DA in popluar color models

E2 E7 DA
RGB 226 231 218
HSL 83° 21.31% 88.04%
HSB/HSV 83° 5.63% 90.59%
CMYK 2.16% 0.00% 5.63%
9.41%

Color #E2E7DA in popluar number systems.

HEX E2 E7 DA
Decimal 226 231 218
Binary 11100010 11100111 11011010
Octal 342 347 332

Shades and tints

Shades of #E2E7DA

#E2E7DA
(226,231,218)
#CED2C7
(206,210,199)
#BABDB4
(186,189,180)
#A6A8A1
(166,168,161)
#92938E
(146,147,142)
#7E7E7B
(126,126,123)
#6A6968
(106,105,104)
#565455
(86,84,85)
#423F42
(66,63,66)
#2E2A2F
(46,42,47)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #E2E7DA

#E2E7DA
(226,231,218)
#E4E9DD
(228,233,221)
#E6EBE0
(230,235,224)
#E8EDE3
(232,237,227)
#EAEFE6
(234,239,230)
#ECF1E9
(236,241,233)
#EEF3EC
(238,243,236)
#F0F5EF
(240,245,239)
#F2F7F2
(242,247,242)
#F4F9F5
(244,249,245)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7DA; }

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

This text font color is #E2E7DA.

Background Color

.myBgColor { background-color: #E2E7DA; }

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

This div background color is #E2E7DA.

Border color

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

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

This div border color is #E2E7DA.

Opacity

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

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

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

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

This text has shadow with #E2E7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E7DA.

Preview

Color preview on black background

This text has color #E2E7DA on black background.


Color preview on white background

This text has color #E2E7DA on white background.


Black color preview on #E2E7DA background

This text has black color on #E2E7DA background.


White color preview on #E2E7DA background

This text has white color on #E2E7DA background.


Related colors

Complementary color

Complementary color for #hex is #1D1825.


I love getcolorcode.com

Triadic colors

1 #DAE2E7 and #E7DAE2 with #E2E7DA are triadic colors.

2 #DAE7E2 and #E7E2DA with #E2E7DA are triadic colors.