COLOR #E8F7FD

HEX: #E8F7FD
RGB: (232,247,253)

Color info

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

RGB color model

#E8F7FD color RGB value is (232,247,253).

  • red value is 232;
  • green value is 247;
  • blue value is 253.
RGB:
(232,247,253)
(91%,97%,99%)

RGB channels and saturation

R 232 of 255 = 91%
G 247 of 255 = 97%
B 253 of 255 = 99%

232
247
253

R + G + B ~ 96%. #E8F7FD is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 247 + 253 = 732 (100%)
R 232 of 732 ~ 31.69%
G 247 of 732 ~ 33.74%
B 253 of 732 ~ 34.56%

%31.69
%33.74
%34.56

CMYK color model

#E8F7FD color CMYK value is (8,2,0,1).

  • cyan value is 8.30%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,2,0,1)
C8M2Y0K1 
(8%,2%,0%,1%)
(0.08/0.02/0.00/0.01)	

CMYK percentages

%8.3
%2.37
%0
%0.78

Codes

Color #E8F7FD in popluar color models

E8F7FD
RGB232247253
HSL197°84.00%95.10%
HSB/HSV197°8.30%99.22%
CMYK8.30%2.37%0.00%
0.78%

Color #E8F7FD in popluar number systems.

HEXE8F7FD
Decimal232247253
Binary111010001111011111111101
Octal350367375

Shades and tints

Shades of #E8F7FD

#E8F7FD
(232,247,253)
#D3E1E6
(211,225,230)
#BECBCF
(190,203,207)
#A9B5B8
(169,181,184)
#949FA1
(148,159,161)
#7F898A
(127,137,138)
#6A7373
(106,115,115)
#555D5C
(85,93,92)
#404745
(64,71,69)
#2B312E
(43,49,46)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #E8F7FD

#E8F7FD
(232,247,253)
#EAF7FD
(234,247,253)
#ECF7FD
(236,247,253)
#EEF7FD
(238,247,253)
#F0F7FD
(240,247,253)
#F2F7FD
(242,247,253)
#F4F7FD
(244,247,253)
#F6F7FD
(246,247,253)
#F8F7FD
(248,247,253)
#FAF7FD
(250,247,253)
#FCF7FD
(252,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F7FD color. Also use rgb(232,247,253) instead hex code.

Text Font Color

.myTextColor { color: #E8F7FD; }

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

This text font color is #E8F7FD.


Background Color

.myBgColor { background-color: #E8F7FD; }

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

This div background color is #E8F7FD.


Border color

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

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

This div border color is #E8F7FD.


Opacity

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

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

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

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

This text has shadow with #E8F7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F7FD on black background.


Color preview on white background

This text has color #E8F7FD on white background.



Black color preview on #E8F7FD background

This text has black color on #E8F7FD background.


White color preview on #E8F7FD background

This text has white color on #E8F7FD background.