COLOR #E6EDFC

HEX: #E6EDFC RGB: (230,237,252)

Color info

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

RGB color model

#E6EDFC color RGB value is (230,237,252).

RGB: (230,237,252) (90%, 93%, 99%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 252 of 255 = 99%

230
237
252

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 252 = 719 (100%)
R 230 of 719 ~ 31.99%
G 237 of 719 ~ 32.96%
B 252 of 719 ~ 35.05'%

%31.99
%32.96
%35.05

CMYK color model

#E6EDFC color CMYK value is (9,6,0,1).

  • cyan value is 8.73%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (9,6,0,1) C9M6Y0K1 (9%,6%,0%,1%) (0.09/0.06/0.00/0.01) 

CMYK percentages

%8.73
%5.95
%0
%1.18

Codes

Color #E6EDFC in popluar color models

E6 ED FC
RGB 230 237 252
HSL 221° 78.57% 94.51%
HSB/HSV 221° 8.73% 98.82%
CMYK 8.73% 5.95% 0.00%
1.18%

Color #E6EDFC in popluar number systems.

HEX E6 ED FC
Decimal 230 237 252
Binary 11100110 11101101 11111100
Octal 346 355 374

Shades and tints

Shades of #E6EDFC

#E6EDFC
(230,237,252)
#D2D8E6
(210,216,230)
#BEC3D0
(190,195,208)
#AAAEBA
(170,174,186)
#9699A4
(150,153,164)
#82848E
(130,132,142)
#6E6F78
(110,111,120)
#5A5A62
(90,90,98)
#46454C
(70,69,76)
#323036
(50,48,54)
#1E1B20
(30,27,32)
#000000
(0,0,0)

Tints of #E6EDFC

#E6EDFC
(230,237,252)
#E8EEFC
(232,238,252)
#EAEFFC
(234,239,252)
#ECF0FC
(236,240,252)
#EEF1FC
(238,241,252)
#F0F2FC
(240,242,252)
#F2F3FC
(242,243,252)
#F4F4FC
(244,244,252)
#F6F5FC
(246,245,252)
#F8F6FC
(248,246,252)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDFC; }

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

This text font color is #E6EDFC.

Background Color

.myBgColor { background-color: #E6EDFC; }

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

This div background color is #E6EDFC.

Border color

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

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

This div border color is #E6EDFC.

Opacity

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

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

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

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

This text has shadow with #E6EDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDFC.

Preview

Color preview on black background

This text has color #E6EDFC on black background.


Color preview on white background

This text has color #E6EDFC on white background.


Black color preview on #E6EDFC background

This text has black color on #E6EDFC background.


White color preview on #E6EDFC background

This text has white color on #E6EDFC background.


Related colors

Complementary color

Complementary color for #hex is #191203.


I love getcolorcode.com

Triadic colors

1 #FCE6ED and #EDFCE6 with #E6EDFC are triadic colors.

2 #FCEDE6 and #EDE6FC with #E6EDFC are triadic colors.