COLOR #E6FAEE

HEX: #E6FAEE
RGB: (230,250,238)

Color info

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

RGB color model

#E6FAEE color RGB value is (230,250,238).

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

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 238 of 255 = 93%

230
250
238

R + G + B ~ 94%. #E6FAEE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 238 = 718 (100%)
R 230 of 718 ~ 32.03%
G 250 of 718 ~ 34.82%
B 238 of 718 ~ 33.15%

%32.03
%34.82
%33.15

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(8,0,5,2)
C8M0Y5K2 
(8%,0%,5%,2%)
(0.08/0.00/0.05/0.02)	

CMYK percentages

%8
%0
%4.8
%1.96

Codes

Color #E6FAEE in popluar color models

E6FAEE
RGB230250238
HSL144°66.67%94.12%
HSB/HSV144°8.00%98.04%
CMYK8.00%0.00%4.80%
1.96%

Color #E6FAEE in popluar number systems.

HEXE6FAEE
Decimal230250238
Binary111001101111101011101110
Octal346372356

Shades and tints

Shades of #E6FAEE

#E6FAEE
(230,250,238)
#D2E4D9
(210,228,217)
#BECEC4
(190,206,196)
#AAB8AF
(170,184,175)
#96A29A
(150,162,154)
#828C85
(130,140,133)
#6E7670
(110,118,112)
#5A605B
(90,96,91)
#464A46
(70,74,70)
#323431
(50,52,49)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #E6FAEE

#E6FAEE
(230,250,238)
#E8FAEF
(232,250,239)
#EAFAF0
(234,250,240)
#ECFAF1
(236,250,241)
#EEFAF2
(238,250,242)
#F0FAF3
(240,250,243)
#F2FAF4
(242,250,244)
#F4FAF5
(244,250,245)
#F6FAF6
(246,250,246)
#F8FAF7
(248,250,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAEE; }

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

This text font color is #E6FAEE.


Background Color

.myBgColor { background-color: #E6FAEE; }

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

This div background color is #E6FAEE.


Border color

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

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

This div border color is #E6FAEE.


Opacity

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

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

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

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

This text has shadow with #E6FAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAEE on black background.


Color preview on white background

This text has color #E6FAEE on white background.



Black color preview on #E6FAEE background

This text has black color on #E6FAEE background.


White color preview on #E6FAEE background

This text has white color on #E6FAEE background.