COLOR #E0F1EF

HEX: #E0F1EF
RGB: (224,241,239)

Color info

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

RGB color model

#E0F1EF color RGB value is (224,241,239).

  • red value is 224;
  • green value is 241;
  • blue value is 239.
RGB:
(224,241,239)
(88%,95%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 239 of 255 = 94%

224
241
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 239 = 704 (100%)
R 224 of 704 ~ 31.82%
G 241 of 704 ~ 34.23%
B 239 of 704 ~ 33.95%

%31.82
%34.23
%33.95

CMYK color model

#E0F1EF color CMYK value is (7,0,1,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(7,0,1,5)
C7M0Y1K5 
(7%,0%,1%,5%)
(0.07/0.00/0.01/0.05)	

CMYK percentages

%7.05
%0
%0.83
%5.49

Codes

Color #E0F1EF in popluar color models

E0F1EF
RGB224241239
HSL173°37.78%91.18%
HSB/HSV173°7.05%94.51%
CMYK7.05%0.00%0.83%
5.49%

Color #E0F1EF in popluar number systems.

HEXE0F1EF
Decimal224241239
Binary111000001111000111101111
Octal340361357

Shades and tints

Shades of #E0F1EF

#E0F1EF
(224,241,239)
#CCDCDA
(204,220,218)
#B8C7C5
(184,199,197)
#A4B2B0
(164,178,176)
#909D9B
(144,157,155)
#7C8886
(124,136,134)
#687371
(104,115,113)
#545E5C
(84,94,92)
#404947
(64,73,71)
#2C3432
(44,52,50)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #E0F1EF

#E0F1EF
(224,241,239)
#E2F2F0
(226,242,240)
#E4F3F1
(228,243,241)
#E6F4F2
(230,244,242)
#E8F5F3
(232,245,243)
#EAF6F4
(234,246,244)
#ECF7F5
(236,247,245)
#EEF8F6
(238,248,246)
#F0F9F7
(240,249,247)
#F2FAF8
(242,250,248)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1EF; }

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

This text font color is #E0F1EF.


Background Color

.myBgColor { background-color: #E0F1EF; }

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

This div background color is #E0F1EF.


Border color

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

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

This div border color is #E0F1EF.


Opacity

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

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

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

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

This text has shadow with #E0F1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F1EF on black background.


Color preview on white background

This text has color #E0F1EF on white background.



Black color preview on #E0F1EF background

This text has black color on #E0F1EF background.


White color preview on #E0F1EF background

This text has white color on #E0F1EF background.