COLOR #E5F9FE

HEX: #E5F9FE RGB: (229,249,254)

Color info

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

RGB color model

#E5F9FE color RGB value is (229,249,254).

RGB: (229,249,254) (90%, 98%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 249 of 255 = 98%
B 254 of 255 = 100%

229
249
254

R + G + B ~ 96%. #E5F9FE is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 249 + 254 = 732 (100%)
R 229 of 732 ~ 31.28%
G 249 of 732 ~ 34.02%
B 254 of 732 ~ 34.7'%

%31.28
%34.02
%34.7

CMYK color model

#E5F9FE color CMYK value is (10,2,0,0).

  • cyan value is 9.84%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (10,2,0,0)
C10M2Y0K0 (10%, 2%, 0%, 0%)
(0.10 / 0.02 / 0.00 / 0.00)

CMYK percentages

%9.84
%1.97
%0
%0.39

Codes

Color #E5F9FE in popluar color models

E5 F9 FE
RGB 229 249 254
HSL 192° 92.59% 94.71%
HSB/HSV 192° 9.84% 99.61%
CMYK 9.84% 1.97% 0.00%
0.39%

Color #E5F9FE in popluar number systems.

HEX E5 F9 FE
Decimal 229 249 254
Binary 11100101 11111001 11111110
Octal 345 371 376

Shades and tints

Shades of #E5F9FE

#E5F9FE
(229,249,254)
#D1E3E7
(209,227,231)
#BDCDD0
(189,205,208)
#A9B7B9
(169,183,185)
#95A1A2
(149,161,162)
#818B8B
(129,139,139)
#6D7574
(109,117,116)
#595F5D
(89,95,93)
#454946
(69,73,70)
#31332F
(49,51,47)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #E5F9FE

#E5F9FE
(229,249,254)
#E7F9FE
(231,249,254)
#E9F9FE
(233,249,254)
#EBF9FE
(235,249,254)
#EDF9FE
(237,249,254)
#EFF9FE
(239,249,254)
#F1F9FE
(241,249,254)
#F3F9FE
(243,249,254)
#F5F9FE
(245,249,254)
#F7F9FE
(247,249,254)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F9FE color. Also use rgb(229,249,254) instead hex code.

Text Font Color

.myTextColor { color: #E5F9FE; }

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

This text font color is #E5F9FE.

Background Color

.myBgColor { background-color: #E5F9FE; }

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

This div background color is #E5F9FE.

Border color

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

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

This div border color is #E5F9FE.

Opacity

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

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

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

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

This text has shadow with #E5F9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F9FE.

Preview

Color preview on black background

This text has color #E5F9FE on black background.


Color preview on white background

This text has color #E5F9FE on white background.


Black color preview on #E5F9FE background

This text has black color on #E5F9FE background.


White color preview on #E5F9FE background

This text has white color on #E5F9FE background.


Related colors

Complementary color

Complementary color for #hex is #1A0601.


I love getcolorcode.com

Triadic colors

1 #FEE5F9 and #F9FEE5 with #E5F9FE are triadic colors.

2 #FEF9E5 and #F9E5FE with #E5F9FE are triadic colors.