COLOR #E0F0CC

HEX: #E0F0CC
RGB: (224,240,204)

Color info

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

RGB color model

#E0F0CC color RGB value is (224,240,204).

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

RGB channels and saturation

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

224
240
204

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 204 = 668 (100%)
R 224 of 668 ~ 33.53%
G 240 of 668 ~ 35.93%
B 204 of 668 ~ 30.54%

%33.53
%35.93
%30.54

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • 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
%15
%5.88

Codes

Color #E0F0CC in popluar color models

E0F0CC
RGB224240204
HSL87°54.55%87.06%
HSB/HSV87°15.00%94.12%
CMYK6.67%0.00%15.00%
5.88%

Color #E0F0CC in popluar number systems.

HEXE0F0CC
Decimal224240204
Binary111000001111000011001100
Octal340360314

Shades and tints

Shades of #E0F0CC

#E0F0CC
(224,240,204)
#CCDBBA
(204,219,186)
#B8C6A8
(184,198,168)
#A4B196
(164,177,150)
#909C84
(144,156,132)
#7C8772
(124,135,114)
#687260
(104,114,96)
#545D4E
(84,93,78)
#40483C
(64,72,60)
#2C332A
(44,51,42)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #E0F0CC

#E0F0CC
(224,240,204)
#E2F1D0
(226,241,208)
#E4F2D4
(228,242,212)
#E6F3D8
(230,243,216)
#E8F4DC
(232,244,220)
#EAF5E0
(234,245,224)
#ECF6E4
(236,246,228)
#EEF7E8
(238,247,232)
#F0F8EC
(240,248,236)
#F2F9F0
(242,249,240)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0CC; }

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

This text font color is #E0F0CC.


Background Color

.myBgColor { background-color: #E0F0CC; }

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

This div background color is #E0F0CC.


Border color

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

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

This div border color is #E0F0CC.


Opacity

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

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

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

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

This text has shadow with #E0F0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0CC on black background.


Color preview on white background

This text has color #E0F0CC on white background.



Black color preview on #E0F0CC background

This text has black color on #E0F0CC background.


White color preview on #E0F0CC background

This text has white color on #E0F0CC background.