COLOR #E0D0C5

HEX: #E0D0C5
RGB: (224,208,197)

Color info

#E0D0C5 contains red, green and blue colors in about the same proportion. Web safe color of #E0D0C5 is #CCCCCC (or #CCC).

RGB color model

#E0D0C5 color RGB value is (224,208,197).

  • red value is 224;
  • green value is 208;
  • blue value is 197.
RGB:
(224,208,197)
(88%,82%,77%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 197 of 255 = 77%

224
208
197

R + G + B ~ 82%. #E0D0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 208 + 197 = 629 (100%)
R 224 of 629 ~ 35.61%
G 208 of 629 ~ 33.07%
B 197 of 629 ~ 31.32%

%35.61
%33.07
%31.32

CMYK color model

#E0D0C5 color CMYK value is (0,7,12,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK:
(0,7,12,12)
C0M7Y12K12 
(0%,7%,12%,12%)
(0.00/0.07/0.12/0.12)	

CMYK percentages

%0
%7.14
%12.05
%12.16

Codes

Color #E0D0C5 in popluar color models

E0D0C5
RGB224208197
HSL24°30.34%82.55%
HSB/HSV24°12.05%87.84%
CMYK0.00%7.14%12.05%
12.16%

Color #E0D0C5 in popluar number systems.

HEXE0D0C5
Decimal224208197
Binary111000001101000011000101
Octal340320305

Shades and tints

Shades of #E0D0C5

#E0D0C5
(224,208,197)
#CCBEB4
(204,190,180)
#B8ACA3
(184,172,163)
#A49A92
(164,154,146)
#908881
(144,136,129)
#7C7670
(124,118,112)
#68645F
(104,100,95)
#54524E
(84,82,78)
#40403D
(64,64,61)
#2C2E2C
(44,46,44)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #E0D0C5

#E0D0C5
(224,208,197)
#E2D4CA
(226,212,202)
#E4D8CF
(228,216,207)
#E6DCD4
(230,220,212)
#E8E0D9
(232,224,217)
#EAE4DE
(234,228,222)
#ECE8E3
(236,232,227)
#EEECE8
(238,236,232)
#F0F0ED
(240,240,237)
#F2F4F2
(242,244,242)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D0C5 color. Also use rgb(224,208,197) instead hex code.

Text Font Color

.myTextColor { color: #E0D0C5; }

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

This text font color is #E0D0C5.


Background Color

.myBgColor { background-color: #E0D0C5; }

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

This div background color is #E0D0C5.


Border color

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

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

This div border color is #E0D0C5.


Opacity

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

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

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

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

This text has shadow with #E0D0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D0C5 on black background.


Color preview on white background

This text has color #E0D0C5 on white background.



Black color preview on #E0D0C5 background

This text has black color on #E0D0C5 background.


White color preview on #E0D0C5 background

This text has white color on #E0D0C5 background.