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