COLOR #E8DA9B

HEX: #E8DA9B
RGB: (232,218,155)

Color info

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

RGB color model

#E8DA9B color RGB value is (232,218,155).

  • red value is 232;
  • green value is 218;
  • blue value is 155.
RGB:
(232,218,155)
(91%,85%,61%)

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 155 of 255 = 61%

232
218
155

R + G + B ~ 79%. #E8DA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 155 = 605 (100%)
R 232 of 605 ~ 38.35%
G 218 of 605 ~ 36.03%
B 155 of 605 ~ 25.62%

%38.35
%36.03
%25.62

CMYK color model

#E8DA9B color CMYK value is (0,6,33,9).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 33.19%
  • key color value is 9.02%
CMYK:
(0,6,33,9)
C0M6Y33K9 
(0%,6%,33%,9%)
(0.00/0.06/0.33/0.09)	

CMYK percentages

%0
%6.03
%33.19
%9.02

Codes

Color #E8DA9B in popluar color models

E8DA9B
RGB232218155
HSL49°62.60%75.88%
HSB/HSV49°33.19%90.98%
CMYK0.00%6.03%33.19%
9.02%

Color #E8DA9B in popluar number systems.

HEXE8DA9B
Decimal232218155
Binary111010001101101010011011
Octal350332233

Shades and tints

Shades of #E8DA9B

#E8DA9B
(232,218,155)
#D3C78D
(211,199,141)
#BEB47F
(190,180,127)
#A9A171
(169,161,113)
#948E63
(148,142,99)
#7F7B55
(127,123,85)
#6A6847
(106,104,71)
#555539
(85,85,57)
#40422B
(64,66,43)
#2B2F1D
(43,47,29)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #E8DA9B

#E8DA9B
(232,218,155)
#EADDA4
(234,221,164)
#ECE0AD
(236,224,173)
#EEE3B6
(238,227,182)
#F0E6BF
(240,230,191)
#F2E9C8
(242,233,200)
#F4ECD1
(244,236,209)
#F6EFDA
(246,239,218)
#F8F2E3
(248,242,227)
#FAF5EC
(250,245,236)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DA9B color. Also use rgb(232,218,155) instead hex code.

Text Font Color

.myTextColor { color: #E8DA9B; }

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

This text font color is #E8DA9B.


Background Color

.myBgColor { background-color: #E8DA9B; }

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

This div background color is #E8DA9B.


Border color

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

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

This div border color is #E8DA9B.


Opacity

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

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

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

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

This text has shadow with #E8DA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DA9B on black background.


Color preview on white background

This text has color #E8DA9B on white background.



Black color preview on #E8DA9B background

This text has black color on #E8DA9B background.


White color preview on #E8DA9B background

This text has white color on #E8DA9B background.