COLOR #E0E8FB

HEX: #E0E8FB
RGB: (224,232,251)

Color info

#E0E8FB contains red, green and blue colors in about the same proportion. Web safe color of #E0E8FB is #CCFFFF (or #CFF).

RGB color model

#E0E8FB color RGB value is (224,232,251).

  • red value is 224;
  • green value is 232;
  • blue value is 251.
RGB:
(224,232,251)
(88%,91%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 251 of 255 = 98%

224
232
251

R + G + B ~ 92%. #E0E8FB is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 251 = 707 (100%)
R 224 of 707 ~ 31.68%
G 232 of 707 ~ 32.81%
B 251 of 707 ~ 35.5%

%31.68
%32.81
%35.5

CMYK color model

#E0E8FB color CMYK value is (11,8,0,2).

  • cyan value is 10.76%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,8,0,2)
C11M8Y0K2 
(11%,8%,0%,2%)
(0.11/0.08/0.00/0.02)	

CMYK percentages

%10.76
%7.57
%0
%1.57

Codes

Color #E0E8FB in popluar color models

E0E8FB
RGB224232251
HSL222°77.14%93.14%
HSB/HSV222°10.76%98.43%
CMYK10.76%7.57%0.00%
1.57%

Color #E0E8FB in popluar number systems.

HEXE0E8FB
Decimal224232251
Binary111000001110100011111011
Octal340350373

Shades and tints

Shades of #E0E8FB

#E0E8FB
(224,232,251)
#CCD3E5
(204,211,229)
#B8BECF
(184,190,207)
#A4A9B9
(164,169,185)
#9094A3
(144,148,163)
#7C7F8D
(124,127,141)
#686A77
(104,106,119)
#545561
(84,85,97)
#40404B
(64,64,75)
#2C2B35
(44,43,53)
#18161F
(24,22,31)
#000000
(0,0,0)

Tints of #E0E8FB

#E0E8FB
(224,232,251)
#E2EAFB
(226,234,251)
#E4ECFB
(228,236,251)
#E6EEFB
(230,238,251)
#E8F0FB
(232,240,251)
#EAF2FB
(234,242,251)
#ECF4FB
(236,244,251)
#EEF6FB
(238,246,251)
#F0F8FB
(240,248,251)
#F2FAFB
(242,250,251)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E8FB color. Also use rgb(224,232,251) instead hex code.

Text Font Color

.myTextColor { color: #E0E8FB; }

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

This text font color is #E0E8FB.


Background Color

.myBgColor { background-color: #E0E8FB; }

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

This div background color is #E0E8FB.


Border color

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

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

This div border color is #E0E8FB.


Opacity

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

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

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

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

This text has shadow with #E0E8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8FB on black background.


Color preview on white background

This text has color #E0E8FB on white background.



Black color preview on #E0E8FB background

This text has black color on #E0E8FB background.


White color preview on #E0E8FB background

This text has white color on #E0E8FB background.