COLOR #E0DCC8

HEX: #E0DCC8
RGB: (224,220,200)

Color info

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

RGB color model

#E0DCC8 color RGB value is (224,220,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 200 of 255 = 78%

224
220
200

R + G + B ~ 84%. #E0DCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 200 = 644 (100%)
R 224 of 644 ~ 34.78%
G 220 of 644 ~ 34.16%
B 200 of 644 ~ 31.06%

%34.78
%34.16
%31.06

CMYK color model

#E0DCC8 color CMYK value is (0,2,11,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,2,11,12)
C0M2Y11K12 
(0%,2%,11%,12%)
(0.00/0.02/0.11/0.12)	

CMYK percentages

%0
%1.79
%10.71
%12.16

Codes

Color #E0DCC8 in popluar color models

E0DCC8
RGB224220200
HSL50°27.91%83.14%
HSB/HSV50°10.71%87.84%
CMYK0.00%1.79%10.71%
12.16%

Color #E0DCC8 in popluar number systems.

HEXE0DCC8
Decimal224220200
Binary111000001101110011001000
Octal340334310

Shades and tints

Shades of #E0DCC8

#E0DCC8
(224,220,200)
#CCC8B6
(204,200,182)
#B8B4A4
(184,180,164)
#A4A092
(164,160,146)
#908C80
(144,140,128)
#7C786E
(124,120,110)
#68645C
(104,100,92)
#54504A
(84,80,74)
#403C38
(64,60,56)
#2C2826
(44,40,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0DCC8

#E0DCC8
(224,220,200)
#E2DFCD
(226,223,205)
#E4E2D2
(228,226,210)
#E6E5D7
(230,229,215)
#E8E8DC
(232,232,220)
#EAEBE1
(234,235,225)
#ECEEE6
(236,238,230)
#EEF1EB
(238,241,235)
#F0F4F0
(240,244,240)
#F2F7F5
(242,247,245)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCC8; }

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

This text font color is #E0DCC8.


Background Color

.myBgColor { background-color: #E0DCC8; }

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

This div background color is #E0DCC8.


Border color

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

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

This div border color is #E0DCC8.


Opacity

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

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

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

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

This text has shadow with #E0DCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCC8 on black background.


Color preview on white background

This text has color #E0DCC8 on white background.



Black color preview on #E0DCC8 background

This text has black color on #E0DCC8 background.


White color preview on #E0DCC8 background

This text has white color on #E0DCC8 background.