COLOR #E8EDDC

HEX: #E8EDDC
RGB: (232,237,220)

Color info

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

RGB color model

#E8EDDC color RGB value is (232,237,220).

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

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 220 of 255 = 86%

232
237
220

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

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 220 = 689 (100%)
R 232 of 689 ~ 33.67%
G 237 of 689 ~ 34.4%
B 220 of 689 ~ 31.93%

%33.67
%34.4
%31.93

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(2,0,7,7)
C2M0Y7K7 
(2%,0%,7%,7%)
(0.02/0.00/0.07/0.07)	

CMYK percentages

%2.11
%0
%7.17
%7.06

Codes

Color #E8EDDC in popluar color models

E8EDDC
RGB232237220
HSL78°32.08%89.61%
HSB/HSV78°7.17%92.94%
CMYK2.11%0.00%7.17%
7.06%

Color #E8EDDC in popluar number systems.

HEXE8EDDC
Decimal232237220
Binary111010001110110111011100
Octal350355334

Shades and tints

Shades of #E8EDDC

#E8EDDC
(232,237,220)
#D3D8C8
(211,216,200)
#BEC3B4
(190,195,180)
#A9AEA0
(169,174,160)
#94998C
(148,153,140)
#7F8478
(127,132,120)
#6A6F64
(106,111,100)
#555A50
(85,90,80)
#40453C
(64,69,60)
#2B3028
(43,48,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #E8EDDC

#E8EDDC
(232,237,220)
#EAEEDF
(234,238,223)
#ECEFE2
(236,239,226)
#EEF0E5
(238,240,229)
#F0F1E8
(240,241,232)
#F2F2EB
(242,242,235)
#F4F3EE
(244,243,238)
#F6F4F1
(246,244,241)
#F8F5F4
(248,245,244)
#FAF6F7
(250,246,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDDC; }

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

This text font color is #E8EDDC.


Background Color

.myBgColor { background-color: #E8EDDC; }

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

This div background color is #E8EDDC.


Border color

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

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

This div border color is #E8EDDC.


Opacity

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

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

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

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

This text has shadow with #E8EDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDDC on black background.


Color preview on white background

This text has color #E8EDDC on white background.



Black color preview on #E8EDDC background

This text has black color on #E8EDDC background.


White color preview on #E8EDDC background

This text has white color on #E8EDDC background.