COLOR #E4F6CF

HEX: #E4F6CF
RGB: (228,246,207)

Color info

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

RGB color model

#E4F6CF color RGB value is (228,246,207).

  • red value is 228;
  • green value is 246;
  • blue value is 207.
RGB:
(228,246,207)
(89%,96%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 246 of 255 = 96%
B 207 of 255 = 81%

228
246
207

R + G + B ~ 89%. #E4F6CF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 246 + 207 = 681 (100%)
R 228 of 681 ~ 33.48%
G 246 of 681 ~ 36.12%
B 207 of 681 ~ 30.4%

%33.48
%36.12
%30.4

CMYK color model

#E4F6CF color CMYK value is (7,0,16,4).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(7,0,16,4)
C7M0Y16K4 
(7%,0%,16%,4%)
(0.07/0.00/0.16/0.04)	

CMYK percentages

%7.32
%0
%15.85
%3.53

Codes

Color #E4F6CF in popluar color models

E4F6CF
RGB228246207
HSL88°68.42%88.82%
HSB/HSV88°15.85%96.47%
CMYK7.32%0.00%15.85%
3.53%

Color #E4F6CF in popluar number systems.

HEXE4F6CF
Decimal228246207
Binary111001001111011011001111
Octal344366317

Shades and tints

Shades of #E4F6CF

#E4F6CF
(228,246,207)
#D0E0BD
(208,224,189)
#BCCAAB
(188,202,171)
#A8B499
(168,180,153)
#949E87
(148,158,135)
#808875
(128,136,117)
#6C7263
(108,114,99)
#585C51
(88,92,81)
#44463F
(68,70,63)
#30302D
(48,48,45)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #E4F6CF

#E4F6CF
(228,246,207)
#E6F6D3
(230,246,211)
#E8F6D7
(232,246,215)
#EAF6DB
(234,246,219)
#ECF6DF
(236,246,223)
#EEF6E3
(238,246,227)
#F0F6E7
(240,246,231)
#F2F6EB
(242,246,235)
#F4F6EF
(244,246,239)
#F6F6F3
(246,246,243)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F6CF color. Also use rgb(228,246,207) instead hex code.

Text Font Color

.myTextColor { color: #E4F6CF; }

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

This text font color is #E4F6CF.


Background Color

.myBgColor { background-color: #E4F6CF; }

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

This div background color is #E4F6CF.


Border color

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

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

This div border color is #E4F6CF.


Opacity

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

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

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

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

This text has shadow with #E4F6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F6CF on black background.


Color preview on white background

This text has color #E4F6CF on white background.



Black color preview on #E4F6CF background

This text has black color on #E4F6CF background.


White color preview on #E4F6CF background

This text has white color on #E4F6CF background.