COLOR #E6EDFE

HEX: #E6EDFE
RGB: (230,237,254)

Color info

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

RGB color model

#E6EDFE color RGB value is (230,237,254).

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

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 254 of 255 = 100%

230
237
254

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 254 = 721 (100%)
R 230 of 721 ~ 31.9%
G 237 of 721 ~ 32.87%
B 254 of 721 ~ 35.23%

%31.9
%32.87
%35.23

CMYK color model

#E6EDFE color CMYK value is (9,7,0,0).

  • cyan value is 9.45%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(9,7,0,0)
C9M7Y0K0 
(9%,7%,0%,0%)
(0.09/0.07/0.00/0.00)	

CMYK percentages

%9.45
%6.69
%0
%0.39

Codes

Color #E6EDFE in popluar color models

E6EDFE
RGB230237254
HSL223°92.31%94.90%
HSB/HSV223°9.45%99.61%
CMYK9.45%6.69%0.00%
0.39%

Color #E6EDFE in popluar number systems.

HEXE6EDFE
Decimal230237254
Binary111001101110110111111110
Octal346355376

Shades and tints

Shades of #E6EDFE

#E6EDFE
(230,237,254)
#D2D8E7
(210,216,231)
#BEC3D0
(190,195,208)
#AAAEB9
(170,174,185)
#9699A2
(150,153,162)
#82848B
(130,132,139)
#6E6F74
(110,111,116)
#5A5A5D
(90,90,93)
#464546
(70,69,70)
#32302F
(50,48,47)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6EDFE

#E6EDFE
(230,237,254)
#E8EEFE
(232,238,254)
#EAEFFE
(234,239,254)
#ECF0FE
(236,240,254)
#EEF1FE
(238,241,254)
#F0F2FE
(240,242,254)
#F2F3FE
(242,243,254)
#F4F4FE
(244,244,254)
#F6F5FE
(246,245,254)
#F8F6FE
(248,246,254)
#FAF7FE
(250,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDFE; }

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

This text font color is #E6EDFE.


Background Color

.myBgColor { background-color: #E6EDFE; }

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

This div background color is #E6EDFE.


Border color

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

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

This div border color is #E6EDFE.


Opacity

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

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

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

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

This text has shadow with #E6EDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDFE on black background.


Color preview on white background

This text has color #E6EDFE on white background.



Black color preview on #E6EDFE background

This text has black color on #E6EDFE background.


White color preview on #E6EDFE background

This text has white color on #E6EDFE background.