COLOR #E8ED9D

HEX: #E8ED9D
RGB: (232,237,157)

Color info

#E8ED9D contains mainly red and green colors. Web safe color of #E8ED9D is #FFFF99 (or #FF9).

RGB color model

#E8ED9D color RGB value is (232,237,157).

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

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 157 of 255 = 62%

232
237
157

R + G + B ~ 82%. #E8ED9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 157 = 626 (100%)
R 232 of 626 ~ 37.06%
G 237 of 626 ~ 37.86%
B 157 of 626 ~ 25.08%

%37.06
%37.86
%25.08

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 33.76%
  • key color value is 7.06%
CMYK:
(2,0,34,7)
C2M0Y34K7 
(2%,0%,34%,7%)
(0.02/0.00/0.34/0.07)	

CMYK percentages

%2.11
%0
%33.76
%7.06

Codes

Color #E8ED9D in popluar color models

E8ED9D
RGB232237157
HSL64°68.97%77.25%
HSB/HSV64°33.76%92.94%
CMYK2.11%0.00%33.76%
7.06%

Color #E8ED9D in popluar number systems.

HEXE8ED9D
Decimal232237157
Binary111010001110110110011101
Octal350355235

Shades and tints

Shades of #E8ED9D

#E8ED9D
(232,237,157)
#D3D88F
(211,216,143)
#BEC381
(190,195,129)
#A9AE73
(169,174,115)
#949965
(148,153,101)
#7F8457
(127,132,87)
#6A6F49
(106,111,73)
#555A3B
(85,90,59)
#40452D
(64,69,45)
#2B301F
(43,48,31)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #E8ED9D

#E8ED9D
(232,237,157)
#EAEEA5
(234,238,165)
#ECEFAD
(236,239,173)
#EEF0B5
(238,240,181)
#F0F1BD
(240,241,189)
#F2F2C5
(242,242,197)
#F4F3CD
(244,243,205)
#F6F4D5
(246,244,213)
#F8F5DD
(248,245,221)
#FAF6E5
(250,246,229)
#FCF7ED
(252,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ED9D; }

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

This text font color is #E8ED9D.


Background Color

.myBgColor { background-color: #E8ED9D; }

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

This div background color is #E8ED9D.


Border color

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

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

This div border color is #E8ED9D.


Opacity

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

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

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

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

This text has shadow with #E8ED9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ED9D on black background.


Color preview on white background

This text has color #E8ED9D on white background.



Black color preview on #E8ED9D background

This text has black color on #E8ED9D background.


White color preview on #E8ED9D background

This text has white color on #E8ED9D background.