HEX: #C6D3FB
RGB: (198,211,251)
#C6D3FB contains red, green and blue colors in about the same proportion. Web safe color of #C6D3FB is #CCCCFF (or #CCF).
#C6D3FB color RGB value is (198,211,251).
RGB: (198,211,251)
(78%, 83%, 98%)
R 198 of 255 = 78%
G 211 of 255 = 83%
B 251 of 255 = 98%
R + G + B ~ 86%. #C6D3FB is light color.
R + G + B = 198 + 211 + 251 = 660 (100%)
R 198 of 660 ~ 30%
G 211 of 660 ~ 31.97%
B 251 of 660 ~ 38.03'%
#C6D3FB color CMYK value is (21,16,0,2).
CMYK: (21,16,0,2)
C21M16Y0K2 (21%, 16%, 0%, 2%)
(0.21 / 0.16 / 0.00 / 0.02)
Color #C6D3FB in popluar color models
C6 | D3 | FB | |
---|---|---|---|
RGB | 198 | 211 | 251 |
HSL | 225° | 86.89% | 88.04% |
HSB/HSV | 225° | 21.12% | 98.43% |
CMYK | 21.12% | 15.94% | 0.00% |
1.57% |
Color #C6D3FB in popluar number systems.
HEX | C6 | D3 | FB |
Decimal | 198 | 211 | 251 |
Binary | 11000110 | 11010011 | 11111011 |
Octal | 306 | 323 | 373 |
Shades of #C6D3FB
Tints of #C6D3FB
Examples of css and html codes for elements with #C6D3FB color. Also use rgb(198,211,251) instead hex code.
.myTextColor { color: #C6D3FB; }
<p style="color:#C6D3FB">This sample text font color is #C6D3FB.</p>
This text font color is #C6D3FB.
.myBgColor { background-color: #C6D3FB; }
<div style="background-color:#C6D3FB">Inner text</div>
This div background color is #C6D3FB.
.myBorderColor { border: 1px solid #C6D3FB; }
<div style="border:3px solid #C6D3FB">Div</div>
This div border color is #C6D3FB.
.myOpacity80 { color: #C6D3FB; opacity: 0.8; }
<p style="color:#C6D3FB;opacity:0.8;">80%</p>
Text with #C6D3FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D3FB;}
<p style="text-shadow: 3px 3px 1px #C6D3FB">Text here.</p>
This text has shadow with #C6D3FB color.
.textShadow {text-shadow: 3px 3px 1px #C6D3FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D3FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6D3FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D3FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D3FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D3FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6D3FB;
-webkit-box-shadow: 1px 1px 3px 2px #C6D3FB;
box-shadow: 1px 1px 3px 2px #C6D3FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6D3FB; -webkit-box-shadow: 1px 1px 3px 2px #C6D3FB; box-shadow:1px 1px 3px 2px #C6D3FB;">
Div content here
</div>
This text has color #C6D3FB on black background.
This text has color #C6D3FB on white background.
This text has black color on #C6D3FB background.
This text has white color on #C6D3FB background.
Complementary color for #hex is #392C04.