COLOR #E8F8FD

HEX: #E8F8FD
RGB: (232,248,253)

Color info

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

RGB color model

#E8F8FD color RGB value is (232,248,253).

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

RGB channels and saturation

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

232
248
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 248 + 253 = 733 (100%)
R 232 of 733 ~ 31.65%
G 248 of 733 ~ 33.83%
B 253 of 733 ~ 34.52%

%31.65
%33.83
%34.52

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 1.98%
  • 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
%1.98
%0
%0.78

Codes

Color #E8F8FD in popluar color models

E8F8FD
RGB232248253
HSL194°84.00%95.10%
HSB/HSV194°8.30%99.22%
CMYK8.30%1.98%0.00%
0.78%

Color #E8F8FD in popluar number systems.

HEXE8F8FD
Decimal232248253
Binary111010001111100011111101
Octal350370375

Shades and tints

Shades of #E8F8FD

#E8F8FD
(232,248,253)
#D3E2E6
(211,226,230)
#BECCCF
(190,204,207)
#A9B6B8
(169,182,184)
#94A0A1
(148,160,161)
#7F8A8A
(127,138,138)
#6A7473
(106,116,115)
#555E5C
(85,94,92)
#404845
(64,72,69)
#2B322E
(43,50,46)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #E8F8FD

#E8F8FD
(232,248,253)
#EAF8FD
(234,248,253)
#ECF8FD
(236,248,253)
#EEF8FD
(238,248,253)
#F0F8FD
(240,248,253)
#F2F8FD
(242,248,253)
#F4F8FD
(244,248,253)
#F6F8FD
(246,248,253)
#F8F8FD
(248,248,253)
#FAF8FD
(250,248,253)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F8FD; }

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

This text font color is #E8F8FD.


Background Color

.myBgColor { background-color: #E8F8FD; }

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

This div background color is #E8F8FD.


Border color

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

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

This div border color is #E8F8FD.


Opacity

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

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

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

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

This text has shadow with #E8F8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F8FD on black background.


Color preview on white background

This text has color #E8F8FD on white background.



Black color preview on #E8F8FD background

This text has black color on #E8F8FD background.


White color preview on #E8F8FD background

This text has white color on #E8F8FD background.