COLOR #E0F0FF

HEX: #E0F0FF
RGB: (224,240,255)

Color info

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

RGB color model

#E0F0FF color RGB value is (224,240,255).

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

RGB channels and saturation

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

224
240
255

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 255 = 719 (100%)
R 224 of 719 ~ 31.15%
G 240 of 719 ~ 33.38%
B 255 of 719 ~ 35.47%

%31.15
%33.38
%35.47

CMYK color model

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

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

CMYK percentages

%12.16
%5.88
%0
%0

Codes

Color #E0F0FF in popluar color models

E0F0FF
RGB224240255
HSL209°100.00%93.92%
HSB/HSV209°12.16%100.00%
CMYK12.16%5.88%0.00%
0.00%

Color #E0F0FF in popluar number systems.

HEXE0F0FF
Decimal224240255
Binary111000001111000011111111
Octal340360377

Shades and tints

Shades of #E0F0FF

#E0F0FF
(224,240,255)
#CCDBE8
(204,219,232)
#B8C6D1
(184,198,209)
#A4B1BA
(164,177,186)
#909CA3
(144,156,163)
#7C878C
(124,135,140)
#687275
(104,114,117)
#545D5E
(84,93,94)
#404847
(64,72,71)
#2C3330
(44,51,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #E0F0FF

#E0F0FF
(224,240,255)
#E2F1FF
(226,241,255)
#E4F2FF
(228,242,255)
#E6F3FF
(230,243,255)
#E8F4FF
(232,244,255)
#EAF5FF
(234,245,255)
#ECF6FF
(236,246,255)
#EEF7FF
(238,247,255)
#F0F8FF
(240,248,255)
#F2F9FF
(242,249,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0FF; }

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

This text font color is #E0F0FF.


Background Color

.myBgColor { background-color: #E0F0FF; }

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

This div background color is #E0F0FF.


Border color

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

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

This div border color is #E0F0FF.


Opacity

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

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

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

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

This text has shadow with #E0F0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0FF on black background.


Color preview on white background

This text has color #E0F0FF on white background.



Black color preview on #E0F0FF background

This text has black color on #E0F0FF background.


White color preview on #E0F0FF background

This text has white color on #E0F0FF background.