COLOR #E0F1CC

HEX: #E0F1CC
RGB: (224,241,204)

Color info

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

RGB color model

#E0F1CC color RGB value is (224,241,204).

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

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 204 of 255 = 80%

224
241
204

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

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 204 = 669 (100%)
R 224 of 669 ~ 33.48%
G 241 of 669 ~ 36.02%
B 204 of 669 ~ 30.49%

%33.48
%36.02
%30.49

CMYK color model

#E0F1CC color CMYK value is (7,0,15,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(7,0,15,5)
C7M0Y15K5 
(7%,0%,15%,5%)
(0.07/0.00/0.15/0.05)	

CMYK percentages

%7.05
%0
%15.35
%5.49

Codes

Color #E0F1CC in popluar color models

E0F1CC
RGB224241204
HSL88°56.92%87.25%
HSB/HSV88°15.35%94.51%
CMYK7.05%0.00%15.35%
5.49%

Color #E0F1CC in popluar number systems.

HEXE0F1CC
Decimal224241204
Binary111000001111000111001100
Octal340361314

Shades and tints

Shades of #E0F1CC

#E0F1CC
(224,241,204)
#CCDCBA
(204,220,186)
#B8C7A8
(184,199,168)
#A4B296
(164,178,150)
#909D84
(144,157,132)
#7C8872
(124,136,114)
#687360
(104,115,96)
#545E4E
(84,94,78)
#40493C
(64,73,60)
#2C342A
(44,52,42)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #E0F1CC

#E0F1CC
(224,241,204)
#E2F2D0
(226,242,208)
#E4F3D4
(228,243,212)
#E6F4D8
(230,244,216)
#E8F5DC
(232,245,220)
#EAF6E0
(234,246,224)
#ECF7E4
(236,247,228)
#EEF8E8
(238,248,232)
#F0F9EC
(240,249,236)
#F2FAF0
(242,250,240)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1CC; }

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

This text font color is #E0F1CC.


Background Color

.myBgColor { background-color: #E0F1CC; }

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

This div background color is #E0F1CC.


Border color

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

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

This div border color is #E0F1CC.


Opacity

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

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

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

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

This text has shadow with #E0F1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F1CC on black background.


Color preview on white background

This text has color #E0F1CC on white background.



Black color preview on #E0F1CC background

This text has black color on #E0F1CC background.


White color preview on #E0F1CC background

This text has white color on #E0F1CC background.