COLOR #E8EDC0

HEX: #E8EDC0
RGB: (232,237,192)

Color info

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

RGB color model

#E8EDC0 color RGB value is (232,237,192).

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

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 192 of 255 = 75%

232
237
192

R + G + B ~ 86%. #E8EDC0 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 192 = 661 (100%)
R 232 of 661 ~ 35.1%
G 237 of 661 ~ 35.85%
B 192 of 661 ~ 29.05%

%35.1
%35.85
%29.05

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(2,0,19,7)
C2M0Y19K7 
(2%,0%,19%,7%)
(0.02/0.00/0.19/0.07)	

CMYK percentages

%2.11
%0
%18.99
%7.06

Codes

Color #E8EDC0 in popluar color models

E8EDC0
RGB232237192
HSL67°55.56%84.12%
HSB/HSV67°18.99%92.94%
CMYK2.11%0.00%18.99%
7.06%

Color #E8EDC0 in popluar number systems.

HEXE8EDC0
Decimal232237192
Binary111010001110110111000000
Octal350355300

Shades and tints

Shades of #E8EDC0

#E8EDC0
(232,237,192)
#D3D8AF
(211,216,175)
#BEC39E
(190,195,158)
#A9AE8D
(169,174,141)
#94997C
(148,153,124)
#7F846B
(127,132,107)
#6A6F5A
(106,111,90)
#555A49
(85,90,73)
#404538
(64,69,56)
#2B3027
(43,48,39)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8EDC0

#E8EDC0
(232,237,192)
#EAEEC5
(234,238,197)
#ECEFCA
(236,239,202)
#EEF0CF
(238,240,207)
#F0F1D4
(240,241,212)
#F2F2D9
(242,242,217)
#F4F3DE
(244,243,222)
#F6F4E3
(246,244,227)
#F8F5E8
(248,245,232)
#FAF6ED
(250,246,237)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDC0; }

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

This text font color is #E8EDC0.


Background Color

.myBgColor { background-color: #E8EDC0; }

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

This div background color is #E8EDC0.


Border color

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

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

This div border color is #E8EDC0.


Opacity

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

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

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

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

This text has shadow with #E8EDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDC0 on black background.


Color preview on white background

This text has color #E8EDC0 on white background.



Black color preview on #E8EDC0 background

This text has black color on #E8EDC0 background.


White color preview on #E8EDC0 background

This text has white color on #E8EDC0 background.