COLOR #E6F6FA

HEX: #E6F6FA RGB: (230,246,250)

Color info

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

RGB color model

#E6F6FA color RGB value is (230,246,250).

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

RGB channels and saturation

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

230
246
250

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

Portions of RGB colors in percentages

R + G + B = 230 + 246 + 250 = 726 (100%)
R 230 of 726 ~ 31.68%
G 246 of 726 ~ 33.88%
B 250 of 726 ~ 34.44'%

%31.68
%33.88
%34.44

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 1.60%
  • 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
%1.6
%0
%1.96

Codes

Color #E6F6FA in popluar color models

E6 F6 FA
RGB 230 246 250
HSL 192° 66.67% 94.12%
HSB/HSV 192° 8.00% 98.04%
CMYK 8.00% 1.60% 0.00%
1.96%

Color #E6F6FA in popluar number systems.

HEX E6 F6 FA
Decimal 230 246 250
Binary 11100110 11110110 11111010
Octal 346 366 372

Shades and tints

Shades of #E6F6FA

#E6F6FA
(230,246,250)
#D2E0E4
(210,224,228)
#BECACE
(190,202,206)
#AAB4B8
(170,180,184)
#969EA2
(150,158,162)
#82888C
(130,136,140)
#6E7276
(110,114,118)
#5A5C60
(90,92,96)
#46464A
(70,70,74)
#323034
(50,48,52)
#1E1A1E
(30,26,30)
#000000
(0,0,0)

Tints of #E6F6FA

#E6F6FA
(230,246,250)
#E8F6FA
(232,246,250)
#EAF6FA
(234,246,250)
#ECF6FA
(236,246,250)
#EEF6FA
(238,246,250)
#F0F6FA
(240,246,250)
#F2F6FA
(242,246,250)
#F4F6FA
(244,246,250)
#F6F6FA
(246,246,250)
#F8F6FA
(248,246,250)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6FA; }

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

This text font color is #E6F6FA.

Background Color

.myBgColor { background-color: #E6F6FA; }

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

This div background color is #E6F6FA.

Border color

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

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

This div border color is #E6F6FA.

Opacity

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

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

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

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

This text has shadow with #E6F6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F6FA.

Preview

Color preview on black background

This text has color #E6F6FA on black background.


Color preview on white background

This text has color #E6F6FA on white background.


Black color preview on #E6F6FA background

This text has black color on #E6F6FA background.


White color preview on #E6F6FA background

This text has white color on #E6F6FA background.


Related colors

Complementary color

Complementary color for #hex is #190905.


I love getcolorcode.com

Triadic colors

1 #FAE6F6 and #F6FAE6 with #E6F6FA are triadic colors.

2 #FAF6E6 and #F6E6FA with #E6F6FA are triadic colors.