COLOR #E8FAFD

HEX: #E8FAFD
RGB: (232,250,253)

Color info

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

RGB color model

#E8FAFD color RGB value is (232,250,253).

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

RGB channels and saturation

R 232 of 255 = 91%
G 250 of 255 = 98%
B 253 of 255 = 99%

232
250
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 250 + 253 = 735 (100%)
R 232 of 735 ~ 31.56%
G 250 of 735 ~ 34.01%
B 253 of 735 ~ 34.42%

%31.56
%34.01
%34.42

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,1,0,1)
C8M1Y0K1 
(8%,1%,0%,1%)
(0.08/0.01/0.00/0.01)	

CMYK percentages

%8.3
%1.19
%0
%0.78

Codes

Color #E8FAFD in popluar color models

E8FAFD
RGB232250253
HSL189°84.00%95.10%
HSB/HSV189°8.30%99.22%
CMYK8.30%1.19%0.00%
0.78%

Color #E8FAFD in popluar number systems.

HEXE8FAFD
Decimal232250253
Binary111010001111101011111101
Octal350372375

Shades and tints

Shades of #E8FAFD

#E8FAFD
(232,250,253)
#D3E4E6
(211,228,230)
#BECECF
(190,206,207)
#A9B8B8
(169,184,184)
#94A2A1
(148,162,161)
#7F8C8A
(127,140,138)
#6A7673
(106,118,115)
#55605C
(85,96,92)
#404A45
(64,74,69)
#2B342E
(43,52,46)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #E8FAFD

#E8FAFD
(232,250,253)
#EAFAFD
(234,250,253)
#ECFAFD
(236,250,253)
#EEFAFD
(238,250,253)
#F0FAFD
(240,250,253)
#F2FAFD
(242,250,253)
#F4FAFD
(244,250,253)
#F6FAFD
(246,250,253)
#F8FAFD
(248,250,253)
#FAFAFD
(250,250,253)
#FCFAFD
(252,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FAFD; }

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

This text font color is #E8FAFD.


Background Color

.myBgColor { background-color: #E8FAFD; }

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

This div background color is #E8FAFD.


Border color

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

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

This div border color is #E8FAFD.


Opacity

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

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

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

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

This text has shadow with #E8FAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FAFD on black background.


Color preview on white background

This text has color #E8FAFD on white background.



Black color preview on #E8FAFD background

This text has black color on #E8FAFD background.


White color preview on #E8FAFD background

This text has white color on #E8FAFD background.