COLOR #E3F5FB

HEX: #E3F5FB RGB: (227,245,251)

Color info

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

RGB color model

#E3F5FB color RGB value is (227,245,251).

RGB: (227,245,251) (89%, 96%, 98%)

RGB channels and saturation

R 227 of 255 = 89%
G 245 of 255 = 96%
B 251 of 255 = 98%

227
245
251

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

Portions of RGB colors in percentages

R + G + B = 227 + 245 + 251 = 723 (100%)
R 227 of 723 ~ 31.4%
G 245 of 723 ~ 33.89%
B 251 of 723 ~ 34.72'%

%31.4
%33.89
%34.72

CMYK color model

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

  • cyan value is 9.56%
  • magenta value is 2.39%
  • 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

%9.56
%2.39
%0
%1.57

Codes

Color #E3F5FB in popluar color models

E3 F5 FB
RGB 227 245 251
HSL 195° 75.00% 93.73%
HSB/HSV 195° 9.56% 98.43%
CMYK 9.56% 2.39% 0.00%
1.57%

Color #E3F5FB in popluar number systems.

HEX E3 F5 FB
Decimal 227 245 251
Binary 11100011 11110101 11111011
Octal 343 365 373

Shades and tints

Shades of #E3F5FB

#E3F5FB
(227,245,251)
#CFDFE5
(207,223,229)
#BBC9CF
(187,201,207)
#A7B3B9
(167,179,185)
#939DA3
(147,157,163)
#7F878D
(127,135,141)
#6B7177
(107,113,119)
#575B61
(87,91,97)
#43454B
(67,69,75)
#2F2F35
(47,47,53)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #E3F5FB

#E3F5FB
(227,245,251)
#E5F5FB
(229,245,251)
#E7F5FB
(231,245,251)
#E9F5FB
(233,245,251)
#EBF5FB
(235,245,251)
#EDF5FB
(237,245,251)
#EFF5FB
(239,245,251)
#F1F5FB
(241,245,251)
#F3F5FB
(243,245,251)
#F5F5FB
(245,245,251)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F5FB color. Also use rgb(227,245,251) instead hex code.

Text Font Color

.myTextColor { color: #E3F5FB; }

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

This text font color is #E3F5FB.

Background Color

.myBgColor { background-color: #E3F5FB; }

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

This div background color is #E3F5FB.

Border color

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

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

This div border color is #E3F5FB.

Opacity

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

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

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

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

This text has shadow with #E3F5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F5FB.

Preview

Color preview on black background

This text has color #E3F5FB on black background.


Color preview on white background

This text has color #E3F5FB on white background.


Black color preview on #E3F5FB background

This text has black color on #E3F5FB background.


White color preview on #E3F5FB background

This text has white color on #E3F5FB background.


Related colors

Complementary color

Complementary color for #hex is #1C0A04.


I love getcolorcode.com

Triadic colors

1 #FBE3F5 and #F5FBE3 with #E3F5FB are triadic colors.

2 #FBF5E3 and #F5E3FB with #E3F5FB are triadic colors.