COLOR #E0F1ED

HEX: #E0F1ED RGB: (224,241,237)

Color info

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

RGB color model

#E0F1ED color RGB value is (224,241,237).

RGB: (224,241,237) (88%, 95%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 237 of 255 = 93%

224
241
237

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

Portions of RGB colors in percentages

R + G + B = 224 + 241 + 237 = 702 (100%)
R 224 of 702 ~ 31.91%
G 241 of 702 ~ 34.33%
B 237 of 702 ~ 33.76'%

%31.91
%34.33
%33.76

CMYK color model

#E0F1ED color CMYK value is (7,0,2,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 1.66%
  • key color value is 5.49%

CMYK: (7,0,2,5)
C7M0Y2K5 (7%, 0%, 2%, 5%)
(0.07 / 0.00 / 0.02 / 0.05)

CMYK percentages

%7.05
%0
%1.66
%5.49

Codes

Color #E0F1ED in popluar color models

E0 F1 ED
RGB 224 241 237
HSL 166° 37.78% 91.18%
HSB/HSV 166° 7.05% 94.51%
CMYK 7.05% 0.00% 1.66%
5.49%

Color #E0F1ED in popluar number systems.

HEX E0 F1 ED
Decimal 224 241 237
Binary 11100000 11110001 11101101
Octal 340 361 355

Shades and tints

Shades of #E0F1ED

#E0F1ED
(224,241,237)
#CCDCD8
(204,220,216)
#B8C7C3
(184,199,195)
#A4B2AE
(164,178,174)
#909D99
(144,157,153)
#7C8884
(124,136,132)
#68736F
(104,115,111)
#545E5A
(84,94,90)
#404945
(64,73,69)
#2C3430
(44,52,48)
#181F1B
(24,31,27)
#000000
(0,0,0)

Tints of #E0F1ED

#E0F1ED
(224,241,237)
#E2F2EE
(226,242,238)
#E4F3EF
(228,243,239)
#E6F4F0
(230,244,240)
#E8F5F1
(232,245,241)
#EAF6F2
(234,246,242)
#ECF7F3
(236,247,243)
#EEF8F4
(238,248,244)
#F0F9F5
(240,249,245)
#F2FAF6
(242,250,246)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1ED; }

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

This text font color is #E0F1ED.

Background Color

.myBgColor { background-color: #E0F1ED; }

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

This div background color is #E0F1ED.

Border color

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

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

This div border color is #E0F1ED.

Opacity

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

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

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

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

This text has shadow with #E0F1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F1ED.

Preview

Color preview on black background

This text has color #E0F1ED on black background.


Color preview on white background

This text has color #E0F1ED on white background.


Black color preview on #E0F1ED background

This text has black color on #E0F1ED background.


White color preview on #E0F1ED background

This text has white color on #E0F1ED background.


Related colors

Complementary color

Complementary color for #hex is #1F0E12.


I love getcolorcode.com

Triadic colors

1 #EDE0F1 and #F1EDE0 with #E0F1ED are triadic colors.

2 #EDF1E0 and #F1E0ED with #E0F1ED are triadic colors.