COLOR #E0DCCE

HEX: #E0DCCE
RGB: (224,220,206)

Color info

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

RGB color model

#E0DCCE color RGB value is (224,220,206).

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

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 206 of 255 = 81%

224
220
206

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

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 206 = 650 (100%)
R 224 of 650 ~ 34.46%
G 220 of 650 ~ 33.85%
B 206 of 650 ~ 31.69%

%34.46
%33.85
%31.69

CMYK color model

#E0DCCE color CMYK value is (0,2,8,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(0,2,8,12)
C0M2Y8K12 
(0%,2%,8%,12%)
(0.00/0.02/0.08/0.12)	

CMYK percentages

%0
%1.79
%8.04
%12.16

Codes

Color #E0DCCE in popluar color models

E0DCCE
RGB224220206
HSL47°22.50%84.31%
HSB/HSV47°8.04%87.84%
CMYK0.00%1.79%8.04%
12.16%

Color #E0DCCE in popluar number systems.

HEXE0DCCE
Decimal224220206
Binary111000001101110011001110
Octal340334316

Shades and tints

Shades of #E0DCCE

#E0DCCE
(224,220,206)
#CCC8BC
(204,200,188)
#B8B4AA
(184,180,170)
#A4A098
(164,160,152)
#908C86
(144,140,134)
#7C7874
(124,120,116)
#686462
(104,100,98)
#545050
(84,80,80)
#403C3E
(64,60,62)
#2C282C
(44,40,44)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #E0DCCE

#E0DCCE
(224,220,206)
#E2DFD2
(226,223,210)
#E4E2D6
(228,226,214)
#E6E5DA
(230,229,218)
#E8E8DE
(232,232,222)
#EAEBE2
(234,235,226)
#ECEEE6
(236,238,230)
#EEF1EA
(238,241,234)
#F0F4EE
(240,244,238)
#F2F7F2
(242,247,242)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCCE; }

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

This text font color is #E0DCCE.


Background Color

.myBgColor { background-color: #E0DCCE; }

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

This div background color is #E0DCCE.


Border color

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

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

This div border color is #E0DCCE.


Opacity

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

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

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

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

This text has shadow with #E0DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCCE on black background.


Color preview on white background

This text has color #E0DCCE on white background.



Black color preview on #E0DCCE background

This text has black color on #E0DCCE background.


White color preview on #E0DCCE background

This text has white color on #E0DCCE background.