COLOR #E6FAF8

HEX: #E6FAF8
RGB: (230,250,248)

Color info

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

RGB color model

#E6FAF8 color RGB value is (230,250,248).

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

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 248 of 255 = 97%

230
250
248

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

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 248 = 728 (100%)
R 230 of 728 ~ 31.59%
G 250 of 728 ~ 34.34%
B 248 of 728 ~ 34.07%

%31.59
%34.34
%34.07

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(8,0,1,2)
C8M0Y1K2 
(8%,0%,1%,2%)
(0.08/0.00/0.01/0.02)	

CMYK percentages

%8
%0
%0.8
%1.96

Codes

Color #E6FAF8 in popluar color models

E6FAF8
RGB230250248
HSL174°66.67%94.12%
HSB/HSV174°8.00%98.04%
CMYK8.00%0.00%0.80%
1.96%

Color #E6FAF8 in popluar number systems.

HEXE6FAF8
Decimal230250248
Binary111001101111101011111000
Octal346372370

Shades and tints

Shades of #E6FAF8

#E6FAF8
(230,250,248)
#D2E4E2
(210,228,226)
#BECECC
(190,206,204)
#AAB8B6
(170,184,182)
#96A2A0
(150,162,160)
#828C8A
(130,140,138)
#6E7674
(110,118,116)
#5A605E
(90,96,94)
#464A48
(70,74,72)
#323432
(50,52,50)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #E6FAF8

#E6FAF8
(230,250,248)
#E8FAF8
(232,250,248)
#EAFAF8
(234,250,248)
#ECFAF8
(236,250,248)
#EEFAF8
(238,250,248)
#F0FAF8
(240,250,248)
#F2FAF8
(242,250,248)
#F4FAF8
(244,250,248)
#F6FAF8
(246,250,248)
#F8FAF8
(248,250,248)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAF8; }

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

This text font color is #E6FAF8.


Background Color

.myBgColor { background-color: #E6FAF8; }

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

This div background color is #E6FAF8.


Border color

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

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

This div border color is #E6FAF8.


Opacity

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

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

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

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

This text has shadow with #E6FAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAF8 on black background.


Color preview on white background

This text has color #E6FAF8 on white background.



Black color preview on #E6FAF8 background

This text has black color on #E6FAF8 background.


White color preview on #E6FAF8 background

This text has white color on #E6FAF8 background.