COLOR #E9DAC8

HEX: #E9DAC8
RGB: (233,218,200)

Color info

#E9DAC8 contains red, green and blue colors in about the same proportion. Web safe color of #E9DAC8 is #FFCCCC (or #FCC).

RGB color model

#E9DAC8 color RGB value is (233,218,200).

  • red value is 233;
  • green value is 218;
  • blue value is 200.
RGB:
(233,218,200)
(91%,85%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 200 of 255 = 78%

233
218
200

R + G + B ~ 85%. #E9DAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 218 + 200 = 651 (100%)
R 233 of 651 ~ 35.79%
G 218 of 651 ~ 33.49%
B 200 of 651 ~ 30.72%

%35.79
%33.49
%30.72

CMYK color model

#E9DAC8 color CMYK value is (0,6,14,9).

  • cyan value is 0.00%
  • magenta value is 6.44%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(0,6,14,9)
C0M6Y14K9 
(0%,6%,14%,9%)
(0.00/0.06/0.14/0.09)	

CMYK percentages

%0
%6.44
%14.16
%8.63

Codes

Color #E9DAC8 in popluar color models

E9DAC8
RGB233218200
HSL33°42.86%84.90%
HSB/HSV33°14.16%91.37%
CMYK0.00%6.44%14.16%
8.63%

Color #E9DAC8 in popluar number systems.

HEXE9DAC8
Decimal233218200
Binary111010011101101011001000
Octal351332310

Shades and tints

Shades of #E9DAC8

#E9DAC8
(233,218,200)
#D4C7B6
(212,199,182)
#BFB4A4
(191,180,164)
#AAA192
(170,161,146)
#958E80
(149,142,128)
#807B6E
(128,123,110)
#6B685C
(107,104,92)
#56554A
(86,85,74)
#414238
(65,66,56)
#2C2F26
(44,47,38)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #E9DAC8

#E9DAC8
(233,218,200)
#EBDDCD
(235,221,205)
#EDE0D2
(237,224,210)
#EFE3D7
(239,227,215)
#F1E6DC
(241,230,220)
#F3E9E1
(243,233,225)
#F5ECE6
(245,236,230)
#F7EFEB
(247,239,235)
#F9F2F0
(249,242,240)
#FBF5F5
(251,245,245)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DAC8 color. Also use rgb(233,218,200) instead hex code.

Text Font Color

.myTextColor { color: #E9DAC8; }

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

This text font color is #E9DAC8.


Background Color

.myBgColor { background-color: #E9DAC8; }

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

This div background color is #E9DAC8.


Border color

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

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

This div border color is #E9DAC8.


Opacity

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

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

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

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

This text has shadow with #E9DAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DAC8 on black background.


Color preview on white background

This text has color #E9DAC8 on white background.



Black color preview on #E9DAC8 background

This text has black color on #E9DAC8 background.


White color preview on #E9DAC8 background

This text has white color on #E9DAC8 background.