COLOR #E0DCD6

HEX: #E0DCD6
RGB: (224,220,214)

Color info

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

RGB color model

#E0DCD6 color RGB value is (224,220,214).

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

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 214 of 255 = 84%

224
220
214

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

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 214 = 658 (100%)
R 224 of 658 ~ 34.04%
G 220 of 658 ~ 33.43%
B 214 of 658 ~ 32.52%

%34.04
%33.43
%32.52

CMYK color model

#E0DCD6 color CMYK value is (0,2,4,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 4.46%
  • key color value is 12.16%
CMYK:
(0,2,4,12)
C0M2Y4K12 
(0%,2%,4%,12%)
(0.00/0.02/0.04/0.12)	

CMYK percentages

%0
%1.79
%4.46
%12.16

Codes

Color #E0DCD6 in popluar color models

E0DCD6
RGB224220214
HSL36°13.89%85.88%
HSB/HSV36°4.46%87.84%
CMYK0.00%1.79%4.46%
12.16%

Color #E0DCD6 in popluar number systems.

HEXE0DCD6
Decimal224220214
Binary111000001101110011010110
Octal340334326

Shades and tints

Shades of #E0DCD6

#E0DCD6
(224,220,214)
#CCC8C3
(204,200,195)
#B8B4B0
(184,180,176)
#A4A09D
(164,160,157)
#908C8A
(144,140,138)
#7C7877
(124,120,119)
#686464
(104,100,100)
#545051
(84,80,81)
#403C3E
(64,60,62)
#2C282B
(44,40,43)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #E0DCD6

#E0DCD6
(224,220,214)
#E2DFD9
(226,223,217)
#E4E2DC
(228,226,220)
#E6E5DF
(230,229,223)
#E8E8E2
(232,232,226)
#EAEBE5
(234,235,229)
#ECEEE8
(236,238,232)
#EEF1EB
(238,241,235)
#F0F4EE
(240,244,238)
#F2F7F1
(242,247,241)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCD6; }

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

This text font color is #E0DCD6.


Background Color

.myBgColor { background-color: #E0DCD6; }

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

This div background color is #E0DCD6.


Border color

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

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

This div border color is #E0DCD6.


Opacity

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

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

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

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

This text has shadow with #E0DCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCD6 on black background.


Color preview on white background

This text has color #E0DCD6 on white background.



Black color preview on #E0DCD6 background

This text has black color on #E0DCD6 background.


White color preview on #E0DCD6 background

This text has white color on #E0DCD6 background.