COLOR #E6F3FF

HEX: #E6F3FF
RGB: (230,243,255)

Color info

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

RGB color model

#E6F3FF color RGB value is (230,243,255).

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

RGB channels and saturation

R 230 of 255 = 90%
G 243 of 255 = 95%
B 255 of 255 = 100%

230
243
255

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

Portions of RGB colors in percentages

R + G + B =
230 + 243 + 255 = 728 (100%)
R 230 of 728 ~ 31.59%
G 243 of 728 ~ 33.38%
B 255 of 728 ~ 35.03%

%31.59
%33.38
%35.03

CMYK color model

#E6F3FF color CMYK value is (10,5,0,0).

  • cyan value is 9.80%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,5,0,0)
C10M5Y0K0 
(10%,5%,0%,0%)
(0.10/0.05/0.00/0.00)	

CMYK percentages

%9.8
%4.71
%0
%0

Codes

Color #E6F3FF in popluar color models

E6F3FF
RGB230243255
HSL209°100.00%95.10%
HSB/HSV209°9.80%100.00%
CMYK9.80%4.71%0.00%
0.00%

Color #E6F3FF in popluar number systems.

HEXE6F3FF
Decimal230243255
Binary111001101111001111111111
Octal346363377

Shades and tints

Shades of #E6F3FF

#E6F3FF
(230,243,255)
#D2DDE8
(210,221,232)
#BEC7D1
(190,199,209)
#AAB1BA
(170,177,186)
#969BA3
(150,155,163)
#82858C
(130,133,140)
#6E6F75
(110,111,117)
#5A595E
(90,89,94)
#464347
(70,67,71)
#322D30
(50,45,48)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6F3FF

#E6F3FF
(230,243,255)
#E8F4FF
(232,244,255)
#EAF5FF
(234,245,255)
#ECF6FF
(236,246,255)
#EEF7FF
(238,247,255)
#F0F8FF
(240,248,255)
#F2F9FF
(242,249,255)
#F4FAFF
(244,250,255)
#F6FBFF
(246,251,255)
#F8FCFF
(248,252,255)
#FAFDFF
(250,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3FF; }

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

This text font color is #E6F3FF.


Background Color

.myBgColor { background-color: #E6F3FF; }

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

This div background color is #E6F3FF.


Border color

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

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

This div border color is #E6F3FF.


Opacity

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

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

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

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

This text has shadow with #E6F3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3FF on black background.


Color preview on white background

This text has color #E6F3FF on white background.



Black color preview on #E6F3FF background

This text has black color on #E6F3FF background.


White color preview on #E6F3FF background

This text has white color on #E6F3FF background.