COLOR #E1F5FC

HEX: #E1F5FC RGB: (225,245,252)

Color info

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

RGB color model

#E1F5FC color RGB value is (225,245,252).

RGB: (225,245,252) (88%, 96%, 99%)

RGB channels and saturation

R 225 of 255 = 88%
G 245 of 255 = 96%
B 252 of 255 = 99%

225
245
252

R + G + B ~ 94%. #E1F5FC is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 245 + 252 = 722 (100%)
R 225 of 722 ~ 31.16%
G 245 of 722 ~ 33.93%
B 252 of 722 ~ 34.9'%

%31.16
%33.93
%34.9

CMYK color model

#E1F5FC color CMYK value is (11,3,0,1).

  • cyan value is 10.71%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (11,3,0,1) C11M3Y0K1 (11%,3%,0%,1%) (0.11/0.03/0.00/0.01) 

CMYK percentages

%10.71
%2.78
%0
%1.18

Codes

Color #E1F5FC in popluar color models

E1 F5 FC
RGB 225 245 252
HSL 196° 81.82% 93.53%
HSB/HSV 196° 10.71% 98.82%
CMYK 10.71% 2.78% 0.00%
1.18%

Color #E1F5FC in popluar number systems.

HEX E1 F5 FC
Decimal 225 245 252
Binary 11100001 11110101 11111100
Octal 341 365 374

Shades and tints

Shades of #E1F5FC

#E1F5FC
(225,245,252)
#CDDFE6
(205,223,230)
#B9C9D0
(185,201,208)
#A5B3BA
(165,179,186)
#919DA4
(145,157,164)
#7D878E
(125,135,142)
#697178
(105,113,120)
#555B62
(85,91,98)
#41454C
(65,69,76)
#2D2F36
(45,47,54)
#191920
(25,25,32)
#000000
(0,0,0)

Tints of #E1F5FC

#E1F5FC
(225,245,252)
#E3F5FC
(227,245,252)
#E5F5FC
(229,245,252)
#E7F5FC
(231,245,252)
#E9F5FC
(233,245,252)
#EBF5FC
(235,245,252)
#EDF5FC
(237,245,252)
#EFF5FC
(239,245,252)
#F1F5FC
(241,245,252)
#F3F5FC
(243,245,252)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F5FC color. Also use rgb(225,245,252) instead hex code.

Text Font Color

.myTextColor { color: #E1F5FC; }

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

This text font color is #E1F5FC.

Background Color

.myBgColor { background-color: #E1F5FC; }

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

This div background color is #E1F5FC.

Border color

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

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

This div border color is #E1F5FC.

Opacity

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

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

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

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

This text has shadow with #E1F5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F5FC.

Preview

Color preview on black background

This text has color #E1F5FC on black background.


Color preview on white background

This text has color #E1F5FC on white background.


Black color preview on #E1F5FC background

This text has black color on #E1F5FC background.


White color preview on #E1F5FC background

This text has white color on #E1F5FC background.


Related colors

Complementary color

Complementary color for #hex is #1E0A03.


I love getcolorcode.com

Triadic colors

1 #FCE1F5 and #F5FCE1 with #E1F5FC are triadic colors.

2 #FCF5E1 and #F5E1FC with #E1F5FC are triadic colors.