COLOR #E8F1FF

HEX: #E8F1FF
RGB: (232,241,255)

Color info

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

RGB color model

#E8F1FF color RGB value is (232,241,255).

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

RGB channels and saturation

R 232 of 255 = 91%
G 241 of 255 = 95%
B 255 of 255 = 100%

232
241
255

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

Portions of RGB colors in percentages

R + G + B =
232 + 241 + 255 = 728 (100%)
R 232 of 728 ~ 31.87%
G 241 of 728 ~ 33.1%
B 255 of 728 ~ 35.03%

%31.87
%33.1
%35.03

CMYK color model

#E8F1FF color CMYK value is (9,5,0,0).

  • cyan value is 9.02%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,5,0,0)
C9M5Y0K0 
(9%,5%,0%,0%)
(0.09/0.05/0.00/0.00)	

CMYK percentages

%9.02
%5.49
%0
%0

Codes

Color #E8F1FF in popluar color models

E8F1FF
RGB232241255
HSL217°100.00%95.49%
HSB/HSV217°9.02%100.00%
CMYK9.02%5.49%0.00%
0.00%

Color #E8F1FF in popluar number systems.

HEXE8F1FF
Decimal232241255
Binary111010001111000111111111
Octal350361377

Shades and tints

Shades of #E8F1FF

#E8F1FF
(232,241,255)
#D3DCE8
(211,220,232)
#BEC7D1
(190,199,209)
#A9B2BA
(169,178,186)
#949DA3
(148,157,163)
#7F888C
(127,136,140)
#6A7375
(106,115,117)
#555E5E
(85,94,94)
#404947
(64,73,71)
#2B3430
(43,52,48)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #E8F1FF

#E8F1FF
(232,241,255)
#EAF2FF
(234,242,255)
#ECF3FF
(236,243,255)
#EEF4FF
(238,244,255)
#F0F5FF
(240,245,255)
#F2F6FF
(242,246,255)
#F4F7FF
(244,247,255)
#F6F8FF
(246,248,255)
#F8F9FF
(248,249,255)
#FAFAFF
(250,250,255)
#FCFBFF
(252,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F1FF; }

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

This text font color is #E8F1FF.


Background Color

.myBgColor { background-color: #E8F1FF; }

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

This div background color is #E8F1FF.


Border color

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

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

This div border color is #E8F1FF.


Opacity

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

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

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

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

This text has shadow with #E8F1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F1FF on black background.


Color preview on white background

This text has color #E8F1FF on white background.



Black color preview on #E8F1FF background

This text has black color on #E8F1FF background.


White color preview on #E8F1FF background

This text has white color on #E8F1FF background.