COLOR #E4F2CC

HEX: #E4F2CC
RGB: (228,242,204)

Color info

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

RGB color model

#E4F2CC color RGB value is (228,242,204).

  • red value is 228;
  • green value is 242;
  • blue value is 204.
RGB:
(228,242,204)
(89%,95%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 242 of 255 = 95%
B 204 of 255 = 80%

228
242
204

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

Portions of RGB colors in percentages

R + G + B =
228 + 242 + 204 = 674 (100%)
R 228 of 674 ~ 33.83%
G 242 of 674 ~ 35.91%
B 204 of 674 ~ 30.27%

%33.83
%35.91
%30.27

CMYK color model

#E4F2CC color CMYK value is (6,0,16,5).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(6,0,16,5)
C6M0Y16K5 
(6%,0%,16%,5%)
(0.06/0.00/0.16/0.05)	

CMYK percentages

%5.79
%0
%15.7
%5.1

Codes

Color #E4F2CC in popluar color models

E4F2CC
RGB228242204
HSL82°59.38%87.45%
HSB/HSV82°15.70%94.90%
CMYK5.79%0.00%15.70%
5.10%

Color #E4F2CC in popluar number systems.

HEXE4F2CC
Decimal228242204
Binary111001001111001011001100
Octal344362314

Shades and tints

Shades of #E4F2CC

#E4F2CC
(228,242,204)
#D0DCBA
(208,220,186)
#BCC6A8
(188,198,168)
#A8B096
(168,176,150)
#949A84
(148,154,132)
#808472
(128,132,114)
#6C6E60
(108,110,96)
#58584E
(88,88,78)
#44423C
(68,66,60)
#302C2A
(48,44,42)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4F2CC

#E4F2CC
(228,242,204)
#E6F3D0
(230,243,208)
#E8F4D4
(232,244,212)
#EAF5D8
(234,245,216)
#ECF6DC
(236,246,220)
#EEF7E0
(238,247,224)
#F0F8E4
(240,248,228)
#F2F9E8
(242,249,232)
#F4FAEC
(244,250,236)
#F6FBF0
(246,251,240)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F2CC color. Also use rgb(228,242,204) instead hex code.

Text Font Color

.myTextColor { color: #E4F2CC; }

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

This text font color is #E4F2CC.


Background Color

.myBgColor { background-color: #E4F2CC; }

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

This div background color is #E4F2CC.


Border color

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

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

This div border color is #E4F2CC.


Opacity

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

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

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

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

This text has shadow with #E4F2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F2CC on black background.


Color preview on white background

This text has color #E4F2CC on white background.



Black color preview on #E4F2CC background

This text has black color on #E4F2CC background.


White color preview on #E4F2CC background

This text has white color on #E4F2CC background.