COLOR #E8EED7

HEX: #E8EED7
RGB: (232,238,215)

Color info

#E8EED7 contains red, green and blue colors in about the same proportion. Web safe color of #E8EED7 is #FFFFCC (or #FFC).

RGB color model

#E8EED7 color RGB value is (232,238,215).

  • red value is 232;
  • green value is 238;
  • blue value is 215.
RGB:
(232,238,215)
(91%,93%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 238 of 255 = 93%
B 215 of 255 = 84%

232
238
215

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

Portions of RGB colors in percentages

R + G + B =
232 + 238 + 215 = 685 (100%)
R 232 of 685 ~ 33.87%
G 238 of 685 ~ 34.74%
B 215 of 685 ~ 31.39%

%33.87
%34.74
%31.39

CMYK color model

#E8EED7 color CMYK value is (3,0,10,7).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(3,0,10,7)
C3M0Y10K7 
(3%,0%,10%,7%)
(0.03/0.00/0.10/0.07)	

CMYK percentages

%2.52
%0
%9.66
%6.67

Codes

Color #E8EED7 in popluar color models

E8EED7
RGB232238215
HSL76°40.35%88.82%
HSB/HSV76°9.66%93.33%
CMYK2.52%0.00%9.66%
6.67%

Color #E8EED7 in popluar number systems.

HEXE8EED7
Decimal232238215
Binary111010001110111011010111
Octal350356327

Shades and tints

Shades of #E8EED7

#E8EED7
(232,238,215)
#D3D9C4
(211,217,196)
#BEC4B1
(190,196,177)
#A9AF9E
(169,175,158)
#949A8B
(148,154,139)
#7F8578
(127,133,120)
#6A7065
(106,112,101)
#555B52
(85,91,82)
#40463F
(64,70,63)
#2B312C
(43,49,44)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #E8EED7

#E8EED7
(232,238,215)
#EAEFDA
(234,239,218)
#ECF0DD
(236,240,221)
#EEF1E0
(238,241,224)
#F0F2E3
(240,242,227)
#F2F3E6
(242,243,230)
#F4F4E9
(244,244,233)
#F6F5EC
(246,245,236)
#F8F6EF
(248,246,239)
#FAF7F2
(250,247,242)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EED7; }

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

This text font color is #E8EED7.


Background Color

.myBgColor { background-color: #E8EED7; }

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

This div background color is #E8EED7.


Border color

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

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

This div border color is #E8EED7.


Opacity

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

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

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

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

This text has shadow with #E8EED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EED7 on black background.


Color preview on white background

This text has color #E8EED7 on white background.



Black color preview on #E8EED7 background

This text has black color on #E8EED7 background.


White color preview on #E8EED7 background

This text has white color on #E8EED7 background.