COLOR #E0F4DC

HEX: #E0F4DC
RGB: (224,244,220)

Color info

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

RGB color model

#E0F4DC color RGB value is (224,244,220).

  • red value is 224;
  • green value is 244;
  • blue value is 220.
RGB:
(224,244,220)
(88%,96%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 220 of 255 = 86%

224
244
220

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

Portions of RGB colors in percentages

R + G + B =
224 + 244 + 220 = 688 (100%)
R 224 of 688 ~ 32.56%
G 244 of 688 ~ 35.47%
B 220 of 688 ~ 31.98%

%32.56
%35.47
%31.98

CMYK color model

#E0F4DC color CMYK value is (8,0,10,4).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(8,0,10,4)
C8M0Y10K4 
(8%,0%,10%,4%)
(0.08/0.00/0.10/0.04)	

CMYK percentages

%8.2
%0
%9.84
%4.31

Codes

Color #E0F4DC in popluar color models

E0F4DC
RGB224244220
HSL110°52.17%90.98%
HSB/HSV110°9.84%95.69%
CMYK8.20%0.00%9.84%
4.31%

Color #E0F4DC in popluar number systems.

HEXE0F4DC
Decimal224244220
Binary111000001111010011011100
Octal340364334

Shades and tints

Shades of #E0F4DC

#E0F4DC
(224,244,220)
#CCDEC8
(204,222,200)
#B8C8B4
(184,200,180)
#A4B2A0
(164,178,160)
#909C8C
(144,156,140)
#7C8678
(124,134,120)
#687064
(104,112,100)
#545A50
(84,90,80)
#40443C
(64,68,60)
#2C2E28
(44,46,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0F4DC

#E0F4DC
(224,244,220)
#E2F5DF
(226,245,223)
#E4F6E2
(228,246,226)
#E6F7E5
(230,247,229)
#E8F8E8
(232,248,232)
#EAF9EB
(234,249,235)
#ECFAEE
(236,250,238)
#EEFBF1
(238,251,241)
#F0FCF4
(240,252,244)
#F2FDF7
(242,253,247)
#F4FEFA
(244,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F4DC; }

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

This text font color is #E0F4DC.


Background Color

.myBgColor { background-color: #E0F4DC; }

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

This div background color is #E0F4DC.


Border color

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

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

This div border color is #E0F4DC.


Opacity

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

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

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

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

This text has shadow with #E0F4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F4DC on black background.


Color preview on white background

This text has color #E0F4DC on white background.



Black color preview on #E0F4DC background

This text has black color on #E0F4DC background.


White color preview on #E0F4DC background

This text has white color on #E0F4DC background.