COLOR #E0EAFB

HEX: #E0EAFB
RGB: (224,234,251)

Color info

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

RGB color model

#E0EAFB color RGB value is (224,234,251).

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

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 251 of 255 = 98%

224
234
251

R + G + B ~ 93%. #E0EAFB is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 234 + 251 = 709 (100%)
R 224 of 709 ~ 31.59%
G 234 of 709 ~ 33%
B 251 of 709 ~ 35.4%

%31.59
%33
%35.4

CMYK color model

#E0EAFB color CMYK value is (11,7,0,2).

  • cyan value is 10.76%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,7,0,2)
C11M7Y0K2 
(11%,7%,0%,2%)
(0.11/0.07/0.00/0.02)	

CMYK percentages

%10.76
%6.77
%0
%1.57

Codes

Color #E0EAFB in popluar color models

E0EAFB
RGB224234251
HSL218°77.14%93.14%
HSB/HSV218°10.76%98.43%
CMYK10.76%6.77%0.00%
1.57%

Color #E0EAFB in popluar number systems.

HEXE0EAFB
Decimal224234251
Binary111000001110101011111011
Octal340352373

Shades and tints

Shades of #E0EAFB

#E0EAFB
(224,234,251)
#CCD5E5
(204,213,229)
#B8C0CF
(184,192,207)
#A4ABB9
(164,171,185)
#9096A3
(144,150,163)
#7C818D
(124,129,141)
#686C77
(104,108,119)
#545761
(84,87,97)
#40424B
(64,66,75)
#2C2D35
(44,45,53)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #E0EAFB

#E0EAFB
(224,234,251)
#E2EBFB
(226,235,251)
#E4ECFB
(228,236,251)
#E6EDFB
(230,237,251)
#E8EEFB
(232,238,251)
#EAEFFB
(234,239,251)
#ECF0FB
(236,240,251)
#EEF1FB
(238,241,251)
#F0F2FB
(240,242,251)
#F2F3FB
(242,243,251)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EAFB; }

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

This text font color is #E0EAFB.


Background Color

.myBgColor { background-color: #E0EAFB; }

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

This div background color is #E0EAFB.


Border color

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

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

This div border color is #E0EAFB.


Opacity

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

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

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

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

This text has shadow with #E0EAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EAFB on black background.


Color preview on white background

This text has color #E0EAFB on white background.



Black color preview on #E0EAFB background

This text has black color on #E0EAFB background.


White color preview on #E0EAFB background

This text has white color on #E0EAFB background.