COLOR #E8DAC5

HEX: #E8DAC5
RGB: (232,218,197)

Color info

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

RGB color model

#E8DAC5 color RGB value is (232,218,197).

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

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 197 of 255 = 77%

232
218
197

R + G + B ~ 84%. #E8DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 197 = 647 (100%)
R 232 of 647 ~ 35.86%
G 218 of 647 ~ 33.69%
B 197 of 647 ~ 30.45%

%35.86
%33.69
%30.45

CMYK color model

#E8DAC5 color CMYK value is (0,6,15,9).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,6,15,9)
C0M6Y15K9 
(0%,6%,15%,9%)
(0.00/0.06/0.15/0.09)	

CMYK percentages

%0
%6.03
%15.09
%9.02

Codes

Color #E8DAC5 in popluar color models

E8DAC5
RGB232218197
HSL36°43.21%84.12%
HSB/HSV36°15.09%90.98%
CMYK0.00%6.03%15.09%
9.02%

Color #E8DAC5 in popluar number systems.

HEXE8DAC5
Decimal232218197
Binary111010001101101011000101
Octal350332305

Shades and tints

Shades of #E8DAC5

#E8DAC5
(232,218,197)
#D3C7B4
(211,199,180)
#BEB4A3
(190,180,163)
#A9A192
(169,161,146)
#948E81
(148,142,129)
#7F7B70
(127,123,112)
#6A685F
(106,104,95)
#55554E
(85,85,78)
#40423D
(64,66,61)
#2B2F2C
(43,47,44)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #E8DAC5

#E8DAC5
(232,218,197)
#EADDCA
(234,221,202)
#ECE0CF
(236,224,207)
#EEE3D4
(238,227,212)
#F0E6D9
(240,230,217)
#F2E9DE
(242,233,222)
#F4ECE3
(244,236,227)
#F6EFE8
(246,239,232)
#F8F2ED
(248,242,237)
#FAF5F2
(250,245,242)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAC5; }

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

This text font color is #E8DAC5.


Background Color

.myBgColor { background-color: #E8DAC5; }

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

This div background color is #E8DAC5.


Border color

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

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

This div border color is #E8DAC5.


Opacity

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

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

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

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

This text has shadow with #E8DAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAC5 on black background.


Color preview on white background

This text has color #E8DAC5 on white background.



Black color preview on #E8DAC5 background

This text has black color on #E8DAC5 background.


White color preview on #E8DAC5 background

This text has white color on #E8DAC5 background.