COLOR #E1F6FB

HEX: #E1F6FB RGB: (225,246,251)

Color info

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

RGB color model

#E1F6FB color RGB value is (225,246,251).

RGB: (225,246,251) (88%, 96%, 98%)

RGB channels and saturation

R 225 of 255 = 88%
G 246 of 255 = 96%
B 251 of 255 = 98%

225
246
251

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

Portions of RGB colors in percentages

R + G + B = 225 + 246 + 251 = 722 (100%)
R 225 of 722 ~ 31.16%
G 246 of 722 ~ 34.07%
B 251 of 722 ~ 34.76'%

%31.16
%34.07
%34.76

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 1.57%

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

CMYK percentages

%10.36
%1.99
%0
%1.57

Codes

Color #E1F6FB in popluar color models

E1 F6 FB
RGB 225 246 251
HSL 192° 76.47% 93.33%
HSB/HSV 192° 10.36% 98.43%
CMYK 10.36% 1.99% 0.00%
1.57%

Color #E1F6FB in popluar number systems.

HEX E1 F6 FB
Decimal 225 246 251
Binary 11100001 11110110 11111011
Octal 341 366 373

Shades and tints

Shades of #E1F6FB

#E1F6FB
(225,246,251)
#CDE0E5
(205,224,229)
#B9CACF
(185,202,207)
#A5B4B9
(165,180,185)
#919EA3
(145,158,163)
#7D888D
(125,136,141)
#697277
(105,114,119)
#555C61
(85,92,97)
#41464B
(65,70,75)
#2D3035
(45,48,53)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #E1F6FB

#E1F6FB
(225,246,251)
#E3F6FB
(227,246,251)
#E5F6FB
(229,246,251)
#E7F6FB
(231,246,251)
#E9F6FB
(233,246,251)
#EBF6FB
(235,246,251)
#EDF6FB
(237,246,251)
#EFF6FB
(239,246,251)
#F1F6FB
(241,246,251)
#F3F6FB
(243,246,251)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F6FB color. Also use rgb(225,246,251) instead hex code.

Text Font Color

.myTextColor { color: #E1F6FB; }

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

This text font color is #E1F6FB.

Background Color

.myBgColor { background-color: #E1F6FB; }

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

This div background color is #E1F6FB.

Border color

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

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

This div border color is #E1F6FB.

Opacity

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

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

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

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

This text has shadow with #E1F6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F6FB.

Preview

Color preview on black background

This text has color #E1F6FB on black background.


Color preview on white background

This text has color #E1F6FB on white background.


Black color preview on #E1F6FB background

This text has black color on #E1F6FB background.


White color preview on #E1F6FB background

This text has white color on #E1F6FB background.


Related colors

Complementary color

Complementary color for #hex is #1E0904.


I love getcolorcode.com

Triadic colors

1 #FBE1F6 and #F6FBE1 with #E1F6FB are triadic colors.

2 #FBF6E1 and #F6E1FB with #E1F6FB are triadic colors.