COLOR #E6ECFF

HEX: #E6ECFF
RGB: (230,236,255)

Color info

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

RGB color model

#E6ECFF color RGB value is (230,236,255).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 255 of 255 = 100%

230
236
255

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 255 = 721 (100%)
R 230 of 721 ~ 31.9%
G 236 of 721 ~ 32.73%
B 255 of 721 ~ 35.37%

%31.9
%32.73
%35.37

CMYK color model

#E6ECFF color CMYK value is (10,7,0,0).

  • cyan value is 9.80%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,7,0,0)
C10M7Y0K0 
(10%,7%,0%,0%)
(0.10/0.07/0.00/0.00)	

CMYK percentages

%9.8
%7.45
%0
%0

Codes

Color #E6ECFF in popluar color models

E6ECFF
RGB230236255
HSL226°100.00%95.10%
HSB/HSV226°9.80%100.00%
CMYK9.80%7.45%0.00%
0.00%

Color #E6ECFF in popluar number systems.

HEXE6ECFF
Decimal230236255
Binary111001101110110011111111
Octal346354377

Shades and tints

Shades of #E6ECFF

#E6ECFF
(230,236,255)
#D2D7E8
(210,215,232)
#BEC2D1
(190,194,209)
#AAADBA
(170,173,186)
#9698A3
(150,152,163)
#82838C
(130,131,140)
#6E6E75
(110,110,117)
#5A595E
(90,89,94)
#464447
(70,68,71)
#322F30
(50,47,48)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #E6ECFF

#E6ECFF
(230,236,255)
#E8EDFF
(232,237,255)
#EAEEFF
(234,238,255)
#ECEFFF
(236,239,255)
#EEF0FF
(238,240,255)
#F0F1FF
(240,241,255)
#F2F2FF
(242,242,255)
#F4F3FF
(244,243,255)
#F6F4FF
(246,244,255)
#F8F5FF
(248,245,255)
#FAF6FF
(250,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECFF; }

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

This text font color is #E6ECFF.


Background Color

.myBgColor { background-color: #E6ECFF; }

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

This div background color is #E6ECFF.


Border color

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

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

This div border color is #E6ECFF.


Opacity

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

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

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

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

This text has shadow with #E6ECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECFF on black background.


Color preview on white background

This text has color #E6ECFF on white background.



Black color preview on #E6ECFF background

This text has black color on #E6ECFF background.


White color preview on #E6ECFF background

This text has white color on #E6ECFF background.