COLOR #E8DDC5

HEX: #E8DDC5
RGB: (232,221,197)

Color info

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

RGB color model

#E8DDC5 color RGB value is (232,221,197).

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

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 197 of 255 = 77%

232
221
197

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

Portions of RGB colors in percentages

R + G + B =
232 + 221 + 197 = 650 (100%)
R 232 of 650 ~ 35.69%
G 221 of 650 ~ 34%
B 197 of 650 ~ 30.31%

%35.69
%34
%30.31

CMYK color model

#E8DDC5 color CMYK value is (0,5,15,9).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,5,15,9)
C0M5Y15K9 
(0%,5%,15%,9%)
(0.00/0.05/0.15/0.09)	

CMYK percentages

%0
%4.74
%15.09
%9.02

Codes

Color #E8DDC5 in popluar color models

E8DDC5
RGB232221197
HSL41°43.21%84.12%
HSB/HSV41°15.09%90.98%
CMYK0.00%4.74%15.09%
9.02%

Color #E8DDC5 in popluar number systems.

HEXE8DDC5
Decimal232221197
Binary111010001101110111000101
Octal350335305

Shades and tints

Shades of #E8DDC5

#E8DDC5
(232,221,197)
#D3C9B4
(211,201,180)
#BEB5A3
(190,181,163)
#A9A192
(169,161,146)
#948D81
(148,141,129)
#7F7970
(127,121,112)
#6A655F
(106,101,95)
#55514E
(85,81,78)
#403D3D
(64,61,61)
#2B292C
(43,41,44)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #E8DDC5

#E8DDC5
(232,221,197)
#EAE0CA
(234,224,202)
#ECE3CF
(236,227,207)
#EEE6D4
(238,230,212)
#F0E9D9
(240,233,217)
#F2ECDE
(242,236,222)
#F4EFE3
(244,239,227)
#F6F2E8
(246,242,232)
#F8F5ED
(248,245,237)
#FAF8F2
(250,248,242)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DDC5; }

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

This text font color is #E8DDC5.


Background Color

.myBgColor { background-color: #E8DDC5; }

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

This div background color is #E8DDC5.


Border color

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

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

This div border color is #E8DDC5.


Opacity

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

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

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

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

This text has shadow with #E8DDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DDC5 on black background.


Color preview on white background

This text has color #E8DDC5 on white background.



Black color preview on #E8DDC5 background

This text has black color on #E8DDC5 background.


White color preview on #E8DDC5 background

This text has white color on #E8DDC5 background.