COLOR #E0F3FA

HEX: #E0F3FA
RGB: (224,243,250)

Color info

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

RGB color model

#E0F3FA color RGB value is (224,243,250).

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

RGB channels and saturation

R 224 of 255 = 88%
G 243 of 255 = 95%
B 250 of 255 = 98%

224
243
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 243 + 250 = 717 (100%)
R 224 of 717 ~ 31.24%
G 243 of 717 ~ 33.89%
B 250 of 717 ~ 34.87%

%31.24
%33.89
%34.87

CMYK color model

#E0F3FA color CMYK value is (10,3,0,2).

  • cyan value is 10.40%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,3,0,2)
C10M3Y0K2 
(10%,3%,0%,2%)
(0.10/0.03/0.00/0.02)	

CMYK percentages

%10.4
%2.8
%0
%1.96

Codes

Color #E0F3FA in popluar color models

E0F3FA
RGB224243250
HSL196°72.22%92.94%
HSB/HSV196°10.40%98.04%
CMYK10.40%2.80%0.00%
1.96%

Color #E0F3FA in popluar number systems.

HEXE0F3FA
Decimal224243250
Binary111000001111001111111010
Octal340363372

Shades and tints

Shades of #E0F3FA

#E0F3FA
(224,243,250)
#CCDDE4
(204,221,228)
#B8C7CE
(184,199,206)
#A4B1B8
(164,177,184)
#909BA2
(144,155,162)
#7C858C
(124,133,140)
#686F76
(104,111,118)
#545960
(84,89,96)
#40434A
(64,67,74)
#2C2D34
(44,45,52)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #E0F3FA

#E0F3FA
(224,243,250)
#E2F4FA
(226,244,250)
#E4F5FA
(228,245,250)
#E6F6FA
(230,246,250)
#E8F7FA
(232,247,250)
#EAF8FA
(234,248,250)
#ECF9FA
(236,249,250)
#EEFAFA
(238,250,250)
#F0FBFA
(240,251,250)
#F2FCFA
(242,252,250)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F3FA; }

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

This text font color is #E0F3FA.


Background Color

.myBgColor { background-color: #E0F3FA; }

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

This div background color is #E0F3FA.


Border color

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

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

This div border color is #E0F3FA.


Opacity

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

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

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

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

This text has shadow with #E0F3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F3FA on black background.


Color preview on white background

This text has color #E0F3FA on white background.



Black color preview on #E0F3FA background

This text has black color on #E0F3FA background.


White color preview on #E0F3FA background

This text has white color on #E0F3FA background.