COLOR #E0ECD7

HEX: #E0ECD7 RGB: (224,236,215)

Color info

#E0ECD7 contains red, green and blue colors in about the same proportion. Web safe color of #E0ECD7 is #CCFFCC (or #CFC).

RGB color model

#E0ECD7 color RGB value is (224,236,215).

RGB: (224,236,215) (88%, 93%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 236 of 255 = 93%
B 215 of 255 = 84%

224
236
215

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

Portions of RGB colors in percentages

R + G + B = 224 + 236 + 215 = 675 (100%)
R 224 of 675 ~ 33.19%
G 236 of 675 ~ 34.96%
B 215 of 675 ~ 31.85'%

%33.19
%34.96
%31.85

CMYK color model

#E0ECD7 color CMYK value is (5,0,9,7).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 7.45%

CMYK: (5,0,9,7)
C5M0Y9K7 (5%, 0%, 9%, 7%)
(0.05 / 0.00 / 0.09 / 0.07)

CMYK percentages

%5.08
%0
%8.9
%7.45

Codes

Color #E0ECD7 in popluar color models

E0 EC D7
RGB 224 236 215
HSL 94° 35.59% 88.43%
HSB/HSV 94° 8.90% 92.55%
CMYK 5.08% 0.00% 8.90%
7.45%

Color #E0ECD7 in popluar number systems.

HEX E0 EC D7
Decimal 224 236 215
Binary 11100000 11101100 11010111
Octal 340 354 327

Shades and tints

Shades of #E0ECD7

#E0ECD7
(224,236,215)
#CCD7C4
(204,215,196)
#B8C2B1
(184,194,177)
#A4AD9E
(164,173,158)
#90988B
(144,152,139)
#7C8378
(124,131,120)
#686E65
(104,110,101)
#545952
(84,89,82)
#40443F
(64,68,63)
#2C2F2C
(44,47,44)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0ECD7

#E0ECD7
(224,236,215)
#E2EDDA
(226,237,218)
#E4EEDD
(228,238,221)
#E6EFE0
(230,239,224)
#E8F0E3
(232,240,227)
#EAF1E6
(234,241,230)
#ECF2E9
(236,242,233)
#EEF3EC
(238,243,236)
#F0F4EF
(240,244,239)
#F2F5F2
(242,245,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ECD7 color. Also use rgb(224,236,215) instead hex code.

Text Font Color

.myTextColor { color: #E0ECD7; }

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

This text font color is #E0ECD7.

Background Color

.myBgColor { background-color: #E0ECD7; }

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

This div background color is #E0ECD7.

Border color

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

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

This div border color is #E0ECD7.

Opacity

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

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

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

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

This text has shadow with #E0ECD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0ECD7.

Preview

Color preview on black background

This text has color #E0ECD7 on black background.


Color preview on white background

This text has color #E0ECD7 on white background.


Black color preview on #E0ECD7 background

This text has black color on #E0ECD7 background.


White color preview on #E0ECD7 background

This text has white color on #E0ECD7 background.


Related colors

Complementary color

Complementary color for #hex is #1F1328.


I love getcolorcode.com

Triadic colors

1 #D7E0EC and #ECD7E0 with #E0ECD7 are triadic colors.

2 #D7ECE0 and #ECE0D7 with #E0ECD7 are triadic colors.