COLOR #E6F1FA

HEX: #E6F1FA
RGB: (230,241,250)

Color info

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

RGB color model

#E6F1FA color RGB value is (230,241,250).

  • red value is 230;
  • green value is 241;
  • blue value is 250.
RGB:
(230,241,250)
(90%,95%,98%)

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 250 of 255 = 98%

230
241
250

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

Portions of RGB colors in percentages

R + G + B =
230 + 241 + 250 = 721 (100%)
R 230 of 721 ~ 31.9%
G 241 of 721 ~ 33.43%
B 250 of 721 ~ 34.67%

%31.9
%33.43
%34.67

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,4,0,2)
C8M4Y0K2 
(8%,4%,0%,2%)
(0.08/0.04/0.00/0.02)	

CMYK percentages

%8
%3.6
%0
%1.96

Codes

Color #E6F1FA in popluar color models

E6F1FA
RGB230241250
HSL207°66.67%94.12%
HSB/HSV207°8.00%98.04%
CMYK8.00%3.60%0.00%
1.96%

Color #E6F1FA in popluar number systems.

HEXE6F1FA
Decimal230241250
Binary111001101111000111111010
Octal346361372

Shades and tints

Shades of #E6F1FA

#E6F1FA
(230,241,250)
#D2DCE4
(210,220,228)
#BEC7CE
(190,199,206)
#AAB2B8
(170,178,184)
#969DA2
(150,157,162)
#82888C
(130,136,140)
#6E7376
(110,115,118)
#5A5E60
(90,94,96)
#46494A
(70,73,74)
#323434
(50,52,52)
#1E1F1E
(30,31,30)
#000000
(0,0,0)

Tints of #E6F1FA

#E6F1FA
(230,241,250)
#E8F2FA
(232,242,250)
#EAF3FA
(234,243,250)
#ECF4FA
(236,244,250)
#EEF5FA
(238,245,250)
#F0F6FA
(240,246,250)
#F2F7FA
(242,247,250)
#F4F8FA
(244,248,250)
#F6F9FA
(246,249,250)
#F8FAFA
(248,250,250)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1FA; }

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

This text font color is #E6F1FA.


Background Color

.myBgColor { background-color: #E6F1FA; }

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

This div background color is #E6F1FA.


Border color

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

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

This div border color is #E6F1FA.


Opacity

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

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

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

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

This text has shadow with #E6F1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1FA on black background.


Color preview on white background

This text has color #E6F1FA on white background.



Black color preview on #E6F1FA background

This text has black color on #E6F1FA background.


White color preview on #E6F1FA background

This text has white color on #E6F1FA background.