COLOR #E6F4FB

HEX: #E6F4FB
RGB: (230,244,251)

Color info

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

RGB color model

#E6F4FB color RGB value is (230,244,251).

  • red value is 230;
  • green value is 244;
  • blue value is 251.
RGB:
(230,244,251)
(90%,96%,98%)

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 251 of 255 = 98%

230
244
251

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

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 251 = 725 (100%)
R 230 of 725 ~ 31.72%
G 244 of 725 ~ 33.66%
B 251 of 725 ~ 34.62%

%31.72
%33.66
%34.62

CMYK color model

#E6F4FB color CMYK value is (8,3,0,2).

  • cyan value is 8.37%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,3,0,2)
C8M3Y0K2 
(8%,3%,0%,2%)
(0.08/0.03/0.00/0.02)	

CMYK percentages

%8.37
%2.79
%0
%1.57

Codes

Color #E6F4FB in popluar color models

E6F4FB
RGB230244251
HSL200°72.41%94.31%
HSB/HSV200°8.37%98.43%
CMYK8.37%2.79%0.00%
1.57%

Color #E6F4FB in popluar number systems.

HEXE6F4FB
Decimal230244251
Binary111001101111010011111011
Octal346364373

Shades and tints

Shades of #E6F4FB

#E6F4FB
(230,244,251)
#D2DEE5
(210,222,229)
#BEC8CF
(190,200,207)
#AAB2B9
(170,178,185)
#969CA3
(150,156,163)
#82868D
(130,134,141)
#6E7077
(110,112,119)
#5A5A61
(90,90,97)
#46444B
(70,68,75)
#322E35
(50,46,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #E6F4FB

#E6F4FB
(230,244,251)
#E8F5FB
(232,245,251)
#EAF6FB
(234,246,251)
#ECF7FB
(236,247,251)
#EEF8FB
(238,248,251)
#F0F9FB
(240,249,251)
#F2FAFB
(242,250,251)
#F4FBFB
(244,251,251)
#F6FCFB
(246,252,251)
#F8FDFB
(248,253,251)
#FAFEFB
(250,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4FB color. Also use rgb(230,244,251) instead hex code.

Text Font Color

.myTextColor { color: #E6F4FB; }

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

This text font color is #E6F4FB.


Background Color

.myBgColor { background-color: #E6F4FB; }

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

This div background color is #E6F4FB.


Border color

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

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

This div border color is #E6F4FB.


Opacity

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

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

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

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

This text has shadow with #E6F4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4FB on black background.


Color preview on white background

This text has color #E6F4FB on white background.



Black color preview on #E6F4FB background

This text has black color on #E6F4FB background.


White color preview on #E6F4FB background

This text has white color on #E6F4FB background.