COLOR #E0ECCD

HEX: #E0ECCD
RGB: (224,236,205)

Color info

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

RGB color model

#E0ECCD color RGB value is (224,236,205).

  • red value is 224;
  • green value is 236;
  • blue value is 205.
RGB:
(224,236,205)
(88%,93%,80%)

RGB channels and saturation

R 224 of 255 = 88%
G 236 of 255 = 93%
B 205 of 255 = 80%

224
236
205

R + G + B ~ 87%. #E0ECCD is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 236 + 205 = 665 (100%)
R 224 of 665 ~ 33.68%
G 236 of 665 ~ 35.49%
B 205 of 665 ~ 30.83%

%33.68
%35.49
%30.83

CMYK color model

#E0ECCD color CMYK value is (5,0,13,7).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(5,0,13,7)
C5M0Y13K7 
(5%,0%,13%,7%)
(0.05/0.00/0.13/0.07)	

CMYK percentages

%5.08
%0
%13.14
%7.45

Codes

Color #E0ECCD in popluar color models

E0ECCD
RGB224236205
HSL83°44.93%86.47%
HSB/HSV83°13.14%92.55%
CMYK5.08%0.00%13.14%
7.45%

Color #E0ECCD in popluar number systems.

HEXE0ECCD
Decimal224236205
Binary111000001110110011001101
Octal340354315

Shades and tints

Shades of #E0ECCD

#E0ECCD
(224,236,205)
#CCD7BB
(204,215,187)
#B8C2A9
(184,194,169)
#A4AD97
(164,173,151)
#909885
(144,152,133)
#7C8373
(124,131,115)
#686E61
(104,110,97)
#54594F
(84,89,79)
#40443D
(64,68,61)
#2C2F2B
(44,47,43)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0ECCD

#E0ECCD
(224,236,205)
#E2EDD1
(226,237,209)
#E4EED5
(228,238,213)
#E6EFD9
(230,239,217)
#E8F0DD
(232,240,221)
#EAF1E1
(234,241,225)
#ECF2E5
(236,242,229)
#EEF3E9
(238,243,233)
#F0F4ED
(240,244,237)
#F2F5F1
(242,245,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECCD; }

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

This text font color is #E0ECCD.


Background Color

.myBgColor { background-color: #E0ECCD; }

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

This div background color is #E0ECCD.


Border color

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

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

This div border color is #E0ECCD.


Opacity

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

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

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

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

This text has shadow with #E0ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ECCD on black background.


Color preview on white background

This text has color #E0ECCD on white background.



Black color preview on #E0ECCD background

This text has black color on #E0ECCD background.


White color preview on #E0ECCD background

This text has white color on #E0ECCD background.