COLOR #E0E3DC

HEX: #E0E3DC RGB: (224,227,220)

Color info

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

RGB color model

#E0E3DC color RGB value is (224,227,220).

RGB: (224,227,220) (88%, 89%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 227 of 255 = 89%
B 220 of 255 = 86%

224
227
220

R + G + B ~ 88%. #E0E3DC is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 227 + 220 = 671 (100%)
R 224 of 671 ~ 33.38%
G 227 of 671 ~ 33.83%
B 220 of 671 ~ 32.79'%

%33.38
%33.83
%32.79

CMYK color model

#E0E3DC color CMYK value is (1,0,3,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (1,0,3,11) C1M0Y3K11 (1%,0%,3%,11%) (0.01/0.00/0.03/0.11) 

CMYK percentages

%1.32
%0
%3.08
%10.98

Codes

Color #E0E3DC in popluar color models

E0 E3 DC
RGB 224 227 220
HSL 86° 11.11% 87.65%
HSB/HSV 86° 3.08% 89.02%
CMYK 1.32% 0.00% 3.08%
10.98%

Color #E0E3DC in popluar number systems.

HEX E0 E3 DC
Decimal 224 227 220
Binary 11100000 11100011 11011100
Octal 340 343 334

Shades and tints

Shades of #E0E3DC

#E0E3DC
(224,227,220)
#CCCFC8
(204,207,200)
#B8BBB4
(184,187,180)
#A4A7A0
(164,167,160)
#90938C
(144,147,140)
#7C7F78
(124,127,120)
#686B64
(104,107,100)
#545750
(84,87,80)
#40433C
(64,67,60)
#2C2F28
(44,47,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #E0E3DC

#E0E3DC
(224,227,220)
#E2E5DF
(226,229,223)
#E4E7E2
(228,231,226)
#E6E9E5
(230,233,229)
#E8EBE8
(232,235,232)
#EAEDEB
(234,237,235)
#ECEFEE
(236,239,238)
#EEF1F1
(238,241,241)
#F0F3F4
(240,243,244)
#F2F5F7
(242,245,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E3DC; }

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

This text font color is #E0E3DC.

Background Color

.myBgColor { background-color: #E0E3DC; }

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

This div background color is #E0E3DC.

Border color

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

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

This div border color is #E0E3DC.

Opacity

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

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

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

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

This text has shadow with #E0E3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E3DC.

Preview

Color preview on black background

This text has color #E0E3DC on black background.


Color preview on white background

This text has color #E0E3DC on white background.


Black color preview on #E0E3DC background

This text has black color on #E0E3DC background.


White color preview on #E0E3DC background

This text has white color on #E0E3DC background.


Related colors

Complementary color

Complementary color for #hex is #1F1C23.


I love getcolorcode.com

Triadic colors

1 #DCE0E3 and #E3DCE0 with #E0E3DC are triadic colors.

2 #DCE3E0 and #E3E0DC with #E0E3DC are triadic colors.