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