COLOR #E8EDE7

HEX: #E8EDE7
RGB: (232,237,231)

Color info

#E8EDE7 contains red, green and blue colors in about the same proportion. Web safe color of #E8EDE7 is #FFFFFF (or #FFF).

RGB color model

#E8EDE7 color RGB value is (232,237,231).

  • red value is 232;
  • green value is 237;
  • blue value is 231.
RGB:
(232,237,231)
(91%,93%,91%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 231 of 255 = 91%

232
237
231

R + G + B ~ 92%. #E8EDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 231 = 700 (100%)
R 232 of 700 ~ 33.14%
G 237 of 700 ~ 33.86%
B 231 of 700 ~ 33%

%33.14
%33.86
%33

CMYK color model

#E8EDE7 color CMYK value is (2,0,3,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(2,0,3,7)
C2M0Y3K7 
(2%,0%,3%,7%)
(0.02/0.00/0.03/0.07)	

CMYK percentages

%2.11
%0
%2.53
%7.06

Codes

Color #E8EDE7 in popluar color models

E8EDE7
RGB232237231
HSL110°14.29%91.76%
HSB/HSV110°2.53%92.94%
CMYK2.11%0.00%2.53%
7.06%

Color #E8EDE7 in popluar number systems.

HEXE8EDE7
Decimal232237231
Binary111010001110110111100111
Octal350355347

Shades and tints

Shades of #E8EDE7

#E8EDE7
(232,237,231)
#D3D8D2
(211,216,210)
#BEC3BD
(190,195,189)
#A9AEA8
(169,174,168)
#949993
(148,153,147)
#7F847E
(127,132,126)
#6A6F69
(106,111,105)
#555A54
(85,90,84)
#40453F
(64,69,63)
#2B302A
(43,48,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #E8EDE7

#E8EDE7
(232,237,231)
#EAEEE9
(234,238,233)
#ECEFEB
(236,239,235)
#EEF0ED
(238,240,237)
#F0F1EF
(240,241,239)
#F2F2F1
(242,242,241)
#F4F3F3
(244,243,243)
#F6F4F5
(246,244,245)
#F8F5F7
(248,245,247)
#FAF6F9
(250,246,249)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EDE7 color. Also use rgb(232,237,231) instead hex code.

Text Font Color

.myTextColor { color: #E8EDE7; }

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

This text font color is #E8EDE7.


Background Color

.myBgColor { background-color: #E8EDE7; }

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

This div background color is #E8EDE7.


Border color

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

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

This div border color is #E8EDE7.


Opacity

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

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

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

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

This text has shadow with #E8EDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDE7 on black background.


Color preview on white background

This text has color #E8EDE7 on white background.



Black color preview on #E8EDE7 background

This text has black color on #E8EDE7 background.


White color preview on #E8EDE7 background

This text has white color on #E8EDE7 background.