COLOR #E5EAF1

HEX: #E5EAF1
RGB: (229,234,241)

Color info

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

RGB color model

#E5EAF1 color RGB value is (229,234,241).

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

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 241 of 255 = 95%

229
234
241

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 241 = 704 (100%)
R 229 of 704 ~ 32.53%
G 234 of 704 ~ 33.24%
B 241 of 704 ~ 34.23%

%32.53
%33.24
%34.23

CMYK color model

#E5EAF1 color CMYK value is (5,3,0,5).

  • cyan value is 4.98%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,3,0,5)
C5M3Y0K5 
(5%,3%,0%,5%)
(0.05/0.03/0.00/0.05)	

CMYK percentages

%4.98
%2.9
%0
%5.49

Codes

Color #E5EAF1 in popluar color models

E5EAF1
RGB229234241
HSL215°30.00%92.16%
HSB/HSV215°4.98%94.51%
CMYK4.98%2.90%0.00%
5.49%

Color #E5EAF1 in popluar number systems.

HEXE5EAF1
Decimal229234241
Binary111001011110101011110001
Octal345352361

Shades and tints

Shades of #E5EAF1

#E5EAF1
(229,234,241)
#D1D5DC
(209,213,220)
#BDC0C7
(189,192,199)
#A9ABB2
(169,171,178)
#95969D
(149,150,157)
#818188
(129,129,136)
#6D6C73
(109,108,115)
#59575E
(89,87,94)
#454249
(69,66,73)
#312D34
(49,45,52)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #E5EAF1

#E5EAF1
(229,234,241)
#E7EBF2
(231,235,242)
#E9ECF3
(233,236,243)
#EBEDF4
(235,237,244)
#EDEEF5
(237,238,245)
#EFEFF6
(239,239,246)
#F1F0F7
(241,240,247)
#F3F1F8
(243,241,248)
#F5F2F9
(245,242,249)
#F7F3FA
(247,243,250)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EAF1; }

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

This text font color is #E5EAF1.


Background Color

.myBgColor { background-color: #E5EAF1; }

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

This div background color is #E5EAF1.


Border color

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

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

This div border color is #E5EAF1.


Opacity

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

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

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

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

This text has shadow with #E5EAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EAF1 on black background.


Color preview on white background

This text has color #E5EAF1 on white background.



Black color preview on #E5EAF1 background

This text has black color on #E5EAF1 background.


White color preview on #E5EAF1 background

This text has white color on #E5EAF1 background.