HEX: #C6DAFC
RGB: (198,218,252)
#C6DAFC contains red, green and blue colors in about the same proportion. Web safe color of #C6DAFC is #CCCCFF (or #CCF).
#C6DAFC color RGB value is (198,218,252).
RGB: (198,218,252)
(78%, 85%, 99%)
R 198 of 255 = 78%
G 218 of 255 = 85%
B 252 of 255 = 99%
R + G + B ~ 87%. #C6DAFC is light color.
R + G + B = 198 + 218 + 252 = 668 (100%)
R 198 of 668 ~ 29.64%
G 218 of 668 ~ 32.63%
B 252 of 668 ~ 37.72'%
#C6DAFC color CMYK value is (21,13,0,1).
CMYK: (21,13,0,1) C21M13Y0K1 (21%,13%,0%,1%) (0.21/0.13/0.00/0.01)
Color #C6DAFC in popluar color models
C6 | DA | FC | |
---|---|---|---|
RGB | 198 | 218 | 252 |
HSL | 218° | 90.00% | 88.24% |
HSB/HSV | 218° | 21.43% | 98.82% |
CMYK | 21.43% | 13.49% | 0.00% |
1.18% |
Color #C6DAFC in popluar number systems.
HEX | C6 | DA | FC |
Decimal | 198 | 218 | 252 |
Binary | 11000110 | 11011010 | 11111100 |
Octal | 306 | 332 | 374 |
Shades of #C6DAFC
Tints of #C6DAFC
Examples of css and html codes for elements with #C6DAFC color. Also use rgb(198,218,252) instead hex code.
.myTextColor { color: #C6DAFC; }
<p style="color:#C6DAFC">This sample text font color is #C6DAFC.</p>
This text font color is #C6DAFC.
.myBgColor { background-color: #C6DAFC; }
<div style="background-color:#C6DAFC">Inner text</div>
This div background color is #C6DAFC.
.myBorderColor { border: 1px solid #C6DAFC; }
<div style="border:3px solid #C6DAFC">Div</div>
This div border color is #C6DAFC.
.myOpacity80 { color: #C6DAFC; opacity: 0.8; }
<p style="color:#C6DAFC;opacity:0.8;">80%</p>
Text with #C6DAFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6DAFC;}
<p style="text-shadow: 3px 3px 1px #C6DAFC">Text here.</p>
This text has shadow with #C6DAFC color.
.textShadow {text-shadow: 3px 3px 1px #C6DAFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6DAFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6DAFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6DAFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6DAFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6DAFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6DAFC;
-webkit-box-shadow: 1px 1px 3px 2px #C6DAFC;
box-shadow: 1px 1px 3px 2px #C6DAFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6DAFC; -webkit-box-shadow: 1px 1px 3px 2px #C6DAFC; box-shadow:1px 1px 3px 2px #C6DAFC;">
Div content here
</div>
This text has color #C6DAFC on black background.
This text has color #C6DAFC on white background.
This text has black color on #C6DAFC background.
This text has white color on #C6DAFC background.
Complementary color for #hex is #392503.