COLOR #E0DCD3

HEX: #E0DCD3 RGB: (224,220,211)

Color info

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

RGB color model

#E0DCD3 color RGB value is (224,220,211).

RGB: (224,220,211) (88%, 86%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 211 of 255 = 83%

224
220
211

R + G + B ~ 86%. #E0DCD3 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 220 + 211 = 655 (100%)
R 224 of 655 ~ 34.2%
G 220 of 655 ~ 33.59%
B 211 of 655 ~ 32.21'%

%34.2
%33.59
%32.21

CMYK color model

#E0DCD3 color CMYK value is (0,2,6,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 5.80%
  • key color value is 12.16%

CMYK: (0,2,6,12)
C0M2Y6K12 (0%, 2%, 6%, 12%)
(0.00 / 0.02 / 0.06 / 0.12)

CMYK percentages

%0
%1.79
%5.8
%12.16

Codes

Color #E0DCD3 in popluar color models

E0 DC D3
RGB 224 220 211
HSL 42° 17.33% 85.29%
HSB/HSV 42° 5.80% 87.84%
CMYK 0.00% 1.79% 5.80%
12.16%

Color #E0DCD3 in popluar number systems.

HEX E0 DC D3
Decimal 224 220 211
Binary 11100000 11011100 11010011
Octal 340 334 323

Shades and tints

Shades of #E0DCD3

#E0DCD3
(224,220,211)
#CCC8C0
(204,200,192)
#B8B4AD
(184,180,173)
#A4A09A
(164,160,154)
#908C87
(144,140,135)
#7C7874
(124,120,116)
#686461
(104,100,97)
#54504E
(84,80,78)
#403C3B
(64,60,59)
#2C2828
(44,40,40)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0DCD3

#E0DCD3
(224,220,211)
#E2DFD7
(226,223,215)
#E4E2DB
(228,226,219)
#E6E5DF
(230,229,223)
#E8E8E3
(232,232,227)
#EAEBE7
(234,235,231)
#ECEEEB
(236,238,235)
#EEF1EF
(238,241,239)
#F0F4F3
(240,244,243)
#F2F7F7
(242,247,247)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCD3; }

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

This text font color is #E0DCD3.

Background Color

.myBgColor { background-color: #E0DCD3; }

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

This div background color is #E0DCD3.

Border color

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

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

This div border color is #E0DCD3.

Opacity

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

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

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

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

This text has shadow with #E0DCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DCD3.

Preview

Color preview on black background

This text has color #E0DCD3 on black background.


Color preview on white background

This text has color #E0DCD3 on white background.


Black color preview on #E0DCD3 background

This text has black color on #E0DCD3 background.


White color preview on #E0DCD3 background

This text has white color on #E0DCD3 background.


Related colors

Complementary color

Complementary color for #hex is #1F232C.


I love getcolorcode.com

Triadic colors

1 #D3E0DC and #DCD3E0 with #E0DCD3 are triadic colors.

2 #D3DCE0 and #DCE0D3 with #E0DCD3 are triadic colors.