COLOR #E8DF9E

HEX: #E8DF9E
RGB: (232,223,158)

Color info

#E8DF9E contains mainly red and green colors. Web safe color of #E8DF9E is #FFCC99 (or #FC9).

RGB color model

#E8DF9E color RGB value is (232,223,158).

  • red value is 232;
  • green value is 223;
  • blue value is 158.
RGB:
(232,223,158)
(91%,87%,62%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 158 of 255 = 62%

232
223
158

R + G + B ~ 80%. #E8DF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 158 = 613 (100%)
R 232 of 613 ~ 37.85%
G 223 of 613 ~ 36.38%
B 158 of 613 ~ 25.77%

%37.85
%36.38
%25.77

CMYK color model

#E8DF9E color CMYK value is (0,4,32,9).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 31.90%
  • key color value is 9.02%
CMYK:
(0,4,32,9)
C0M4Y32K9 
(0%,4%,32%,9%)
(0.00/0.04/0.32/0.09)	

CMYK percentages

%0
%3.88
%31.9
%9.02

Codes

Color #E8DF9E in popluar color models

E8DF9E
RGB232223158
HSL53°61.67%76.47%
HSB/HSV53°31.90%90.98%
CMYK0.00%3.88%31.90%
9.02%

Color #E8DF9E in popluar number systems.

HEXE8DF9E
Decimal232223158
Binary111010001101111110011110
Octal350337236

Shades and tints

Shades of #E8DF9E

#E8DF9E
(232,223,158)
#D3CB90
(211,203,144)
#BEB782
(190,183,130)
#A9A374
(169,163,116)
#948F66
(148,143,102)
#7F7B58
(127,123,88)
#6A674A
(106,103,74)
#55533C
(85,83,60)
#403F2E
(64,63,46)
#2B2B20
(43,43,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #E8DF9E

#E8DF9E
(232,223,158)
#EAE1A6
(234,225,166)
#ECE3AE
(236,227,174)
#EEE5B6
(238,229,182)
#F0E7BE
(240,231,190)
#F2E9C6
(242,233,198)
#F4EBCE
(244,235,206)
#F6EDD6
(246,237,214)
#F8EFDE
(248,239,222)
#FAF1E6
(250,241,230)
#FCF3EE
(252,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DF9E color. Also use rgb(232,223,158) instead hex code.

Text Font Color

.myTextColor { color: #E8DF9E; }

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

This text font color is #E8DF9E.


Background Color

.myBgColor { background-color: #E8DF9E; }

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

This div background color is #E8DF9E.


Border color

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

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

This div border color is #E8DF9E.


Opacity

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

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

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

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

This text has shadow with #E8DF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DF9E on black background.


Color preview on white background

This text has color #E8DF9E on white background.



Black color preview on #E8DF9E background

This text has black color on #E8DF9E background.


White color preview on #E8DF9E background

This text has white color on #E8DF9E background.