COLOR #E0F0CD

HEX: #E0F0CD
RGB: (224,240,205)

Color info

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

RGB color model

#E0F0CD color RGB value is (224,240,205).

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

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 205 of 255 = 80%

224
240
205

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 205 = 669 (100%)
R 224 of 669 ~ 33.48%
G 240 of 669 ~ 35.87%
B 205 of 669 ~ 30.64%

%33.48
%35.87
%30.64

CMYK color model

#E0F0CD color CMYK value is (7,0,15,6).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(7,0,15,6)
C7M0Y15K6 
(7%,0%,15%,6%)
(0.07/0.00/0.15/0.06)	

CMYK percentages

%6.67
%0
%14.58
%5.88

Codes

Color #E0F0CD in popluar color models

E0F0CD
RGB224240205
HSL87°53.85%87.25%
HSB/HSV87°14.58%94.12%
CMYK6.67%0.00%14.58%
5.88%

Color #E0F0CD in popluar number systems.

HEXE0F0CD
Decimal224240205
Binary111000001111000011001101
Octal340360315

Shades and tints

Shades of #E0F0CD

#E0F0CD
(224,240,205)
#CCDBBB
(204,219,187)
#B8C6A9
(184,198,169)
#A4B197
(164,177,151)
#909C85
(144,156,133)
#7C8773
(124,135,115)
#687261
(104,114,97)
#545D4F
(84,93,79)
#40483D
(64,72,61)
#2C332B
(44,51,43)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #E0F0CD

#E0F0CD
(224,240,205)
#E2F1D1
(226,241,209)
#E4F2D5
(228,242,213)
#E6F3D9
(230,243,217)
#E8F4DD
(232,244,221)
#EAF5E1
(234,245,225)
#ECF6E5
(236,246,229)
#EEF7E9
(238,247,233)
#F0F8ED
(240,248,237)
#F2F9F1
(242,249,241)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0CD; }

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

This text font color is #E0F0CD.


Background Color

.myBgColor { background-color: #E0F0CD; }

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

This div background color is #E0F0CD.


Border color

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

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

This div border color is #E0F0CD.


Opacity

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

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

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

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

This text has shadow with #E0F0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0CD on black background.


Color preview on white background

This text has color #E0F0CD on white background.



Black color preview on #E0F0CD background

This text has black color on #E0F0CD background.


White color preview on #E0F0CD background

This text has white color on #E0F0CD background.