COLOR #E8DAC8

HEX: #E8DAC8
RGB: (232,218,200)

Color info

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

RGB color model

#E8DAC8 color RGB value is (232,218,200).

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

RGB channels and saturation

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

232
218
200

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

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 200 = 650 (100%)
R 232 of 650 ~ 35.69%
G 218 of 650 ~ 33.54%
B 200 of 650 ~ 30.77%

%35.69
%33.54
%30.77

CMYK color model

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

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

CMYK percentages

%0
%6.03
%13.79
%9.02

Codes

Color #E8DAC8 in popluar color models

E8DAC8
RGB232218200
HSL34°41.03%84.71%
HSB/HSV34°13.79%90.98%
CMYK0.00%6.03%13.79%
9.02%

Color #E8DAC8 in popluar number systems.

HEXE8DAC8
Decimal232218200
Binary111010001101101011001000
Octal350332310

Shades and tints

Shades of #E8DAC8

#E8DAC8
(232,218,200)
#D3C7B6
(211,199,182)
#BEB4A4
(190,180,164)
#A9A192
(169,161,146)
#948E80
(148,142,128)
#7F7B6E
(127,123,110)
#6A685C
(106,104,92)
#55554A
(85,85,74)
#404238
(64,66,56)
#2B2F26
(43,47,38)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #E8DAC8

#E8DAC8
(232,218,200)
#EADDCD
(234,221,205)
#ECE0D2
(236,224,210)
#EEE3D7
(238,227,215)
#F0E6DC
(240,230,220)
#F2E9E1
(242,233,225)
#F4ECE6
(244,236,230)
#F6EFEB
(246,239,235)
#F8F2F0
(248,242,240)
#FAF5F5
(250,245,245)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAC8; }

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

This text font color is #E8DAC8.


Background Color

.myBgColor { background-color: #E8DAC8; }

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

This div background color is #E8DAC8.


Border color

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

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

This div border color is #E8DAC8.


Opacity

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

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

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

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

This text has shadow with #E8DAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAC8 on black background.


Color preview on white background

This text has color #E8DAC8 on white background.



Black color preview on #E8DAC8 background

This text has black color on #E8DAC8 background.


White color preview on #E8DAC8 background

This text has white color on #E8DAC8 background.