COLOR #E5F0F7

HEX: #E5F0F7
RGB: (229,240,247)

Color info

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

RGB color model

#E5F0F7 color RGB value is (229,240,247).

  • red value is 229;
  • green value is 240;
  • blue value is 247.
RGB:
(229,240,247)
(90%,94%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 247 of 255 = 97%

229
240
247

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

Portions of RGB colors in percentages

R + G + B =
229 + 240 + 247 = 716 (100%)
R 229 of 716 ~ 31.98%
G 240 of 716 ~ 33.52%
B 247 of 716 ~ 34.5%

%31.98
%33.52
%34.5

CMYK color model

#E5F0F7 color CMYK value is (7,3,0,3).

  • cyan value is 7.29%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,3,0,3)
C7M3Y0K3 
(7%,3%,0%,3%)
(0.07/0.03/0.00/0.03)	

CMYK percentages

%7.29
%2.83
%0
%3.14

Codes

Color #E5F0F7 in popluar color models

E5F0F7
RGB229240247
HSL203°52.94%93.33%
HSB/HSV203°7.29%96.86%
CMYK7.29%2.83%0.00%
3.14%

Color #E5F0F7 in popluar number systems.

HEXE5F0F7
Decimal229240247
Binary111001011111000011110111
Octal345360367

Shades and tints

Shades of #E5F0F7

#E5F0F7
(229,240,247)
#D1DBE1
(209,219,225)
#BDC6CB
(189,198,203)
#A9B1B5
(169,177,181)
#959C9F
(149,156,159)
#818789
(129,135,137)
#6D7273
(109,114,115)
#595D5D
(89,93,93)
#454847
(69,72,71)
#313331
(49,51,49)
#1D1E1B
(29,30,27)
#000000
(0,0,0)

Tints of #E5F0F7

#E5F0F7
(229,240,247)
#E7F1F7
(231,241,247)
#E9F2F7
(233,242,247)
#EBF3F7
(235,243,247)
#EDF4F7
(237,244,247)
#EFF5F7
(239,245,247)
#F1F6F7
(241,246,247)
#F3F7F7
(243,247,247)
#F5F8F7
(245,248,247)
#F7F9F7
(247,249,247)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0F7 color. Also use rgb(229,240,247) instead hex code.

Text Font Color

.myTextColor { color: #E5F0F7; }

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

This text font color is #E5F0F7.


Background Color

.myBgColor { background-color: #E5F0F7; }

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

This div background color is #E5F0F7.


Border color

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

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

This div border color is #E5F0F7.


Opacity

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

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

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

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

This text has shadow with #E5F0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F0F7 on black background.


Color preview on white background

This text has color #E5F0F7 on white background.



Black color preview on #E5F0F7 background

This text has black color on #E5F0F7 background.


White color preview on #E5F0F7 background

This text has white color on #E5F0F7 background.