COLOR #E6EDFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

230
237
250

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

Portions of RGB colors in percentages

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

%32.08
%33.05
%34.87

CMYK color model

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

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

CMYK percentages

%8
%5.2
%0
%1.96

Codes

Color #E6EDFA in popluar color models

E6EDFA
RGB230237250
HSL219°66.67%94.12%
HSB/HSV219°8.00%98.04%
CMYK8.00%5.20%0.00%
1.96%

Color #E6EDFA in popluar number systems.

HEXE6EDFA
Decimal230237250
Binary111001101110110111111010
Octal346355372

Shades and tints

Shades of #E6EDFA

#E6EDFA
(230,237,250)
#D2D8E4
(210,216,228)
#BEC3CE
(190,195,206)
#AAAEB8
(170,174,184)
#9699A2
(150,153,162)
#82848C
(130,132,140)
#6E6F76
(110,111,118)
#5A5A60
(90,90,96)
#46454A
(70,69,74)
#323034
(50,48,52)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

Tints of #E6EDFA

#E6EDFA
(230,237,250)
#E8EEFA
(232,238,250)
#EAEFFA
(234,239,250)
#ECF0FA
(236,240,250)
#EEF1FA
(238,241,250)
#F0F2FA
(240,242,250)
#F2F3FA
(242,243,250)
#F4F4FA
(244,244,250)
#F6F5FA
(246,245,250)
#F8F6FA
(248,246,250)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDFA; }

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

This text font color is #E6EDFA.


Background Color

.myBgColor { background-color: #E6EDFA; }

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

This div background color is #E6EDFA.


Border color

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

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

This div border color is #E6EDFA.


Opacity

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

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

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

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

This text has shadow with #E6EDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDFA on black background.


Color preview on white background

This text has color #E6EDFA on white background.



Black color preview on #E6EDFA background

This text has black color on #E6EDFA background.


White color preview on #E6EDFA background

This text has white color on #E6EDFA background.