COLOR #E0D5C5

HEX: #E0D5C5
RGB: (224,213,197)

Color info

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

RGB color model

#E0D5C5 color RGB value is (224,213,197).

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

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 197 of 255 = 77%

224
213
197

R + G + B ~ 83%. #E0D5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 197 = 634 (100%)
R 224 of 634 ~ 35.33%
G 213 of 634 ~ 33.6%
B 197 of 634 ~ 31.07%

%35.33
%33.6
%31.07

CMYK color model

#E0D5C5 color CMYK value is (0,5,12,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK:
(0,5,12,12)
C0M5Y12K12 
(0%,5%,12%,12%)
(0.00/0.05/0.12/0.12)	

CMYK percentages

%0
%4.91
%12.05
%12.16

Codes

Color #E0D5C5 in popluar color models

E0D5C5
RGB224213197
HSL36°30.34%82.55%
HSB/HSV36°12.05%87.84%
CMYK0.00%4.91%12.05%
12.16%

Color #E0D5C5 in popluar number systems.

HEXE0D5C5
Decimal224213197
Binary111000001101010111000101
Octal340325305

Shades and tints

Shades of #E0D5C5

#E0D5C5
(224,213,197)
#CCC2B4
(204,194,180)
#B8AFA3
(184,175,163)
#A49C92
(164,156,146)
#908981
(144,137,129)
#7C7670
(124,118,112)
#68635F
(104,99,95)
#54504E
(84,80,78)
#403D3D
(64,61,61)
#2C2A2C
(44,42,44)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #E0D5C5

#E0D5C5
(224,213,197)
#E2D8CA
(226,216,202)
#E4DBCF
(228,219,207)
#E6DED4
(230,222,212)
#E8E1D9
(232,225,217)
#EAE4DE
(234,228,222)
#ECE7E3
(236,231,227)
#EEEAE8
(238,234,232)
#F0EDED
(240,237,237)
#F2F0F2
(242,240,242)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D5C5; }

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

This text font color is #E0D5C5.


Background Color

.myBgColor { background-color: #E0D5C5; }

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

This div background color is #E0D5C5.


Border color

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

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

This div border color is #E0D5C5.


Opacity

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

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

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

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

This text has shadow with #E0D5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5C5 on black background.


Color preview on white background

This text has color #E0D5C5 on white background.



Black color preview on #E0D5C5 background

This text has black color on #E0D5C5 background.


White color preview on #E0D5C5 background

This text has white color on #E0D5C5 background.