COLOR #E6EDFD

HEX: #E6EDFD RGB: (230,237,253)

Color info

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

RGB color model

#E6EDFD color RGB value is (230,237,253).

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

RGB channels and saturation

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

230
237
253

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 253 = 720 (100%)
R 230 of 720 ~ 31.94%
G 237 of 720 ~ 32.92%
B 253 of 720 ~ 35.14'%

%31.94
%32.92
%35.14

CMYK color model

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

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

CMYK percentages

%9.09
%6.32
%0
%0.78

Codes

Color #E6EDFD in popluar color models

E6 ED FD
RGB 230 237 253
HSL 222° 85.19% 94.71%
HSB/HSV 222° 9.09% 99.22%
CMYK 9.09% 6.32% 0.00%
0.78%

Color #E6EDFD in popluar number systems.

HEX E6 ED FD
Decimal 230 237 253
Binary 11100110 11101101 11111101
Octal 346 355 375

Shades and tints

Shades of #E6EDFD

#E6EDFD
(230,237,253)
#D2D8E6
(210,216,230)
#BEC3CF
(190,195,207)
#AAAEB8
(170,174,184)
#9699A1
(150,153,161)
#82848A
(130,132,138)
#6E6F73
(110,111,115)
#5A5A5C
(90,90,92)
#464545
(70,69,69)
#32302E
(50,48,46)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6EDFD

#E6EDFD
(230,237,253)
#E8EEFD
(232,238,253)
#EAEFFD
(234,239,253)
#ECF0FD
(236,240,253)
#EEF1FD
(238,241,253)
#F0F2FD
(240,242,253)
#F2F3FD
(242,243,253)
#F4F4FD
(244,244,253)
#F6F5FD
(246,245,253)
#F8F6FD
(248,246,253)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDFD; }

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

This text font color is #E6EDFD.

Background Color

.myBgColor { background-color: #E6EDFD; }

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

This div background color is #E6EDFD.

Border color

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

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

This div border color is #E6EDFD.

Opacity

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

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

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

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

This text has shadow with #E6EDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDFD.

Preview

Color preview on black background

This text has color #E6EDFD on black background.


Color preview on white background

This text has color #E6EDFD on white background.


Black color preview on #E6EDFD background

This text has black color on #E6EDFD background.


White color preview on #E6EDFD background

This text has white color on #E6EDFD background.


Related colors

Complementary color

Complementary color for #hex is #191202.


I love getcolorcode.com

Triadic colors

1 #FDE6ED and #EDFDE6 with #E6EDFD are triadic colors.

2 #FDEDE6 and #EDE6FD with #E6EDFD are triadic colors.