COLOR #E0F7FA

HEX: #E0F7FA RGB: (224,247,250)

Color info

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

RGB color model

#E0F7FA color RGB value is (224,247,250).

RGB: (224,247,250) (88%, 97%, 98%)

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 250 of 255 = 98%

224
247
250

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

Portions of RGB colors in percentages

R + G + B = 224 + 247 + 250 = 721 (100%)
R 224 of 721 ~ 31.07%
G 247 of 721 ~ 34.26%
B 250 of 721 ~ 34.67'%

%31.07
%34.26
%34.67

CMYK color model

#E0F7FA color CMYK value is (10,1,0,2).

  • cyan value is 10.40%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,1,0,2)
C10M1Y0K2 (10%, 1%, 0%, 2%)
(0.10 / 0.01 / 0.00 / 0.02)

CMYK percentages

%10.4
%1.2
%0
%1.96

Codes

Color #E0F7FA in popluar color models

E0 F7 FA
RGB 224 247 250
HSL 187° 72.22% 92.94%
HSB/HSV 187° 10.40% 98.04%
CMYK 10.40% 1.20% 0.00%
1.96%

Color #E0F7FA in popluar number systems.

HEX E0 F7 FA
Decimal 224 247 250
Binary 11100000 11110111 11111010
Octal 340 367 372

Shades and tints

Shades of #E0F7FA

#E0F7FA
(224,247,250)
#CCE1E4
(204,225,228)
#B8CBCE
(184,203,206)
#A4B5B8
(164,181,184)
#909FA2
(144,159,162)
#7C898C
(124,137,140)
#687376
(104,115,118)
#545D60
(84,93,96)
#40474A
(64,71,74)
#2C3134
(44,49,52)
#181B1E
(24,27,30)
#000000
(0,0,0)

Tints of #E0F7FA

#E0F7FA
(224,247,250)
#E2F7FA
(226,247,250)
#E4F7FA
(228,247,250)
#E6F7FA
(230,247,250)
#E8F7FA
(232,247,250)
#EAF7FA
(234,247,250)
#ECF7FA
(236,247,250)
#EEF7FA
(238,247,250)
#F0F7FA
(240,247,250)
#F2F7FA
(242,247,250)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F7FA; }

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

This text font color is #E0F7FA.

Background Color

.myBgColor { background-color: #E0F7FA; }

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

This div background color is #E0F7FA.

Border color

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

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

This div border color is #E0F7FA.

Opacity

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

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

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

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

This text has shadow with #E0F7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F7FA.

Preview

Color preview on black background

This text has color #E0F7FA on black background.


Color preview on white background

This text has color #E0F7FA on white background.


Black color preview on #E0F7FA background

This text has black color on #E0F7FA background.


White color preview on #E0F7FA background

This text has white color on #E0F7FA background.


Related colors

Complementary color

Complementary color for #hex is #1F0805.


I love getcolorcode.com

Triadic colors

1 #FAE0F7 and #F7FAE0 with #E0F7FA are triadic colors.

2 #FAF7E0 and #F7E0FA with #E0F7FA are triadic colors.