COLOR #E5F4FC

HEX: #E5F4FC RGB: (229,244,252)

Color info

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

RGB color model

#E5F4FC color RGB value is (229,244,252).

RGB: (229,244,252) (90%, 96%, 99%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 252 of 255 = 99%

229
244
252

R + G + B ~ 95%. #E5F4FC is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 244 + 252 = 725 (100%)
R 229 of 725 ~ 31.59%
G 244 of 725 ~ 33.66%
B 252 of 725 ~ 34.76'%

%31.59
%33.66
%34.76

CMYK color model

#E5F4FC color CMYK value is (9,3,0,1).

  • cyan value is 9.13%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,3,0,1)
C9M3Y0K1 (9%, 3%, 0%, 1%)
(0.09 / 0.03 / 0.00 / 0.01)

CMYK percentages

%9.13
%3.17
%0
%1.18

Codes

Color #E5F4FC in popluar color models

E5 F4 FC
RGB 229 244 252
HSL 201° 79.31% 94.31%
HSB/HSV 201° 9.13% 98.82%
CMYK 9.13% 3.17% 0.00%
1.18%

Color #E5F4FC in popluar number systems.

HEX E5 F4 FC
Decimal 229 244 252
Binary 11100101 11110100 11111100
Octal 345 364 374

Shades and tints

Shades of #E5F4FC

#E5F4FC
(229,244,252)
#D1DEE6
(209,222,230)
#BDC8D0
(189,200,208)
#A9B2BA
(169,178,186)
#959CA4
(149,156,164)
#81868E
(129,134,142)
#6D7078
(109,112,120)
#595A62
(89,90,98)
#45444C
(69,68,76)
#312E36
(49,46,54)
#1D1820
(29,24,32)
#000000
(0,0,0)

Tints of #E5F4FC

#E5F4FC
(229,244,252)
#E7F5FC
(231,245,252)
#E9F6FC
(233,246,252)
#EBF7FC
(235,247,252)
#EDF8FC
(237,248,252)
#EFF9FC
(239,249,252)
#F1FAFC
(241,250,252)
#F3FBFC
(243,251,252)
#F5FCFC
(245,252,252)
#F7FDFC
(247,253,252)
#F9FEFC
(249,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F4FC color. Also use rgb(229,244,252) instead hex code.

Text Font Color

.myTextColor { color: #E5F4FC; }

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

This text font color is #E5F4FC.

Background Color

.myBgColor { background-color: #E5F4FC; }

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

This div background color is #E5F4FC.

Border color

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

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

This div border color is #E5F4FC.

Opacity

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

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

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

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

This text has shadow with #E5F4FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F4FC.

Preview

Color preview on black background

This text has color #E5F4FC on black background.


Color preview on white background

This text has color #E5F4FC on white background.


Black color preview on #E5F4FC background

This text has black color on #E5F4FC background.


White color preview on #E5F4FC background

This text has white color on #E5F4FC background.


Related colors

Complementary color

Complementary color for #hex is #1A0B03.


I love getcolorcode.com

Triadic colors

1 #FCE5F4 and #F4FCE5 with #E5F4FC are triadic colors.

2 #FCF4E5 and #F4E5FC with #E5F4FC are triadic colors.