COLOR #E0F7CC

HEX: #E0F7CC
RGB: (224,247,204)

Color info

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

RGB color model

#E0F7CC color RGB value is (224,247,204).

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

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 204 of 255 = 80%

224
247
204

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

Portions of RGB colors in percentages

R + G + B =
224 + 247 + 204 = 675 (100%)
R 224 of 675 ~ 33.19%
G 247 of 675 ~ 36.59%
B 204 of 675 ~ 30.22%

%33.19
%36.59
%30.22

CMYK color model

#E0F7CC color CMYK value is (9,0,17,3).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(9,0,17,3)
C9M0Y17K3 
(9%,0%,17%,3%)
(0.09/0.00/0.17/0.03)	

CMYK percentages

%9.31
%0
%17.41
%3.14

Codes

Color #E0F7CC in popluar color models

E0F7CC
RGB224247204
HSL92°72.88%88.43%
HSB/HSV92°17.41%96.86%
CMYK9.31%0.00%17.41%
3.14%

Color #E0F7CC in popluar number systems.

HEXE0F7CC
Decimal224247204
Binary111000001111011111001100
Octal340367314

Shades and tints

Shades of #E0F7CC

#E0F7CC
(224,247,204)
#CCE1BA
(204,225,186)
#B8CBA8
(184,203,168)
#A4B596
(164,181,150)
#909F84
(144,159,132)
#7C8972
(124,137,114)
#687360
(104,115,96)
#545D4E
(84,93,78)
#40473C
(64,71,60)
#2C312A
(44,49,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #E0F7CC

#E0F7CC
(224,247,204)
#E2F7D0
(226,247,208)
#E4F7D4
(228,247,212)
#E6F7D8
(230,247,216)
#E8F7DC
(232,247,220)
#EAF7E0
(234,247,224)
#ECF7E4
(236,247,228)
#EEF7E8
(238,247,232)
#F0F7EC
(240,247,236)
#F2F7F0
(242,247,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F7CC; }

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

This text font color is #E0F7CC.


Background Color

.myBgColor { background-color: #E0F7CC; }

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

This div background color is #E0F7CC.


Border color

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

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

This div border color is #E0F7CC.


Opacity

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

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

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

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

This text has shadow with #E0F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F7CC on black background.


Color preview on white background

This text has color #E0F7CC on white background.



Black color preview on #E0F7CC background

This text has black color on #E0F7CC background.


White color preview on #E0F7CC background

This text has white color on #E0F7CC background.