COLOR #E0F3EF

HEX: #E0F3EF
RGB: (224,243,239)

Color info

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

RGB color model

#E0F3EF color RGB value is (224,243,239).

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

RGB channels and saturation

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

224
243
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 243 + 239 = 706 (100%)
R 224 of 706 ~ 31.73%
G 243 of 706 ~ 34.42%
B 239 of 706 ~ 33.85%

%31.73
%34.42
%33.85

CMYK color model

#E0F3EF color CMYK value is (8,0,2,5).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%
CMYK:
(8,0,2,5)
C8M0Y2K5 
(8%,0%,2%,5%)
(0.08/0.00/0.02/0.05)	

CMYK percentages

%7.82
%0
%1.65
%4.71

Codes

Color #E0F3EF in popluar color models

E0F3EF
RGB224243239
HSL167°44.19%91.57%
HSB/HSV167°7.82%95.29%
CMYK7.82%0.00%1.65%
4.71%

Color #E0F3EF in popluar number systems.

HEXE0F3EF
Decimal224243239
Binary111000001111001111101111
Octal340363357

Shades and tints

Shades of #E0F3EF

#E0F3EF
(224,243,239)
#CCDDDA
(204,221,218)
#B8C7C5
(184,199,197)
#A4B1B0
(164,177,176)
#909B9B
(144,155,155)
#7C8586
(124,133,134)
#686F71
(104,111,113)
#54595C
(84,89,92)
#404347
(64,67,71)
#2C2D32
(44,45,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #E0F3EF

#E0F3EF
(224,243,239)
#E2F4F0
(226,244,240)
#E4F5F1
(228,245,241)
#E6F6F2
(230,246,242)
#E8F7F3
(232,247,243)
#EAF8F4
(234,248,244)
#ECF9F5
(236,249,245)
#EEFAF6
(238,250,246)
#F0FBF7
(240,251,247)
#F2FCF8
(242,252,248)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F3EF; }

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

This text font color is #E0F3EF.


Background Color

.myBgColor { background-color: #E0F3EF; }

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

This div background color is #E0F3EF.


Border color

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

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

This div border color is #E0F3EF.


Opacity

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

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

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

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

This text has shadow with #E0F3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F3EF on black background.


Color preview on white background

This text has color #E0F3EF on white background.



Black color preview on #E0F3EF background

This text has black color on #E0F3EF background.


White color preview on #E0F3EF background

This text has white color on #E0F3EF background.