COLOR #E8F4FF

HEX: #E8F4FF
RGB: (232,244,255)

Color info

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

RGB color model

#E8F4FF color RGB value is (232,244,255).

  • red value is 232;
  • green value is 244;
  • blue value is 255.
RGB:
(232,244,255)
(91%,96%,100%)

RGB channels and saturation

R 232 of 255 = 91%
G 244 of 255 = 96%
B 255 of 255 = 100%

232
244
255

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

Portions of RGB colors in percentages

R + G + B =
232 + 244 + 255 = 731 (100%)
R 232 of 731 ~ 31.74%
G 244 of 731 ~ 33.38%
B 255 of 731 ~ 34.88%

%31.74
%33.38
%34.88

CMYK color model

#E8F4FF color CMYK value is (9,4,0,0).

  • cyan value is 9.02%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,4,0,0)
C9M4Y0K0 
(9%,4%,0%,0%)
(0.09/0.04/0.00/0.00)	

CMYK percentages

%9.02
%4.31
%0
%0

Codes

Color #E8F4FF in popluar color models

E8F4FF
RGB232244255
HSL209°100.00%95.49%
HSB/HSV209°9.02%100.00%
CMYK9.02%4.31%0.00%
0.00%

Color #E8F4FF in popluar number systems.

HEXE8F4FF
Decimal232244255
Binary111010001111010011111111
Octal350364377

Shades and tints

Shades of #E8F4FF

#E8F4FF
(232,244,255)
#D3DEE8
(211,222,232)
#BEC8D1
(190,200,209)
#A9B2BA
(169,178,186)
#949CA3
(148,156,163)
#7F868C
(127,134,140)
#6A7075
(106,112,117)
#555A5E
(85,90,94)
#404447
(64,68,71)
#2B2E30
(43,46,48)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #E8F4FF

#E8F4FF
(232,244,255)
#EAF5FF
(234,245,255)
#ECF6FF
(236,246,255)
#EEF7FF
(238,247,255)
#F0F8FF
(240,248,255)
#F2F9FF
(242,249,255)
#F4FAFF
(244,250,255)
#F6FBFF
(246,251,255)
#F8FCFF
(248,252,255)
#FAFDFF
(250,253,255)
#FCFEFF
(252,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F4FF color. Also use rgb(232,244,255) instead hex code.

Text Font Color

.myTextColor { color: #E8F4FF; }

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

This text font color is #E8F4FF.


Background Color

.myBgColor { background-color: #E8F4FF; }

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

This div background color is #E8F4FF.


Border color

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

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

This div border color is #E8F4FF.


Opacity

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

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

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

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

This text has shadow with #E8F4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F4FF on black background.


Color preview on white background

This text has color #E8F4FF on white background.



Black color preview on #E8F4FF background

This text has black color on #E8F4FF background.


White color preview on #E8F4FF background

This text has white color on #E8F4FF background.