COLOR #E6F8FA

HEX: #E6F8FA RGB: (230,248,250)

Color info

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

RGB color model

#E6F8FA color RGB value is (230,248,250).

RGB: (230,248,250) (90%, 97%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 250 of 255 = 98%

230
248
250

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

Portions of RGB colors in percentages

R + G + B = 230 + 248 + 250 = 728 (100%)
R 230 of 728 ~ 31.59%
G 248 of 728 ~ 34.07%
B 250 of 728 ~ 34.34'%

%31.59
%34.07
%34.34

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,1,0,2)
C8M1Y0K2 (8%, 1%, 0%, 2%)
(0.08 / 0.01 / 0.00 / 0.02)

CMYK percentages

%8
%0.8
%0
%1.96

Codes

Color #E6F8FA in popluar color models

E6 F8 FA
RGB 230 248 250
HSL 186° 66.67% 94.12%
HSB/HSV 186° 8.00% 98.04%
CMYK 8.00% 0.80% 0.00%
1.96%

Color #E6F8FA in popluar number systems.

HEX E6 F8 FA
Decimal 230 248 250
Binary 11100110 11111000 11111010
Octal 346 370 372

Shades and tints

Shades of #E6F8FA

#E6F8FA
(230,248,250)
#D2E2E4
(210,226,228)
#BECCCE
(190,204,206)
#AAB6B8
(170,182,184)
#96A0A2
(150,160,162)
#828A8C
(130,138,140)
#6E7476
(110,116,118)
#5A5E60
(90,94,96)
#46484A
(70,72,74)
#323234
(50,50,52)
#1E1C1E
(30,28,30)
#000000
(0,0,0)

Tints of #E6F8FA

#E6F8FA
(230,248,250)
#E8F8FA
(232,248,250)
#EAF8FA
(234,248,250)
#ECF8FA
(236,248,250)
#EEF8FA
(238,248,250)
#F0F8FA
(240,248,250)
#F2F8FA
(242,248,250)
#F4F8FA
(244,248,250)
#F6F8FA
(246,248,250)
#F8F8FA
(248,248,250)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F8FA; }

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

This text font color is #E6F8FA.

Background Color

.myBgColor { background-color: #E6F8FA; }

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

This div background color is #E6F8FA.

Border color

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

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

This div border color is #E6F8FA.

Opacity

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

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

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

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

This text has shadow with #E6F8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F8FA.

Preview

Color preview on black background

This text has color #E6F8FA on black background.


Color preview on white background

This text has color #E6F8FA on white background.


Black color preview on #E6F8FA background

This text has black color on #E6F8FA background.


White color preview on #E6F8FA background

This text has white color on #E6F8FA background.


Related colors

Complementary color

Complementary color for #hex is #190705.


I love getcolorcode.com

Triadic colors

1 #FAE6F8 and #F8FAE6 with #E6F8FA are triadic colors.

2 #FAF8E6 and #F8E6FA with #E6F8FA are triadic colors.