COLOR #E8EDCA

HEX: #E8EDCA
RGB: (232,237,202)

Color info

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

RGB color model

#E8EDCA color RGB value is (232,237,202).

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

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 202 of 255 = 79%

232
237
202

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

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 202 = 671 (100%)
R 232 of 671 ~ 34.58%
G 237 of 671 ~ 35.32%
B 202 of 671 ~ 30.1%

%34.58
%35.32
%30.1

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(2,0,15,7)
C2M0Y15K7 
(2%,0%,15%,7%)
(0.02/0.00/0.15/0.07)	

CMYK percentages

%2.11
%0
%14.77
%7.06

Codes

Color #E8EDCA in popluar color models

E8EDCA
RGB232237202
HSL69°49.30%86.08%
HSB/HSV69°14.77%92.94%
CMYK2.11%0.00%14.77%
7.06%

Color #E8EDCA in popluar number systems.

HEXE8EDCA
Decimal232237202
Binary111010001110110111001010
Octal350355312

Shades and tints

Shades of #E8EDCA

#E8EDCA
(232,237,202)
#D3D8B8
(211,216,184)
#BEC3A6
(190,195,166)
#A9AE94
(169,174,148)
#949982
(148,153,130)
#7F8470
(127,132,112)
#6A6F5E
(106,111,94)
#555A4C
(85,90,76)
#40453A
(64,69,58)
#2B3028
(43,48,40)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8EDCA

#E8EDCA
(232,237,202)
#EAEECE
(234,238,206)
#ECEFD2
(236,239,210)
#EEF0D6
(238,240,214)
#F0F1DA
(240,241,218)
#F2F2DE
(242,242,222)
#F4F3E2
(244,243,226)
#F6F4E6
(246,244,230)
#F8F5EA
(248,245,234)
#FAF6EE
(250,246,238)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDCA; }

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

This text font color is #E8EDCA.


Background Color

.myBgColor { background-color: #E8EDCA; }

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

This div background color is #E8EDCA.


Border color

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

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

This div border color is #E8EDCA.


Opacity

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

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

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

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

This text has shadow with #E8EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDCA on black background.


Color preview on white background

This text has color #E8EDCA on white background.



Black color preview on #E8EDCA background

This text has black color on #E8EDCA background.


White color preview on #E8EDCA background

This text has white color on #E8EDCA background.