COLOR #E0F5FB

HEX: #E0F5FB
RGB: (224,245,251)

Color info

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

RGB color model

#E0F5FB color RGB value is (224,245,251).

  • red value is 224;
  • green value is 245;
  • blue value is 251.
RGB:
(224,245,251)
(88%,96%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 245 of 255 = 96%
B 251 of 255 = 98%

224
245
251

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

Portions of RGB colors in percentages

R + G + B =
224 + 245 + 251 = 720 (100%)
R 224 of 720 ~ 31.11%
G 245 of 720 ~ 34.03%
B 251 of 720 ~ 34.86%

%31.11
%34.03
%34.86

CMYK color model

#E0F5FB color CMYK value is (11,2,0,2).

  • cyan value is 10.76%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,2,0,2)
C11M2Y0K2 
(11%,2%,0%,2%)
(0.11/0.02/0.00/0.02)	

CMYK percentages

%10.76
%2.39
%0
%1.57

Codes

Color #E0F5FB in popluar color models

E0F5FB
RGB224245251
HSL193°77.14%93.14%
HSB/HSV193°10.76%98.43%
CMYK10.76%2.39%0.00%
1.57%

Color #E0F5FB in popluar number systems.

HEXE0F5FB
Decimal224245251
Binary111000001111010111111011
Octal340365373

Shades and tints

Shades of #E0F5FB

#E0F5FB
(224,245,251)
#CCDFE5
(204,223,229)
#B8C9CF
(184,201,207)
#A4B3B9
(164,179,185)
#909DA3
(144,157,163)
#7C878D
(124,135,141)
#687177
(104,113,119)
#545B61
(84,91,97)
#40454B
(64,69,75)
#2C2F35
(44,47,53)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #E0F5FB

#E0F5FB
(224,245,251)
#E2F5FB
(226,245,251)
#E4F5FB
(228,245,251)
#E6F5FB
(230,245,251)
#E8F5FB
(232,245,251)
#EAF5FB
(234,245,251)
#ECF5FB
(236,245,251)
#EEF5FB
(238,245,251)
#F0F5FB
(240,245,251)
#F2F5FB
(242,245,251)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F5FB color. Also use rgb(224,245,251) instead hex code.

Text Font Color

.myTextColor { color: #E0F5FB; }

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

This text font color is #E0F5FB.


Background Color

.myBgColor { background-color: #E0F5FB; }

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

This div background color is #E0F5FB.


Border color

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

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

This div border color is #E0F5FB.


Opacity

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

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

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

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

This text has shadow with #E0F5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F5FB on black background.


Color preview on white background

This text has color #E0F5FB on white background.



Black color preview on #E0F5FB background

This text has black color on #E0F5FB background.


White color preview on #E0F5FB background

This text has white color on #E0F5FB background.