COLOR #E4F8CF

HEX: #E4F8CF
RGB: (228,248,207)

Color info

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

RGB color model

#E4F8CF color RGB value is (228,248,207).

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

RGB channels and saturation

R 228 of 255 = 89%
G 248 of 255 = 97%
B 207 of 255 = 81%

228
248
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 248 + 207 = 683 (100%)
R 228 of 683 ~ 33.38%
G 248 of 683 ~ 36.31%
B 207 of 683 ~ 30.31%

%33.38
%36.31
%30.31

CMYK color model

#E4F8CF color CMYK value is (8,0,17,3).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 2.75%
CMYK:
(8,0,17,3)
C8M0Y17K3 
(8%,0%,17%,3%)
(0.08/0.00/0.17/0.03)	

CMYK percentages

%8.06
%0
%16.53
%2.75

Codes

Color #E4F8CF in popluar color models

E4F8CF
RGB228248207
HSL89°74.55%89.22%
HSB/HSV89°16.53%97.25%
CMYK8.06%0.00%16.53%
2.75%

Color #E4F8CF in popluar number systems.

HEXE4F8CF
Decimal228248207
Binary111001001111100011001111
Octal344370317

Shades and tints

Shades of #E4F8CF

#E4F8CF
(228,248,207)
#D0E2BD
(208,226,189)
#BCCCAB
(188,204,171)
#A8B699
(168,182,153)
#94A087
(148,160,135)
#808A75
(128,138,117)
#6C7463
(108,116,99)
#585E51
(88,94,81)
#44483F
(68,72,63)
#30322D
(48,50,45)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #E4F8CF

#E4F8CF
(228,248,207)
#E6F8D3
(230,248,211)
#E8F8D7
(232,248,215)
#EAF8DB
(234,248,219)
#ECF8DF
(236,248,223)
#EEF8E3
(238,248,227)
#F0F8E7
(240,248,231)
#F2F8EB
(242,248,235)
#F4F8EF
(244,248,239)
#F6F8F3
(246,248,243)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F8CF; }

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

This text font color is #E4F8CF.


Background Color

.myBgColor { background-color: #E4F8CF; }

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

This div background color is #E4F8CF.


Border color

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

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

This div border color is #E4F8CF.


Opacity

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

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

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

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

This text has shadow with #E4F8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F8CF on black background.


Color preview on white background

This text has color #E4F8CF on white background.



Black color preview on #E4F8CF background

This text has black color on #E4F8CF background.


White color preview on #E4F8CF background

This text has white color on #E4F8CF background.