COLOR #E4F6DC

HEX: #E4F6DC
RGB: (228,246,220)

Color info

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

RGB color model

#E4F6DC color RGB value is (228,246,220).

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

RGB channels and saturation

R 228 of 255 = 89%
G 246 of 255 = 96%
B 220 of 255 = 86%

228
246
220

R + G + B ~ 90%. #E4F6DC is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 246 + 220 = 694 (100%)
R 228 of 694 ~ 32.85%
G 246 of 694 ~ 35.45%
B 220 of 694 ~ 31.7%

%32.85
%35.45
%31.7

CMYK color model

#E4F6DC color CMYK value is (7,0,11,4).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(7,0,11,4)
C7M0Y11K4 
(7%,0%,11%,4%)
(0.07/0.00/0.11/0.04)	

CMYK percentages

%7.32
%0
%10.57
%3.53

Codes

Color #E4F6DC in popluar color models

E4F6DC
RGB228246220
HSL102°59.09%91.37%
HSB/HSV102°10.57%96.47%
CMYK7.32%0.00%10.57%
3.53%

Color #E4F6DC in popluar number systems.

HEXE4F6DC
Decimal228246220
Binary111001001111011011011100
Octal344366334

Shades and tints

Shades of #E4F6DC

#E4F6DC
(228,246,220)
#D0E0C8
(208,224,200)
#BCCAB4
(188,202,180)
#A8B4A0
(168,180,160)
#949E8C
(148,158,140)
#808878
(128,136,120)
#6C7264
(108,114,100)
#585C50
(88,92,80)
#44463C
(68,70,60)
#303028
(48,48,40)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #E4F6DC

#E4F6DC
(228,246,220)
#E6F6DF
(230,246,223)
#E8F6E2
(232,246,226)
#EAF6E5
(234,246,229)
#ECF6E8
(236,246,232)
#EEF6EB
(238,246,235)
#F0F6EE
(240,246,238)
#F2F6F1
(242,246,241)
#F4F6F4
(244,246,244)
#F6F6F7
(246,246,247)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F6DC; }

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

This text font color is #E4F6DC.


Background Color

.myBgColor { background-color: #E4F6DC; }

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

This div background color is #E4F6DC.


Border color

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

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

This div border color is #E4F6DC.


Opacity

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

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

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

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

This text has shadow with #E4F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F6DC on black background.


Color preview on white background

This text has color #E4F6DC on white background.



Black color preview on #E4F6DC background

This text has black color on #E4F6DC background.


White color preview on #E4F6DC background

This text has white color on #E4F6DC background.