COLOR #E6FAFF

HEX: #E6FAFF
RGB: (230,250,255)

Color info

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

RGB color model

#E6FAFF color RGB value is (230,250,255).

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

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 255 of 255 = 100%

230
250
255

R + G + B ~ 96%. #E6FAFF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 255 = 735 (100%)
R 230 of 735 ~ 31.29%
G 250 of 735 ~ 34.01%
B 255 of 735 ~ 34.69%

%31.29
%34.01
%34.69

CMYK color model

#E6FAFF color CMYK value is (10,2,0,0).

  • cyan value is 9.80%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,2,0,0)
C10M2Y0K0 
(10%,2%,0%,0%)
(0.10/0.02/0.00/0.00)	

CMYK percentages

%9.8
%1.96
%0
%0

Codes

Color #E6FAFF in popluar color models

E6FAFF
RGB230250255
HSL192°100.00%95.10%
HSB/HSV192°9.80%100.00%
CMYK9.80%1.96%0.00%
0.00%

Color #E6FAFF in popluar number systems.

HEXE6FAFF
Decimal230250255
Binary111001101111101011111111
Octal346372377

Shades and tints

Shades of #E6FAFF

#E6FAFF
(230,250,255)
#D2E4E8
(210,228,232)
#BECED1
(190,206,209)
#AAB8BA
(170,184,186)
#96A2A3
(150,162,163)
#828C8C
(130,140,140)
#6E7675
(110,118,117)
#5A605E
(90,96,94)
#464A47
(70,74,71)
#323430
(50,52,48)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6FAFF

#E6FAFF
(230,250,255)
#E8FAFF
(232,250,255)
#EAFAFF
(234,250,255)
#ECFAFF
(236,250,255)
#EEFAFF
(238,250,255)
#F0FAFF
(240,250,255)
#F2FAFF
(242,250,255)
#F4FAFF
(244,250,255)
#F6FAFF
(246,250,255)
#F8FAFF
(248,250,255)
#FAFAFF
(250,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAFF; }

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

This text font color is #E6FAFF.


Background Color

.myBgColor { background-color: #E6FAFF; }

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

This div background color is #E6FAFF.


Border color

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

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

This div border color is #E6FAFF.


Opacity

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

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

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

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

This text has shadow with #E6FAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAFF on black background.


Color preview on white background

This text has color #E6FAFF on white background.



Black color preview on #E6FAFF background

This text has black color on #E6FAFF background.


White color preview on #E6FAFF background

This text has white color on #E6FAFF background.