COLOR #E0DFCF

HEX: #E0DFCF
RGB: (224,223,207)

Color info

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

RGB color model

#E0DFCF color RGB value is (224,223,207).

  • red value is 224;
  • green value is 223;
  • blue value is 207.
RGB:
(224,223,207)
(88%,87%,81%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 207 of 255 = 81%

224
223
207

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

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 207 = 654 (100%)
R 224 of 654 ~ 34.25%
G 223 of 654 ~ 34.1%
B 207 of 654 ~ 31.65%

%34.25
%34.1
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK:
(0,0,8,12)
C0M0Y8K12 
(0%,0%,8%,12%)
(0.00/0.00/0.08/0.12)	

CMYK percentages

%0
%0.45
%7.59
%12.16

Codes

Color #E0DFCF in popluar color models

E0DFCF
RGB224223207
HSL56°21.52%84.51%
HSB/HSV56°7.59%87.84%
CMYK0.00%0.45%7.59%
12.16%

Color #E0DFCF in popluar number systems.

HEXE0DFCF
Decimal224223207
Binary111000001101111111001111
Octal340337317

Shades and tints

Shades of #E0DFCF

#E0DFCF
(224,223,207)
#CCCBBD
(204,203,189)
#B8B7AB
(184,183,171)
#A4A399
(164,163,153)
#908F87
(144,143,135)
#7C7B75
(124,123,117)
#686763
(104,103,99)
#545351
(84,83,81)
#403F3F
(64,63,63)
#2C2B2D
(44,43,45)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #E0DFCF

#E0DFCF
(224,223,207)
#E2E1D3
(226,225,211)
#E4E3D7
(228,227,215)
#E6E5DB
(230,229,219)
#E8E7DF
(232,231,223)
#EAE9E3
(234,233,227)
#ECEBE7
(236,235,231)
#EEEDEB
(238,237,235)
#F0EFEF
(240,239,239)
#F2F1F3
(242,241,243)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DFCF color. Also use rgb(224,223,207) instead hex code.

Text Font Color

.myTextColor { color: #E0DFCF; }

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

This text font color is #E0DFCF.


Background Color

.myBgColor { background-color: #E0DFCF; }

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

This div background color is #E0DFCF.


Border color

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

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

This div border color is #E0DFCF.


Opacity

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

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

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

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

This text has shadow with #E0DFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFCF on black background.


Color preview on white background

This text has color #E0DFCF on white background.



Black color preview on #E0DFCF background

This text has black color on #E0DFCF background.


White color preview on #E0DFCF background

This text has white color on #E0DFCF background.