COLOR #E5F3FC

HEX: #E5F3FC RGB: (229,243,252)

Color info

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

RGB color model

#E5F3FC color RGB value is (229,243,252).

RGB: (229,243,252) (90%, 95%, 99%)

RGB channels and saturation

R 229 of 255 = 90%
G 243 of 255 = 95%
B 252 of 255 = 99%

229
243
252

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

Portions of RGB colors in percentages

R + G + B = 229 + 243 + 252 = 724 (100%)
R 229 of 724 ~ 31.63%
G 243 of 724 ~ 33.56%
B 252 of 724 ~ 34.81'%

%31.63
%33.56
%34.81

CMYK color model

#E5F3FC color CMYK value is (9,4,0,1).

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

CMYK: (9,4,0,1)
C9M4Y0K1 (9%, 4%, 0%, 1%)
(0.09 / 0.04 / 0.00 / 0.01)

CMYK percentages

%9.13
%3.57
%0
%1.18

Codes

Color #E5F3FC in popluar color models

E5 F3 FC
RGB 229 243 252
HSL 203° 79.31% 94.31%
HSB/HSV 203° 9.13% 98.82%
CMYK 9.13% 3.57% 0.00%
1.18%

Color #E5F3FC in popluar number systems.

HEX E5 F3 FC
Decimal 229 243 252
Binary 11100101 11110011 11111100
Octal 345 363 374

Shades and tints

Shades of #E5F3FC

#E5F3FC
(229,243,252)
#D1DDE6
(209,221,230)
#BDC7D0
(189,199,208)
#A9B1BA
(169,177,186)
#959BA4
(149,155,164)
#81858E
(129,133,142)
#6D6F78
(109,111,120)
#595962
(89,89,98)
#45434C
(69,67,76)
#312D36
(49,45,54)
#1D1720
(29,23,32)
#000000
(0,0,0)

Tints of #E5F3FC

#E5F3FC
(229,243,252)
#E7F4FC
(231,244,252)
#E9F5FC
(233,245,252)
#EBF6FC
(235,246,252)
#EDF7FC
(237,247,252)
#EFF8FC
(239,248,252)
#F1F9FC
(241,249,252)
#F3FAFC
(243,250,252)
#F5FBFC
(245,251,252)
#F7FCFC
(247,252,252)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F3FC; }

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

This text font color is #E5F3FC.

Background Color

.myBgColor { background-color: #E5F3FC; }

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

This div background color is #E5F3FC.

Border color

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

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

This div border color is #E5F3FC.

Opacity

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

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

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

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

This text has shadow with #E5F3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F3FC.

Preview

Color preview on black background

This text has color #E5F3FC on black background.


Color preview on white background

This text has color #E5F3FC on white background.


Black color preview on #E5F3FC background

This text has black color on #E5F3FC background.


White color preview on #E5F3FC background

This text has white color on #E5F3FC background.


Related colors

Complementary color

Complementary color for #hex is #1A0C03.


I love getcolorcode.com

Triadic colors

1 #FCE5F3 and #F3FCE5 with #E5F3FC are triadic colors.

2 #FCF3E5 and #F3E5FC with #E5F3FC are triadic colors.