COLOR #E4F8DC

HEX: #E4F8DC RGB: (228,248,220)

Color info

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

RGB color model

#E4F8DC color RGB value is (228,248,220).

RGB: (228,248,220) (89%, 97%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 248 of 255 = 97%
B 220 of 255 = 86%

228
248
220

R + G + B ~ 91%. #E4F8DC is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 248 + 220 = 696 (100%)
R 228 of 696 ~ 32.76%
G 248 of 696 ~ 35.63%
B 220 of 696 ~ 31.61'%

%32.76
%35.63
%31.61

CMYK color model

#E4F8DC color CMYK value is (8,0,11,3).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%

CMYK: (8,0,11,3)
C8M0Y11K3 (8%, 0%, 11%, 3%)
(0.08 / 0.00 / 0.11 / 0.03)

CMYK percentages

%8.06
%0
%11.29
%2.75

Codes

Color #E4F8DC in popluar color models

E4 F8 DC
RGB 228 248 220
HSL 103° 66.67% 91.76%
HSB/HSV 103° 11.29% 97.25%
CMYK 8.06% 0.00% 11.29%
2.75%

Color #E4F8DC in popluar number systems.

HEX E4 F8 DC
Decimal 228 248 220
Binary 11100100 11111000 11011100
Octal 344 370 334

Shades and tints

Shades of #E4F8DC

#E4F8DC
(228,248,220)
#D0E2C8
(208,226,200)
#BCCCB4
(188,204,180)
#A8B6A0
(168,182,160)
#94A08C
(148,160,140)
#808A78
(128,138,120)
#6C7464
(108,116,100)
#585E50
(88,94,80)
#44483C
(68,72,60)
#303228
(48,50,40)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #E4F8DC

#E4F8DC
(228,248,220)
#E6F8DF
(230,248,223)
#E8F8E2
(232,248,226)
#EAF8E5
(234,248,229)
#ECF8E8
(236,248,232)
#EEF8EB
(238,248,235)
#F0F8EE
(240,248,238)
#F2F8F1
(242,248,241)
#F4F8F4
(244,248,244)
#F6F8F7
(246,248,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F8DC; }

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

This text font color is #E4F8DC.

Background Color

.myBgColor { background-color: #E4F8DC; }

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

This div background color is #E4F8DC.

Border color

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

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

This div border color is #E4F8DC.

Opacity

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

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

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

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

This text has shadow with #E4F8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F8DC.

Preview

Color preview on black background

This text has color #E4F8DC on black background.


Color preview on white background

This text has color #E4F8DC on white background.


Black color preview on #E4F8DC background

This text has black color on #E4F8DC background.


White color preview on #E4F8DC background

This text has white color on #E4F8DC background.


Related colors

Complementary color

Complementary color for #hex is #1B0723.


I love getcolorcode.com

Triadic colors

1 #DCE4F8 and #F8DCE4 with #E4F8DC are triadic colors.

2 #DCF8E4 and #F8E4DC with #E4F8DC are triadic colors.