COLOR #E8F0FC

HEX: #E8F0FC
RGB: (232,240,252)

Color info

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

RGB color model

#E8F0FC color RGB value is (232,240,252).

  • red value is 232;
  • green value is 240;
  • blue value is 252.
RGB:
(232,240,252)
(91%,94%,99%)

RGB channels and saturation

R 232 of 255 = 91%
G 240 of 255 = 94%
B 252 of 255 = 99%

232
240
252

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

Portions of RGB colors in percentages

R + G + B =
232 + 240 + 252 = 724 (100%)
R 232 of 724 ~ 32.04%
G 240 of 724 ~ 33.15%
B 252 of 724 ~ 34.81%

%32.04
%33.15
%34.81

CMYK color model

#E8F0FC color CMYK value is (8,5,0,1).

  • cyan value is 7.94%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,5,0,1)
C8M5Y0K1 
(8%,5%,0%,1%)
(0.08/0.05/0.00/0.01)	

CMYK percentages

%7.94
%4.76
%0
%1.18

Codes

Color #E8F0FC in popluar color models

E8F0FC
RGB232240252
HSL216°76.92%94.90%
HSB/HSV216°7.94%98.82%
CMYK7.94%4.76%0.00%
1.18%

Color #E8F0FC in popluar number systems.

HEXE8F0FC
Decimal232240252
Binary111010001111000011111100
Octal350360374

Shades and tints

Shades of #E8F0FC

#E8F0FC
(232,240,252)
#D3DBE6
(211,219,230)
#BEC6D0
(190,198,208)
#A9B1BA
(169,177,186)
#949CA4
(148,156,164)
#7F878E
(127,135,142)
#6A7278
(106,114,120)
#555D62
(85,93,98)
#40484C
(64,72,76)
#2B3336
(43,51,54)
#161E20
(22,30,32)
#000000
(0,0,0)

Tints of #E8F0FC

#E8F0FC
(232,240,252)
#EAF1FC
(234,241,252)
#ECF2FC
(236,242,252)
#EEF3FC
(238,243,252)
#F0F4FC
(240,244,252)
#F2F5FC
(242,245,252)
#F4F6FC
(244,246,252)
#F6F7FC
(246,247,252)
#F8F8FC
(248,248,252)
#FAF9FC
(250,249,252)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F0FC color. Also use rgb(232,240,252) instead hex code.

Text Font Color

.myTextColor { color: #E8F0FC; }

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

This text font color is #E8F0FC.


Background Color

.myBgColor { background-color: #E8F0FC; }

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

This div background color is #E8F0FC.


Border color

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

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

This div border color is #E8F0FC.


Opacity

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

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

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

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

This text has shadow with #E8F0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F0FC on black background.


Color preview on white background

This text has color #E8F0FC on white background.



Black color preview on #E8F0FC background

This text has black color on #E8F0FC background.


White color preview on #E8F0FC background

This text has white color on #E8F0FC background.