HEX: #E6ECFC
RGB: (230,236,252)
#E6ECFC contains red, green and blue colors in about the same proportion. Web safe color of #E6ECFC is #CCFFFF (or #CFF).
#E6ECFC color RGB value is (230,236,252).
RGB: (230,236,252)
(90%, 93%, 99%)
R 230 of 255 = 90%
G 236 of 255 = 93%
B 252 of 255 = 99%
R + G + B ~ 94%. #E6ECFC is light color.
R + G + B = 230 + 236 + 252 = 718 (100%)
R 230 of 718 ~ 32.03%
G 236 of 718 ~ 32.87%
B 252 of 718 ~ 35.1'%
#E6ECFC color CMYK value is (9,6,0,1).
CMYK: (9,6,0,1)
C9M6Y0K1 (9%, 6%, 0%, 1%)
(0.09 / 0.06 / 0.00 / 0.01)
Color #E6ECFC in popluar color models
E6 | EC | FC | |
---|---|---|---|
RGB | 230 | 236 | 252 |
HSL | 224° | 78.57% | 94.51% |
HSB/HSV | 224° | 8.73% | 98.82% |
CMYK | 8.73% | 6.35% | 0.00% |
1.18% |
Color #E6ECFC in popluar number systems.
HEX | E6 | EC | FC |
Decimal | 230 | 236 | 252 |
Binary | 11100110 | 11101100 | 11111100 |
Octal | 346 | 354 | 374 |
Shades of #E6ECFC
Tints of #E6ECFC
Examples of css and html codes for elements with #E6ECFC color. Also use rgb(230,236,252) instead hex code.
.myTextColor { color: #E6ECFC; }
<p style="color:#E6ECFC">This sample text font color is #E6ECFC.</p>
This text font color is #E6ECFC.
.myBgColor { background-color: #E6ECFC; }
<div style="background-color:#E6ECFC">Inner text</div>
This div background color is #E6ECFC.
.myBorderColor { border: 1px solid #E6ECFC; }
<div style="border:3px solid #E6ECFC">Div</div>
This div border color is #E6ECFC.
.myOpacity80 { color: #E6ECFC; opacity: 0.8; }
<p style="color:#E6ECFC;opacity:0.8;">80%</p>
Text with #E6ECFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6ECFC;}
<p style="text-shadow: 3px 3px 1px #E6ECFC">Text here.</p>
This text has shadow with #E6ECFC color.
.textShadow {text-shadow: 3px 3px 1px #E6ECFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6ECFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6ECFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6ECFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6ECFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6ECFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6ECFC;
-webkit-box-shadow: 1px 1px 3px 2px #E6ECFC;
box-shadow: 1px 1px 3px 2px #E6ECFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6ECFC; -webkit-box-shadow: 1px 1px 3px 2px #E6ECFC; box-shadow:1px 1px 3px 2px #E6ECFC;">
Div content here
</div>
This text has color #E6ECFC on black background.
This text has color #E6ECFC on white background.
This text has black color on #E6ECFC background.
This text has white color on #E6ECFC background.
Complementary color for #hex is #191303.