COLOR #E0DFC9

HEX: #E0DFC9 RGB: (224,223,201)

Color info

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

RGB color model

#E0DFC9 color RGB value is (224,223,201).

RGB: (224,223,201) (88%, 87%, 79%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 201 of 255 = 79%

224
223
201

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 201 = 648 (100%)
R 224 of 648 ~ 34.57%
G 223 of 648 ~ 34.41%
B 201 of 648 ~ 31.02'%

%34.57
%34.41
%31.02

CMYK color model

#E0DFC9 color CMYK value is (0,0,10,12).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 10.27%
  • key color value is 12.16%

CMYK: (0,0,10,12)
C0M0Y10K12 (0%, 0%, 10%, 12%)
(0.00 / 0.00 / 0.10 / 0.12)

CMYK percentages

%0
%0.45
%10.27
%12.16

Codes

Color #E0DFC9 in popluar color models

E0 DF C9
RGB 224 223 201
HSL 57° 27.06% 83.33%
HSB/HSV 57° 10.27% 87.84%
CMYK 0.00% 0.45% 10.27%
12.16%

Color #E0DFC9 in popluar number systems.

HEX E0 DF C9
Decimal 224 223 201
Binary 11100000 11011111 11001001
Octal 340 337 311

Shades and tints

Shades of #E0DFC9

#E0DFC9
(224,223,201)
#CCCBB7
(204,203,183)
#B8B7A5
(184,183,165)
#A4A393
(164,163,147)
#908F81
(144,143,129)
#7C7B6F
(124,123,111)
#68675D
(104,103,93)
#54534B
(84,83,75)
#403F39
(64,63,57)
#2C2B27
(44,43,39)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0DFC9

#E0DFC9
(224,223,201)
#E2E1CD
(226,225,205)
#E4E3D1
(228,227,209)
#E6E5D5
(230,229,213)
#E8E7D9
(232,231,217)
#EAE9DD
(234,233,221)
#ECEBE1
(236,235,225)
#EEEDE5
(238,237,229)
#F0EFE9
(240,239,233)
#F2F1ED
(242,241,237)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFC9; }

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

This text font color is #E0DFC9.

Background Color

.myBgColor { background-color: #E0DFC9; }

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

This div background color is #E0DFC9.

Border color

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

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

This div border color is #E0DFC9.

Opacity

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

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

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

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

This text has shadow with #E0DFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFC9.

Preview

Color preview on black background

This text has color #E0DFC9 on black background.


Color preview on white background

This text has color #E0DFC9 on white background.


Black color preview on #E0DFC9 background

This text has black color on #E0DFC9 background.


White color preview on #E0DFC9 background

This text has white color on #E0DFC9 background.


Related colors

Complementary color

Complementary color for #hex is #1F2036.


I love getcolorcode.com

Triadic colors

1 #C9E0DF and #DFC9E0 with #E0DFC9 are triadic colors.

2 #C9DFE0 and #DFE0C9 with #E0DFC9 are triadic colors.