COLOR #E2E8D7

HEX: #E2E8D7 RGB: (226,232,215)

Color info

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

RGB color model

#E2E8D7 color RGB value is (226,232,215).

RGB: (226,232,215) (89%, 91%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 215 of 255 = 84%

226
232
215

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

Portions of RGB colors in percentages

R + G + B = 226 + 232 + 215 = 673 (100%)
R 226 of 673 ~ 33.58%
G 232 of 673 ~ 34.47%
B 215 of 673 ~ 31.95'%

%33.58
%34.47
%31.95

CMYK color model

#E2E8D7 color CMYK value is (3,0,7,9).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 7.33%
  • key color value is 9.02%
CMYK: (3,0,7,9) C3M0Y7K9 (3%,0%,7%,9%) (0.03/0.00/0.07/0.09) 

CMYK percentages

%2.59
%0
%7.33
%9.02

Codes

Color #E2E8D7 in popluar color models

E2 E8 D7
RGB 226 232 215
HSL 81° 26.98% 87.65%
HSB/HSV 81° 7.33% 90.98%
CMYK 2.59% 0.00% 7.33%
9.02%

Color #E2E8D7 in popluar number systems.

HEX E2 E8 D7
Decimal 226 232 215
Binary 11100010 11101000 11010111
Octal 342 350 327

Shades and tints

Shades of #E2E8D7

#E2E8D7
(226,232,215)
#CED3C4
(206,211,196)
#BABEB1
(186,190,177)
#A6A99E
(166,169,158)
#92948B
(146,148,139)
#7E7F78
(126,127,120)
#6A6A65
(106,106,101)
#565552
(86,85,82)
#42403F
(66,64,63)
#2E2B2C
(46,43,44)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2E8D7

#E2E8D7
(226,232,215)
#E4EADA
(228,234,218)
#E6ECDD
(230,236,221)
#E8EEE0
(232,238,224)
#EAF0E3
(234,240,227)
#ECF2E6
(236,242,230)
#EEF4E9
(238,244,233)
#F0F6EC
(240,246,236)
#F2F8EF
(242,248,239)
#F4FAF2
(244,250,242)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E8D7 color. Also use rgb(226,232,215) instead hex code.

Text Font Color

.myTextColor { color: #E2E8D7; }

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

This text font color is #E2E8D7.

Background Color

.myBgColor { background-color: #E2E8D7; }

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

This div background color is #E2E8D7.

Border color

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

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

This div border color is #E2E8D7.

Opacity

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

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

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

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

This text has shadow with #E2E8D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E8D7.

Preview

Color preview on black background

This text has color #E2E8D7 on black background.


Color preview on white background

This text has color #E2E8D7 on white background.


Black color preview on #E2E8D7 background

This text has black color on #E2E8D7 background.


White color preview on #E2E8D7 background

This text has white color on #E2E8D7 background.


Related colors

Complementary color

Complementary color for #hex is #1D1728.


I love getcolorcode.com

Triadic colors

1 #D7E2E8 and #E8D7E2 with #E2E8D7 are triadic colors.

2 #D7E8E2 and #E8E2D7 with #E2E8D7 are triadic colors.