COLOR #E5EAFA

HEX: #E5EAFA
RGB: (229,234,250)

Color info

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

RGB color model

#E5EAFA color RGB value is (229,234,250).

  • red value is 229;
  • green value is 234;
  • blue value is 250.
RGB:
(229,234,250)
(90%,92%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 250 of 255 = 98%

229
234
250

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 250 = 713 (100%)
R 229 of 713 ~ 32.12%
G 234 of 713 ~ 32.82%
B 250 of 713 ~ 35.06%

%32.12
%32.82
%35.06

CMYK color model

#E5EAFA color CMYK value is (8,6,0,2).

  • cyan value is 8.40%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,6,0,2)
C8M6Y0K2 
(8%,6%,0%,2%)
(0.08/0.06/0.00/0.02)	

CMYK percentages

%8.4
%6.4
%0
%1.96

Codes

Color #E5EAFA in popluar color models

E5EAFA
RGB229234250
HSL226°67.74%93.92%
HSB/HSV226°8.40%98.04%
CMYK8.40%6.40%0.00%
1.96%

Color #E5EAFA in popluar number systems.

HEXE5EAFA
Decimal229234250
Binary111001011110101011111010
Octal345352372

Shades and tints

Shades of #E5EAFA

#E5EAFA
(229,234,250)
#D1D5E4
(209,213,228)
#BDC0CE
(189,192,206)
#A9ABB8
(169,171,184)
#9596A2
(149,150,162)
#81818C
(129,129,140)
#6D6C76
(109,108,118)
#595760
(89,87,96)
#45424A
(69,66,74)
#312D34
(49,45,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #E5EAFA

#E5EAFA
(229,234,250)
#E7EBFA
(231,235,250)
#E9ECFA
(233,236,250)
#EBEDFA
(235,237,250)
#EDEEFA
(237,238,250)
#EFEFFA
(239,239,250)
#F1F0FA
(241,240,250)
#F3F1FA
(243,241,250)
#F5F2FA
(245,242,250)
#F7F3FA
(247,243,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EAFA color. Also use rgb(229,234,250) instead hex code.

Text Font Color

.myTextColor { color: #E5EAFA; }

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

This text font color is #E5EAFA.


Background Color

.myBgColor { background-color: #E5EAFA; }

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

This div background color is #E5EAFA.


Border color

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

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

This div border color is #E5EAFA.


Opacity

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

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

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

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

This text has shadow with #E5EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EAFA on black background.


Color preview on white background

This text has color #E5EAFA on white background.



Black color preview on #E5EAFA background

This text has black color on #E5EAFA background.


White color preview on #E5EAFA background

This text has white color on #E5EAFA background.