COLOR #E2E7DE

HEX: #E2E7DE
RGB: (226,231,222)

Color info

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

RGB color model

#E2E7DE color RGB value is (226,231,222).

  • red value is 226;
  • green value is 231;
  • blue value is 222.
RGB:
(226,231,222)
(89%,91%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 222 of 255 = 87%

226
231
222

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

Portions of RGB colors in percentages

R + G + B =
226 + 231 + 222 = 679 (100%)
R 226 of 679 ~ 33.28%
G 231 of 679 ~ 34.02%
B 222 of 679 ~ 32.7%

%33.28
%34.02
%32.7

CMYK color model

#E2E7DE color CMYK value is (2,0,4,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(2,0,4,9)
C2M0Y4K9 
(2%,0%,4%,9%)
(0.02/0.00/0.04/0.09)	

CMYK percentages

%2.16
%0
%3.9
%9.41

Codes

Color #E2E7DE in popluar color models

E2E7DE
RGB226231222
HSL93°15.79%88.82%
HSB/HSV93°3.90%90.59%
CMYK2.16%0.00%3.90%
9.41%

Color #E2E7DE in popluar number systems.

HEXE2E7DE
Decimal226231222
Binary111000101110011111011110
Octal342347336

Shades and tints

Shades of #E2E7DE

#E2E7DE
(226,231,222)
#CED2CA
(206,210,202)
#BABDB6
(186,189,182)
#A6A8A2
(166,168,162)
#92938E
(146,147,142)
#7E7E7A
(126,126,122)
#6A6966
(106,105,102)
#565452
(86,84,82)
#423F3E
(66,63,62)
#2E2A2A
(46,42,42)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2E7DE

#E2E7DE
(226,231,222)
#E4E9E1
(228,233,225)
#E6EBE4
(230,235,228)
#E8EDE7
(232,237,231)
#EAEFEA
(234,239,234)
#ECF1ED
(236,241,237)
#EEF3F0
(238,243,240)
#F0F5F3
(240,245,243)
#F2F7F6
(242,247,246)
#F4F9F9
(244,249,249)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7DE; }

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

This text font color is #E2E7DE.


Background Color

.myBgColor { background-color: #E2E7DE; }

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

This div background color is #E2E7DE.


Border color

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

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

This div border color is #E2E7DE.


Opacity

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

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

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

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

This text has shadow with #E2E7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E7DE on black background.


Color preview on white background

This text has color #E2E7DE on white background.



Black color preview on #E2E7DE background

This text has black color on #E2E7DE background.


White color preview on #E2E7DE background

This text has white color on #E2E7DE background.