COLOR #E5F5FC

HEX: #E5F5FC
RGB: (229,245,252)

Color info

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

RGB color model

#E5F5FC color RGB value is (229,245,252).

  • red value is 229;
  • green value is 245;
  • blue value is 252.
RGB:
(229,245,252)
(90%,96%,99%)

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 252 of 255 = 99%

229
245
252

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

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 252 = 726 (100%)
R 229 of 726 ~ 31.54%
G 245 of 726 ~ 33.75%
B 252 of 726 ~ 34.71%

%31.54
%33.75
%34.71

CMYK color model

#E5F5FC color CMYK value is (9,3,0,1).

  • cyan value is 9.13%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(9,3,0,1)
C9M3Y0K1 
(9%,3%,0%,1%)
(0.09/0.03/0.00/0.01)	

CMYK percentages

%9.13
%2.78
%0
%1.18

Codes

Color #E5F5FC in popluar color models

E5F5FC
RGB229245252
HSL198°79.31%94.31%
HSB/HSV198°9.13%98.82%
CMYK9.13%2.78%0.00%
1.18%

Color #E5F5FC in popluar number systems.

HEXE5F5FC
Decimal229245252
Binary111001011111010111111100
Octal345365374

Shades and tints

Shades of #E5F5FC

#E5F5FC
(229,245,252)
#D1DFE6
(209,223,230)
#BDC9D0
(189,201,208)
#A9B3BA
(169,179,186)
#959DA4
(149,157,164)
#81878E
(129,135,142)
#6D7178
(109,113,120)
#595B62
(89,91,98)
#45454C
(69,69,76)
#312F36
(49,47,54)
#1D1920
(29,25,32)
#000000
(0,0,0)

Tints of #E5F5FC

#E5F5FC
(229,245,252)
#E7F5FC
(231,245,252)
#E9F5FC
(233,245,252)
#EBF5FC
(235,245,252)
#EDF5FC
(237,245,252)
#EFF5FC
(239,245,252)
#F1F5FC
(241,245,252)
#F3F5FC
(243,245,252)
#F5F5FC
(245,245,252)
#F7F5FC
(247,245,252)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F5FC color. Also use rgb(229,245,252) instead hex code.

Text Font Color

.myTextColor { color: #E5F5FC; }

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

This text font color is #E5F5FC.


Background Color

.myBgColor { background-color: #E5F5FC; }

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

This div background color is #E5F5FC.


Border color

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

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

This div border color is #E5F5FC.


Opacity

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

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

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

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

This text has shadow with #E5F5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5FC on black background.


Color preview on white background

This text has color #E5F5FC on white background.



Black color preview on #E5F5FC background

This text has black color on #E5F5FC background.


White color preview on #E5F5FC background

This text has white color on #E5F5FC background.