COLOR #E6ECFD

HEX: #E6ECFD
RGB: (230,236,253)

Color info

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

RGB color model

#E6ECFD color RGB value is (230,236,253).

  • red value is 230;
  • green value is 236;
  • blue value is 253.
RGB:
(230,236,253)
(90%,93%,99%)

RGB channels and saturation

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

230
236
253

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 253 = 719 (100%)
R 230 of 719 ~ 31.99%
G 236 of 719 ~ 32.82%
B 253 of 719 ~ 35.19%

%31.99
%32.82
%35.19

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,7,0,1)
C9M7Y0K1 
(9%,7%,0%,1%)
(0.09/0.07/0.00/0.01)	

CMYK percentages

%9.09
%6.72
%0
%0.78

Codes

Color #E6ECFD in popluar color models

E6ECFD
RGB230236253
HSL224°85.19%94.71%
HSB/HSV224°9.09%99.22%
CMYK9.09%6.72%0.00%
0.78%

Color #E6ECFD in popluar number systems.

HEXE6ECFD
Decimal230236253
Binary111001101110110011111101
Octal346354375

Shades and tints

Shades of #E6ECFD

#E6ECFD
(230,236,253)
#D2D7E6
(210,215,230)
#BEC2CF
(190,194,207)
#AAADB8
(170,173,184)
#9698A1
(150,152,161)
#82838A
(130,131,138)
#6E6E73
(110,110,115)
#5A595C
(90,89,92)
#464445
(70,68,69)
#322F2E
(50,47,46)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6ECFD

#E6ECFD
(230,236,253)
#E8EDFD
(232,237,253)
#EAEEFD
(234,238,253)
#ECEFFD
(236,239,253)
#EEF0FD
(238,240,253)
#F0F1FD
(240,241,253)
#F2F2FD
(242,242,253)
#F4F3FD
(244,243,253)
#F6F4FD
(246,244,253)
#F8F5FD
(248,245,253)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECFD; }

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

This text font color is #E6ECFD.


Background Color

.myBgColor { background-color: #E6ECFD; }

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

This div background color is #E6ECFD.


Border color

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

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

This div border color is #E6ECFD.


Opacity

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

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

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

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

This text has shadow with #E6ECFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECFD on black background.


Color preview on white background

This text has color #E6ECFD on white background.



Black color preview on #E6ECFD background

This text has black color on #E6ECFD background.


White color preview on #E6ECFD background

This text has white color on #E6ECFD background.