COLOR #E0DCD1

HEX: #E0DCD1
RGB: (224,220,209)

Color info

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

RGB color model

#E0DCD1 color RGB value is (224,220,209).

  • red value is 224;
  • green value is 220;
  • blue value is 209.
RGB:
(224,220,209)
(88%,86%,82%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 209 of 255 = 82%

224
220
209

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

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 209 = 653 (100%)
R 224 of 653 ~ 34.3%
G 220 of 653 ~ 33.69%
B 209 of 653 ~ 32.01%

%34.3
%33.69
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(0,2,7,12)
C0M2Y7K12 
(0%,2%,7%,12%)
(0.00/0.02/0.07/0.12)	

CMYK percentages

%0
%1.79
%6.7
%12.16

Codes

Color #E0DCD1 in popluar color models

E0DCD1
RGB224220209
HSL44°19.48%84.90%
HSB/HSV44°6.70%87.84%
CMYK0.00%1.79%6.70%
12.16%

Color #E0DCD1 in popluar number systems.

HEXE0DCD1
Decimal224220209
Binary111000001101110011010001
Octal340334321

Shades and tints

Shades of #E0DCD1

#E0DCD1
(224,220,209)
#CCC8BE
(204,200,190)
#B8B4AB
(184,180,171)
#A4A098
(164,160,152)
#908C85
(144,140,133)
#7C7872
(124,120,114)
#68645F
(104,100,95)
#54504C
(84,80,76)
#403C39
(64,60,57)
#2C2826
(44,40,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E0DCD1

#E0DCD1
(224,220,209)
#E2DFD5
(226,223,213)
#E4E2D9
(228,226,217)
#E6E5DD
(230,229,221)
#E8E8E1
(232,232,225)
#EAEBE5
(234,235,229)
#ECEEE9
(236,238,233)
#EEF1ED
(238,241,237)
#F0F4F1
(240,244,241)
#F2F7F5
(242,247,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DCD1 color. Also use rgb(224,220,209) instead hex code.

Text Font Color

.myTextColor { color: #E0DCD1; }

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

This text font color is #E0DCD1.


Background Color

.myBgColor { background-color: #E0DCD1; }

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

This div background color is #E0DCD1.


Border color

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

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

This div border color is #E0DCD1.


Opacity

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

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

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

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

This text has shadow with #E0DCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCD1 on black background.


Color preview on white background

This text has color #E0DCD1 on white background.



Black color preview on #E0DCD1 background

This text has black color on #E0DCD1 background.


White color preview on #E0DCD1 background

This text has white color on #E0DCD1 background.