COLOR #E0FAFF

HEX: #E0FAFF
RGB: (224,250,255)

Color info

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

RGB color model

#E0FAFF color RGB value is (224,250,255).

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

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 255 of 255 = 100%

224
250
255

R + G + B ~ 95%. #E0FAFF is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 250 + 255 = 729 (100%)
R 224 of 729 ~ 30.73%
G 250 of 729 ~ 34.29%
B 255 of 729 ~ 34.98%

%30.73
%34.29
%34.98

CMYK color model

#E0FAFF color CMYK value is (12,2,0,0).

  • cyan value is 12.16%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,2,0,0)
C12M2Y0K0 
(12%,2%,0%,0%)
(0.12/0.02/0.00/0.00)	

CMYK percentages

%12.16
%1.96
%0
%0

Codes

Color #E0FAFF in popluar color models

E0FAFF
RGB224250255
HSL190°100.00%93.92%
HSB/HSV190°12.16%100.00%
CMYK12.16%1.96%0.00%
0.00%

Color #E0FAFF in popluar number systems.

HEXE0FAFF
Decimal224250255
Binary111000001111101011111111
Octal340372377

Shades and tints

Shades of #E0FAFF

#E0FAFF
(224,250,255)
#CCE4E8
(204,228,232)
#B8CED1
(184,206,209)
#A4B8BA
(164,184,186)
#90A2A3
(144,162,163)
#7C8C8C
(124,140,140)
#687675
(104,118,117)
#54605E
(84,96,94)
#404A47
(64,74,71)
#2C3430
(44,52,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #E0FAFF

#E0FAFF
(224,250,255)
#E2FAFF
(226,250,255)
#E4FAFF
(228,250,255)
#E6FAFF
(230,250,255)
#E8FAFF
(232,250,255)
#EAFAFF
(234,250,255)
#ECFAFF
(236,250,255)
#EEFAFF
(238,250,255)
#F0FAFF
(240,250,255)
#F2FAFF
(242,250,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FAFF; }

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

This text font color is #E0FAFF.


Background Color

.myBgColor { background-color: #E0FAFF; }

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

This div background color is #E0FAFF.


Border color

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

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

This div border color is #E0FAFF.


Opacity

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

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

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

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

This text has shadow with #E0FAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FAFF on black background.


Color preview on white background

This text has color #E0FAFF on white background.



Black color preview on #E0FAFF background

This text has black color on #E0FAFF background.


White color preview on #E0FAFF background

This text has white color on #E0FAFF background.