COLOR #E8EDDE

HEX: #E8EDDE
RGB: (232,237,222)

Color info

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

RGB color model

#E8EDDE color RGB value is (232,237,222).

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

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 222 of 255 = 87%

232
237
222

R + G + B ~ 90%. #E8EDDE is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 222 = 691 (100%)
R 232 of 691 ~ 33.57%
G 237 of 691 ~ 34.3%
B 222 of 691 ~ 32.13%

%33.57
%34.3
%32.13

CMYK color model

#E8EDDE color CMYK value is (2,0,6,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(2,0,6,7)
C2M0Y6K7 
(2%,0%,6%,7%)
(0.02/0.00/0.06/0.07)	

CMYK percentages

%2.11
%0
%6.33
%7.06

Codes

Color #E8EDDE in popluar color models

E8EDDE
RGB232237222
HSL80°29.41%90.00%
HSB/HSV80°6.33%92.94%
CMYK2.11%0.00%6.33%
7.06%

Color #E8EDDE in popluar number systems.

HEXE8EDDE
Decimal232237222
Binary111010001110110111011110
Octal350355336

Shades and tints

Shades of #E8EDDE

#E8EDDE
(232,237,222)
#D3D8CA
(211,216,202)
#BEC3B6
(190,195,182)
#A9AEA2
(169,174,162)
#94998E
(148,153,142)
#7F847A
(127,132,122)
#6A6F66
(106,111,102)
#555A52
(85,90,82)
#40453E
(64,69,62)
#2B302A
(43,48,42)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8EDDE

#E8EDDE
(232,237,222)
#EAEEE1
(234,238,225)
#ECEFE4
(236,239,228)
#EEF0E7
(238,240,231)
#F0F1EA
(240,241,234)
#F2F2ED
(242,242,237)
#F4F3F0
(244,243,240)
#F6F4F3
(246,244,243)
#F8F5F6
(248,245,246)
#FAF6F9
(250,246,249)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDDE; }

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

This text font color is #E8EDDE.


Background Color

.myBgColor { background-color: #E8EDDE; }

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

This div background color is #E8EDDE.


Border color

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

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

This div border color is #E8EDDE.


Opacity

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

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

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

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

This text has shadow with #E8EDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDDE on black background.


Color preview on white background

This text has color #E8EDDE on white background.



Black color preview on #E8EDDE background

This text has black color on #E8EDDE background.


White color preview on #E8EDDE background

This text has white color on #E8EDDE background.