COLOR #E7F0FB

HEX: #E7F0FB
RGB: (231,240,251)

Color info

#E7F0FB contains red, green and blue colors in about the same proportion. Web safe color of #E7F0FB is #FFFFFF (or #FFF).

RGB color model

#E7F0FB color RGB value is (231,240,251).

  • red value is 231;
  • green value is 240;
  • blue value is 251.
RGB:
(231,240,251)
(91%,94%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 251 of 255 = 98%

231
240
251

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

Portions of RGB colors in percentages

R + G + B =
231 + 240 + 251 = 722 (100%)
R 231 of 722 ~ 31.99%
G 240 of 722 ~ 33.24%
B 251 of 722 ~ 34.76%

%31.99
%33.24
%34.76

CMYK color model

#E7F0FB color CMYK value is (8,4,0,2).

  • cyan value is 7.97%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,4,0,2)
C8M4Y0K2 
(8%,4%,0%,2%)
(0.08/0.04/0.00/0.02)	

CMYK percentages

%7.97
%4.38
%0
%1.57

Codes

Color #E7F0FB in popluar color models

E7F0FB
RGB231240251
HSL213°71.43%94.51%
HSB/HSV213°7.97%98.43%
CMYK7.97%4.38%0.00%
1.57%

Color #E7F0FB in popluar number systems.

HEXE7F0FB
Decimal231240251
Binary111001111111000011111011
Octal347360373

Shades and tints

Shades of #E7F0FB

#E7F0FB
(231,240,251)
#D2DBE5
(210,219,229)
#BDC6CF
(189,198,207)
#A8B1B9
(168,177,185)
#939CA3
(147,156,163)
#7E878D
(126,135,141)
#697277
(105,114,119)
#545D61
(84,93,97)
#3F484B
(63,72,75)
#2A3335
(42,51,53)
#151E1F
(21,30,31)
#000000
(0,0,0)

Tints of #E7F0FB

#E7F0FB
(231,240,251)
#E9F1FB
(233,241,251)
#EBF2FB
(235,242,251)
#EDF3FB
(237,243,251)
#EFF4FB
(239,244,251)
#F1F5FB
(241,245,251)
#F3F6FB
(243,246,251)
#F5F7FB
(245,247,251)
#F7F8FB
(247,248,251)
#F9F9FB
(249,249,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F0FB color. Also use rgb(231,240,251) instead hex code.

Text Font Color

.myTextColor { color: #E7F0FB; }

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

This text font color is #E7F0FB.


Background Color

.myBgColor { background-color: #E7F0FB; }

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

This div background color is #E7F0FB.


Border color

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

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

This div border color is #E7F0FB.


Opacity

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

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

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

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

This text has shadow with #E7F0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F0FB on black background.


Color preview on white background

This text has color #E7F0FB on white background.



Black color preview on #E7F0FB background

This text has black color on #E7F0FB background.


White color preview on #E7F0FB background

This text has white color on #E7F0FB background.