COLOR #E6F4F9

HEX: #E6F4F9
RGB: (230,244,249)

Color info

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

RGB color model

#E6F4F9 color RGB value is (230,244,249).

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

RGB channels and saturation

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

230
244
249

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

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 249 = 723 (100%)
R 230 of 723 ~ 31.81%
G 244 of 723 ~ 33.75%
B 249 of 723 ~ 34.44%

%31.81
%33.75
%34.44

CMYK color model

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

  • cyan value is 7.63%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,2,0,2)
C8M2Y0K2 
(8%,2%,0%,2%)
(0.08/0.02/0.00/0.02)	

CMYK percentages

%7.63
%2.01
%0
%2.35

Codes

Color #E6F4F9 in popluar color models

E6F4F9
RGB230244249
HSL196°61.29%93.92%
HSB/HSV196°7.63%97.65%
CMYK7.63%2.01%0.00%
2.35%

Color #E6F4F9 in popluar number systems.

HEXE6F4F9
Decimal230244249
Binary111001101111010011111001
Octal346364371

Shades and tints

Shades of #E6F4F9

#E6F4F9
(230,244,249)
#D2DEE3
(210,222,227)
#BEC8CD
(190,200,205)
#AAB2B7
(170,178,183)
#969CA1
(150,156,161)
#82868B
(130,134,139)
#6E7075
(110,112,117)
#5A5A5F
(90,90,95)
#464449
(70,68,73)
#322E33
(50,46,51)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #E6F4F9

#E6F4F9
(230,244,249)
#E8F5F9
(232,245,249)
#EAF6F9
(234,246,249)
#ECF7F9
(236,247,249)
#EEF8F9
(238,248,249)
#F0F9F9
(240,249,249)
#F2FAF9
(242,250,249)
#F4FBF9
(244,251,249)
#F6FCF9
(246,252,249)
#F8FDF9
(248,253,249)
#FAFEF9
(250,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F4F9; }

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

This text font color is #E6F4F9.


Background Color

.myBgColor { background-color: #E6F4F9; }

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

This div background color is #E6F4F9.


Border color

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

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

This div border color is #E6F4F9.


Opacity

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

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

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

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

This text has shadow with #E6F4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4F9 on black background.


Color preview on white background

This text has color #E6F4F9 on white background.



Black color preview on #E6F4F9 background

This text has black color on #E6F4F9 background.


White color preview on #E6F4F9 background

This text has white color on #E6F4F9 background.