COLOR #E0F4ED

HEX: #E0F4ED RGB: (224,244,237)

Color info

#E0F4ED contains red, green and blue colors in about the same proportion. Web safe color of #E0F4ED is #CCFFFF (or #CFF).

RGB color model

#E0F4ED color RGB value is (224,244,237).

RGB: (224,244,237) (88%, 96%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 237 of 255 = 93%

224
244
237

R + G + B ~ 92%. #E0F4ED is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 244 + 237 = 705 (100%)
R 224 of 705 ~ 31.77%
G 244 of 705 ~ 34.61%
B 237 of 705 ~ 33.62'%

%31.77
%34.61
%33.62

CMYK color model

#E0F4ED color CMYK value is (8,0,3,4).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%

CMYK: (8,0,3,4)
C8M0Y3K4 (8%, 0%, 3%, 4%)
(0.08 / 0.00 / 0.03 / 0.04)

CMYK percentages

%8.2
%0
%2.87
%4.31

Codes

Color #E0F4ED in popluar color models

E0 F4 ED
RGB 224 244 237
HSL 159° 47.62% 91.76%
HSB/HSV 159° 8.20% 95.69%
CMYK 8.20% 0.00% 2.87%
4.31%

Color #E0F4ED in popluar number systems.

HEX E0 F4 ED
Decimal 224 244 237
Binary 11100000 11110100 11101101
Octal 340 364 355

Shades and tints

Shades of #E0F4ED

#E0F4ED
(224,244,237)
#CCDED8
(204,222,216)
#B8C8C3
(184,200,195)
#A4B2AE
(164,178,174)
#909C99
(144,156,153)
#7C8684
(124,134,132)
#68706F
(104,112,111)
#545A5A
(84,90,90)
#404445
(64,68,69)
#2C2E30
(44,46,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0F4ED

#E0F4ED
(224,244,237)
#E2F5EE
(226,245,238)
#E4F6EF
(228,246,239)
#E6F7F0
(230,247,240)
#E8F8F1
(232,248,241)
#EAF9F2
(234,249,242)
#ECFAF3
(236,250,243)
#EEFBF4
(238,251,244)
#F0FCF5
(240,252,245)
#F2FDF6
(242,253,246)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F4ED; }

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

This text font color is #E0F4ED.

Background Color

.myBgColor { background-color: #E0F4ED; }

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

This div background color is #E0F4ED.

Border color

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

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

This div border color is #E0F4ED.

Opacity

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

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

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

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

This text has shadow with #E0F4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F4ED.

Preview

Color preview on black background

This text has color #E0F4ED on black background.


Color preview on white background

This text has color #E0F4ED on white background.


Black color preview on #E0F4ED background

This text has black color on #E0F4ED background.


White color preview on #E0F4ED background

This text has white color on #E0F4ED background.


Related colors

Complementary color

Complementary color for #hex is #1F0B12.


I love getcolorcode.com

Triadic colors

1 #EDE0F4 and #F4EDE0 with #E0F4ED are triadic colors.

2 #EDF4E0 and #F4E0ED with #E0F4ED are triadic colors.