COLOR #E8F3FD

HEX: #E8F3FD
RGB: (232,243,253)

Color info

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

RGB color model

#E8F3FD color RGB value is (232,243,253).

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

RGB channels and saturation

R 232 of 255 = 91%
G 243 of 255 = 95%
B 253 of 255 = 99%

232
243
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 243 + 253 = 728 (100%)
R 232 of 728 ~ 31.87%
G 243 of 728 ~ 33.38%
B 253 of 728 ~ 34.75%

%31.87
%33.38
%34.75

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,4,0,1)
C8M4Y0K1 
(8%,4%,0%,1%)
(0.08/0.04/0.00/0.01)	

CMYK percentages

%8.3
%3.95
%0
%0.78

Codes

Color #E8F3FD in popluar color models

E8F3FD
RGB232243253
HSL209°84.00%95.10%
HSB/HSV209°8.30%99.22%
CMYK8.30%3.95%0.00%
0.78%

Color #E8F3FD in popluar number systems.

HEXE8F3FD
Decimal232243253
Binary111010001111001111111101
Octal350363375

Shades and tints

Shades of #E8F3FD

#E8F3FD
(232,243,253)
#D3DDE6
(211,221,230)
#BEC7CF
(190,199,207)
#A9B1B8
(169,177,184)
#949BA1
(148,155,161)
#7F858A
(127,133,138)
#6A6F73
(106,111,115)
#55595C
(85,89,92)
#404345
(64,67,69)
#2B2D2E
(43,45,46)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8F3FD

#E8F3FD
(232,243,253)
#EAF4FD
(234,244,253)
#ECF5FD
(236,245,253)
#EEF6FD
(238,246,253)
#F0F7FD
(240,247,253)
#F2F8FD
(242,248,253)
#F4F9FD
(244,249,253)
#F6FAFD
(246,250,253)
#F8FBFD
(248,251,253)
#FAFCFD
(250,252,253)
#FCFDFD
(252,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F3FD; }

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

This text font color is #E8F3FD.


Background Color

.myBgColor { background-color: #E8F3FD; }

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

This div background color is #E8F3FD.


Border color

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

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

This div border color is #E8F3FD.


Opacity

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

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

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

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

This text has shadow with #E8F3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F3FD on black background.


Color preview on white background

This text has color #E8F3FD on white background.



Black color preview on #E8F3FD background

This text has black color on #E8F3FD background.


White color preview on #E8F3FD background

This text has white color on #E8F3FD background.