COLOR #E6FAED

HEX: #E6FAED
RGB: (230,250,237)

Color info

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

RGB color model

#E6FAED color RGB value is (230,250,237).

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

RGB channels and saturation

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

230
250
237

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

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 237 = 717 (100%)
R 230 of 717 ~ 32.08%
G 250 of 717 ~ 34.87%
B 237 of 717 ~ 33.05%

%32.08
%34.87
%33.05

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • 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
%5.2
%1.96

Codes

Color #E6FAED in popluar color models

E6FAED
RGB230250237
HSL141°66.67%94.12%
HSB/HSV141°8.00%98.04%
CMYK8.00%0.00%5.20%
1.96%

Color #E6FAED in popluar number systems.

HEXE6FAED
Decimal230250237
Binary111001101111101011101101
Octal346372355

Shades and tints

Shades of #E6FAED

#E6FAED
(230,250,237)
#D2E4D8
(210,228,216)
#BECEC3
(190,206,195)
#AAB8AE
(170,184,174)
#96A299
(150,162,153)
#828C84
(130,140,132)
#6E766F
(110,118,111)
#5A605A
(90,96,90)
#464A45
(70,74,69)
#323430
(50,52,48)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #E6FAED

#E6FAED
(230,250,237)
#E8FAEE
(232,250,238)
#EAFAEF
(234,250,239)
#ECFAF0
(236,250,240)
#EEFAF1
(238,250,241)
#F0FAF2
(240,250,242)
#F2FAF3
(242,250,243)
#F4FAF4
(244,250,244)
#F6FAF5
(246,250,245)
#F8FAF6
(248,250,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAED; }

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

This text font color is #E6FAED.


Background Color

.myBgColor { background-color: #E6FAED; }

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

This div background color is #E6FAED.


Border color

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

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

This div border color is #E6FAED.


Opacity

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

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

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

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

This text has shadow with #E6FAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAED on black background.


Color preview on white background

This text has color #E6FAED on white background.



Black color preview on #E6FAED background

This text has black color on #E6FAED background.


White color preview on #E6FAED background

This text has white color on #E6FAED background.