COLOR #E0DCC1

HEX: #E0DCC1
RGB: (224,220,193)

Color info

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

RGB color model

#E0DCC1 color RGB value is (224,220,193).

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

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 193 of 255 = 76%

224
220
193

R + G + B ~ 83%. #E0DCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 193 = 637 (100%)
R 224 of 637 ~ 35.16%
G 220 of 637 ~ 34.54%
B 193 of 637 ~ 30.3%

%35.16
%34.54
%30.3

CMYK color model

#E0DCC1 color CMYK value is (0,2,14,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK:
(0,2,14,12)
C0M2Y14K12 
(0%,2%,14%,12%)
(0.00/0.02/0.14/0.12)	

CMYK percentages

%0
%1.79
%13.84
%12.16

Codes

Color #E0DCC1 in popluar color models

E0DCC1
RGB224220193
HSL52°33.33%81.76%
HSB/HSV52°13.84%87.84%
CMYK0.00%1.79%13.84%
12.16%

Color #E0DCC1 in popluar number systems.

HEXE0DCC1
Decimal224220193
Binary111000001101110011000001
Octal340334301

Shades and tints

Shades of #E0DCC1

#E0DCC1
(224,220,193)
#CCC8B0
(204,200,176)
#B8B49F
(184,180,159)
#A4A08E
(164,160,142)
#908C7D
(144,140,125)
#7C786C
(124,120,108)
#68645B
(104,100,91)
#54504A
(84,80,74)
#403C39
(64,60,57)
#2C2828
(44,40,40)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E0DCC1

#E0DCC1
(224,220,193)
#E2DFC6
(226,223,198)
#E4E2CB
(228,226,203)
#E6E5D0
(230,229,208)
#E8E8D5
(232,232,213)
#EAEBDA
(234,235,218)
#ECEEDF
(236,238,223)
#EEF1E4
(238,241,228)
#F0F4E9
(240,244,233)
#F2F7EE
(242,247,238)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCC1; }

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

This text font color is #E0DCC1.


Background Color

.myBgColor { background-color: #E0DCC1; }

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

This div background color is #E0DCC1.


Border color

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

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

This div border color is #E0DCC1.


Opacity

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

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

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

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

This text has shadow with #E0DCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCC1 on black background.


Color preview on white background

This text has color #E0DCC1 on white background.



Black color preview on #E0DCC1 background

This text has black color on #E0DCC1 background.


White color preview on #E0DCC1 background

This text has white color on #E0DCC1 background.