COLOR #E0F0FE

HEX: #E0F0FE
RGB: (224,240,254)

Color info

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

RGB color model

#E0F0FE color RGB value is (224,240,254).

  • red value is 224;
  • green value is 240;
  • blue value is 254.
RGB:
(224,240,254)
(88%,94%,100%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 254 of 255 = 100%

224
240
254

R + G + B ~ 94%. #E0F0FE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 254 = 718 (100%)
R 224 of 718 ~ 31.2%
G 240 of 718 ~ 33.43%
B 254 of 718 ~ 35.38%

%31.2
%33.43
%35.38

CMYK color model

#E0F0FE color CMYK value is (12,6,0,0).

  • cyan value is 11.81%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,6,0,0)
C12M6Y0K0 
(12%,6%,0%,0%)
(0.12/0.06/0.00/0.00)	

CMYK percentages

%11.81
%5.51
%0
%0.39

Codes

Color #E0F0FE in popluar color models

E0F0FE
RGB224240254
HSL208°93.75%93.73%
HSB/HSV208°11.81%99.61%
CMYK11.81%5.51%0.00%
0.39%

Color #E0F0FE in popluar number systems.

HEXE0F0FE
Decimal224240254
Binary111000001111000011111110
Octal340360376

Shades and tints

Shades of #E0F0FE

#E0F0FE
(224,240,254)
#CCDBE7
(204,219,231)
#B8C6D0
(184,198,208)
#A4B1B9
(164,177,185)
#909CA2
(144,156,162)
#7C878B
(124,135,139)
#687274
(104,114,116)
#545D5D
(84,93,93)
#404846
(64,72,70)
#2C332F
(44,51,47)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #E0F0FE

#E0F0FE
(224,240,254)
#E2F1FE
(226,241,254)
#E4F2FE
(228,242,254)
#E6F3FE
(230,243,254)
#E8F4FE
(232,244,254)
#EAF5FE
(234,245,254)
#ECF6FE
(236,246,254)
#EEF7FE
(238,247,254)
#F0F8FE
(240,248,254)
#F2F9FE
(242,249,254)
#F4FAFE
(244,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F0FE color. Also use rgb(224,240,254) instead hex code.

Text Font Color

.myTextColor { color: #E0F0FE; }

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

This text font color is #E0F0FE.


Background Color

.myBgColor { background-color: #E0F0FE; }

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

This div background color is #E0F0FE.


Border color

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

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

This div border color is #E0F0FE.


Opacity

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

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

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

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

This text has shadow with #E0F0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0FE on black background.


Color preview on white background

This text has color #E0F0FE on white background.



Black color preview on #E0F0FE background

This text has black color on #E0F0FE background.


White color preview on #E0F0FE background

This text has white color on #E0F0FE background.