COLOR #E4F4DC

HEX: #E4F4DC RGB: (228,244,220)

Color info

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

RGB color model

#E4F4DC color RGB value is (228,244,220).

RGB: (228,244,220) (89%, 96%, 86%)

RGB channels and saturation

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

228
244
220

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

Portions of RGB colors in percentages

R + G + B = 228 + 244 + 220 = 692 (100%)
R 228 of 692 ~ 32.95%
G 244 of 692 ~ 35.26%
B 220 of 692 ~ 31.79'%

%32.95
%35.26
%31.79

CMYK color model

#E4F4DC color CMYK value is (7,0,10,4).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (7,0,10,4)
C7M0Y10K4 (7%, 0%, 10%, 4%)
(0.07 / 0.00 / 0.10 / 0.04)

CMYK percentages

%6.56
%0
%9.84
%4.31

Codes

Color #E4F4DC in popluar color models

E4 F4 DC
RGB 228 244 220
HSL 100° 52.17% 90.98%
HSB/HSV 100° 9.84% 95.69%
CMYK 6.56% 0.00% 9.84%
4.31%

Color #E4F4DC in popluar number systems.

HEX E4 F4 DC
Decimal 228 244 220
Binary 11100100 11110100 11011100
Octal 344 364 334

Shades and tints

Shades of #E4F4DC

#E4F4DC
(228,244,220)
#D0DEC8
(208,222,200)
#BCC8B4
(188,200,180)
#A8B2A0
(168,178,160)
#949C8C
(148,156,140)
#808678
(128,134,120)
#6C7064
(108,112,100)
#585A50
(88,90,80)
#44443C
(68,68,60)
#302E28
(48,46,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #E4F4DC

#E4F4DC
(228,244,220)
#E6F5DF
(230,245,223)
#E8F6E2
(232,246,226)
#EAF7E5
(234,247,229)
#ECF8E8
(236,248,232)
#EEF9EB
(238,249,235)
#F0FAEE
(240,250,238)
#F2FBF1
(242,251,241)
#F4FCF4
(244,252,244)
#F6FDF7
(246,253,247)
#F8FEFA
(248,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F4DC; }

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

This text font color is #E4F4DC.

Background Color

.myBgColor { background-color: #E4F4DC; }

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

This div background color is #E4F4DC.

Border color

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

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

This div border color is #E4F4DC.

Opacity

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

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

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

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

This text has shadow with #E4F4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F4DC.

Preview

Color preview on black background

This text has color #E4F4DC on black background.


Color preview on white background

This text has color #E4F4DC on white background.


Black color preview on #E4F4DC background

This text has black color on #E4F4DC background.


White color preview on #E4F4DC background

This text has white color on #E4F4DC background.


Related colors

Complementary color

Complementary color for #hex is #1B0B23.


I love getcolorcode.com

Triadic colors

1 #DCE4F4 and #F4DCE4 with #E4F4DC are triadic colors.

2 #DCF4E4 and #F4E4DC with #E4F4DC are triadic colors.