COLOR #E8DDC0

HEX: #E8DDC0
RGB: (232,221,192)

Color info

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

RGB color model

#E8DDC0 color RGB value is (232,221,192).

  • red value is 232;
  • green value is 221;
  • blue value is 192.
RGB:
(232,221,192)
(91%,87%,75%)

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 192 of 255 = 75%

232
221
192

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

Portions of RGB colors in percentages

R + G + B =
232 + 221 + 192 = 645 (100%)
R 232 of 645 ~ 35.97%
G 221 of 645 ~ 34.26%
B 192 of 645 ~ 29.77%

%35.97
%34.26
%29.77

CMYK color model

#E8DDC0 color CMYK value is (0,5,17,9).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 17.24%
  • key color value is 9.02%
CMYK:
(0,5,17,9)
C0M5Y17K9 
(0%,5%,17%,9%)
(0.00/0.05/0.17/0.09)	

CMYK percentages

%0
%4.74
%17.24
%9.02

Codes

Color #E8DDC0 in popluar color models

E8DDC0
RGB232221192
HSL44°46.51%83.14%
HSB/HSV44°17.24%90.98%
CMYK0.00%4.74%17.24%
9.02%

Color #E8DDC0 in popluar number systems.

HEXE8DDC0
Decimal232221192
Binary111010001101110111000000
Octal350335300

Shades and tints

Shades of #E8DDC0

#E8DDC0
(232,221,192)
#D3C9AF
(211,201,175)
#BEB59E
(190,181,158)
#A9A18D
(169,161,141)
#948D7C
(148,141,124)
#7F796B
(127,121,107)
#6A655A
(106,101,90)
#555149
(85,81,73)
#403D38
(64,61,56)
#2B2927
(43,41,39)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #E8DDC0

#E8DDC0
(232,221,192)
#EAE0C5
(234,224,197)
#ECE3CA
(236,227,202)
#EEE6CF
(238,230,207)
#F0E9D4
(240,233,212)
#F2ECD9
(242,236,217)
#F4EFDE
(244,239,222)
#F6F2E3
(246,242,227)
#F8F5E8
(248,245,232)
#FAF8ED
(250,248,237)
#FCFBF2
(252,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DDC0 color. Also use rgb(232,221,192) instead hex code.

Text Font Color

.myTextColor { color: #E8DDC0; }

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

This text font color is #E8DDC0.


Background Color

.myBgColor { background-color: #E8DDC0; }

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

This div background color is #E8DDC0.


Border color

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

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

This div border color is #E8DDC0.


Opacity

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

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

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

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

This text has shadow with #E8DDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DDC0 on black background.


Color preview on white background

This text has color #E8DDC0 on white background.



Black color preview on #E8DDC0 background

This text has black color on #E8DDC0 background.


White color preview on #E8DDC0 background

This text has white color on #E8DDC0 background.