COLOR #E6F4FF

HEX: #E6F4FF
RGB: (230,244,255)

Color info

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

RGB color model

#E6F4FF color RGB value is (230,244,255).

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

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 255 of 255 = 100%

230
244
255

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

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 255 = 729 (100%)
R 230 of 729 ~ 31.55%
G 244 of 729 ~ 33.47%
B 255 of 729 ~ 34.98%

%31.55
%33.47
%34.98

CMYK color model

#E6F4FF color CMYK value is (10,4,0,0).

  • cyan value is 9.80%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,4,0,0)
C10M4Y0K0 
(10%,4%,0%,0%)
(0.10/0.04/0.00/0.00)	

CMYK percentages

%9.8
%4.31
%0
%0

Codes

Color #E6F4FF in popluar color models

E6F4FF
RGB230244255
HSL206°100.00%95.10%
HSB/HSV206°9.80%100.00%
CMYK9.80%4.31%0.00%
0.00%

Color #E6F4FF in popluar number systems.

HEXE6F4FF
Decimal230244255
Binary111001101111010011111111
Octal346364377

Shades and tints

Shades of #E6F4FF

#E6F4FF
(230,244,255)
#D2DEE8
(210,222,232)
#BEC8D1
(190,200,209)
#AAB2BA
(170,178,186)
#969CA3
(150,156,163)
#82868C
(130,134,140)
#6E7075
(110,112,117)
#5A5A5E
(90,90,94)
#464447
(70,68,71)
#322E30
(50,46,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6F4FF

#E6F4FF
(230,244,255)
#E8F5FF
(232,245,255)
#EAF6FF
(234,246,255)
#ECF7FF
(236,247,255)
#EEF8FF
(238,248,255)
#F0F9FF
(240,249,255)
#F2FAFF
(242,250,255)
#F4FBFF
(244,251,255)
#F6FCFF
(246,252,255)
#F8FDFF
(248,253,255)
#FAFEFF
(250,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F4FF; }

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

This text font color is #E6F4FF.


Background Color

.myBgColor { background-color: #E6F4FF; }

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

This div background color is #E6F4FF.


Border color

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

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

This div border color is #E6F4FF.


Opacity

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

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

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

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

This text has shadow with #E6F4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4FF on black background.


Color preview on white background

This text has color #E6F4FF on white background.



Black color preview on #E6F4FF background

This text has black color on #E6F4FF background.


White color preview on #E6F4FF background

This text has white color on #E6F4FF background.