COLOR #E8EDCE

HEX: #E8EDCE RGB: (232,237,206)

Color info

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

RGB color model

#E8EDCE color RGB value is (232,237,206).

RGB: (232,237,206) (91%, 93%, 81%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 206 of 255 = 81%

232
237
206

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

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 206 = 675 (100%)
R 232 of 675 ~ 34.37%
G 237 of 675 ~ 35.11%
B 206 of 675 ~ 30.52'%

%34.37
%35.11
%30.52

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK: (2,0,13,7) C2M0Y13K7 (2%,0%,13%,7%) (0.02/0.00/0.13/0.07) 

CMYK percentages

%2.11
%0
%13.08
%7.06

Codes

Color #E8EDCE in popluar color models

E8 ED CE
RGB 232 237 206
HSL 70° 46.27% 86.86%
HSB/HSV 70° 13.08% 92.94%
CMYK 2.11% 0.00% 13.08%
7.06%

Color #E8EDCE in popluar number systems.

HEX E8 ED CE
Decimal 232 237 206
Binary 11101000 11101101 11001110
Octal 350 355 316

Shades and tints

Shades of #E8EDCE

#E8EDCE
(232,237,206)
#D3D8BC
(211,216,188)
#BEC3AA
(190,195,170)
#A9AE98
(169,174,152)
#949986
(148,153,134)
#7F8474
(127,132,116)
#6A6F62
(106,111,98)
#555A50
(85,90,80)
#40453E
(64,69,62)
#2B302C
(43,48,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #E8EDCE

#E8EDCE
(232,237,206)
#EAEED2
(234,238,210)
#ECEFD6
(236,239,214)
#EEF0DA
(238,240,218)
#F0F1DE
(240,241,222)
#F2F2E2
(242,242,226)
#F4F3E6
(244,243,230)
#F6F4EA
(246,244,234)
#F8F5EE
(248,245,238)
#FAF6F2
(250,246,242)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDCE; }

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

This text font color is #E8EDCE.

Background Color

.myBgColor { background-color: #E8EDCE; }

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

This div background color is #E8EDCE.

Border color

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

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

This div border color is #E8EDCE.

Opacity

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

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

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

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

This text has shadow with #E8EDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDCE.

Preview

Color preview on black background

This text has color #E8EDCE on black background.


Color preview on white background

This text has color #E8EDCE on white background.


Black color preview on #E8EDCE background

This text has black color on #E8EDCE background.


White color preview on #E8EDCE background

This text has white color on #E8EDCE background.


Related colors

Complementary color

Complementary color for #hex is #171231.


I love getcolorcode.com

Triadic colors

1 #CEE8ED and #EDCEE8 with #E8EDCE are triadic colors.

2 #CEEDE8 and #EDE8CE with #E8EDCE are triadic colors.