COLOR #E6F4FA

HEX: #E6F4FA RGB: (230,244,250)

Color info

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

RGB color model

#E6F4FA color RGB value is (230,244,250).

RGB: (230,244,250) (90%, 96%, 98%)

RGB channels and saturation

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

230
244
250

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

Portions of RGB colors in percentages

R + G + B = 230 + 244 + 250 = 724 (100%)
R 230 of 724 ~ 31.77%
G 244 of 724 ~ 33.7%
B 250 of 724 ~ 34.53'%

%31.77
%33.7
%34.53

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (8,2,0,2) C8M2Y0K2 (8%,2%,0%,2%) (0.08/0.02/0.00/0.02) 

CMYK percentages

%8
%2.4
%0
%1.96

Codes

Color #E6F4FA in popluar color models

E6 F4 FA
RGB 230 244 250
HSL 198° 66.67% 94.12%
HSB/HSV 198° 8.00% 98.04%
CMYK 8.00% 2.40% 0.00%
1.96%

Color #E6F4FA in popluar number systems.

HEX E6 F4 FA
Decimal 230 244 250
Binary 11100110 11110100 11111010
Octal 346 364 372

Shades and tints

Shades of #E6F4FA

#E6F4FA
(230,244,250)
#D2DEE4
(210,222,228)
#BEC8CE
(190,200,206)
#AAB2B8
(170,178,184)
#969CA2
(150,156,162)
#82868C
(130,134,140)
#6E7076
(110,112,118)
#5A5A60
(90,90,96)
#46444A
(70,68,74)
#322E34
(50,46,52)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #E6F4FA

#E6F4FA
(230,244,250)
#E8F5FA
(232,245,250)
#EAF6FA
(234,246,250)
#ECF7FA
(236,247,250)
#EEF8FA
(238,248,250)
#F0F9FA
(240,249,250)
#F2FAFA
(242,250,250)
#F4FBFA
(244,251,250)
#F6FCFA
(246,252,250)
#F8FDFA
(248,253,250)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F4FA; }

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

This text font color is #E6F4FA.

Background Color

.myBgColor { background-color: #E6F4FA; }

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

This div background color is #E6F4FA.

Border color

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

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

This div border color is #E6F4FA.

Opacity

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

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

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

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

This text has shadow with #E6F4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F4FA.

Preview

Color preview on black background

This text has color #E6F4FA on black background.


Color preview on white background

This text has color #E6F4FA on white background.


Black color preview on #E6F4FA background

This text has black color on #E6F4FA background.


White color preview on #E6F4FA background

This text has white color on #E6F4FA background.


Related colors

Complementary color

Complementary color for #hex is #190B05.


I love getcolorcode.com

Triadic colors

1 #FAE6F4 and #F4FAE6 with #E6F4FA are triadic colors.

2 #FAF4E6 and #F4E6FA with #E6F4FA are triadic colors.