COLOR #E2E7D2

HEX: #E2E7D2
RGB: (226,231,210)

Color info

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

RGB color model

#E2E7D2 color RGB value is (226,231,210).

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

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 210 of 255 = 82%

226
231
210

R + G + B ~ 87%. #E2E7D2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 231 + 210 = 667 (100%)
R 226 of 667 ~ 33.88%
G 231 of 667 ~ 34.63%
B 210 of 667 ~ 31.48%

%33.88
%34.63
%31.48

CMYK color model

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

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK:
(2,0,9,9)
C2M0Y9K9 
(2%,0%,9%,9%)
(0.02/0.00/0.09/0.09)	

CMYK percentages

%2.16
%0
%9.09
%9.41

Codes

Color #E2E7D2 in popluar color models

E2E7D2
RGB226231210
HSL74°30.43%86.47%
HSB/HSV74°9.09%90.59%
CMYK2.16%0.00%9.09%
9.41%

Color #E2E7D2 in popluar number systems.

HEXE2E7D2
Decimal226231210
Binary111000101110011111010010
Octal342347322

Shades and tints

Shades of #E2E7D2

#E2E7D2
(226,231,210)
#CED2BF
(206,210,191)
#BABDAC
(186,189,172)
#A6A899
(166,168,153)
#929386
(146,147,134)
#7E7E73
(126,126,115)
#6A6960
(106,105,96)
#56544D
(86,84,77)
#423F3A
(66,63,58)
#2E2A27
(46,42,39)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #E2E7D2

#E2E7D2
(226,231,210)
#E4E9D6
(228,233,214)
#E6EBDA
(230,235,218)
#E8EDDE
(232,237,222)
#EAEFE2
(234,239,226)
#ECF1E6
(236,241,230)
#EEF3EA
(238,243,234)
#F0F5EE
(240,245,238)
#F2F7F2
(242,247,242)
#F4F9F6
(244,249,246)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7D2; }

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

This text font color is #E2E7D2.


Background Color

.myBgColor { background-color: #E2E7D2; }

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

This div background color is #E2E7D2.


Border color

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

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

This div border color is #E2E7D2.


Opacity

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

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

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

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

This text has shadow with #E2E7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E7D2 on black background.


Color preview on white background

This text has color #E2E7D2 on white background.



Black color preview on #E2E7D2 background

This text has black color on #E2E7D2 background.


White color preview on #E2E7D2 background

This text has white color on #E2E7D2 background.