HEX: #C6CAD9
RGB: (198,202,217)
#C6CAD9 contains red, green and blue colors in about the same proportion. Web safe color of #C6CAD9 is #CCCCCC (or #CCC).
#C6CAD9 color RGB value is (198,202,217).
RGB: (198,202,217)
(78%, 79%, 85%)
R 198 of 255 = 78%
G 202 of 255 = 79%
B 217 of 255 = 85%
R + G + B ~ 81%. #C6CAD9 is quite light color.
R + G + B = 198 + 202 + 217 = 617 (100%)
R 198 of 617 ~ 32.09%
G 202 of 617 ~ 32.74%
B 217 of 617 ~ 35.17'%
#C6CAD9 color CMYK value is (9,7,0,15).
CMYK: (9,7,0,15) C9M7Y0K15 (9%,7%,0%,15%) (0.09/0.07/0.00/0.15)
Color #C6CAD9 in popluar color models
C6 | CA | D9 | |
---|---|---|---|
RGB | 198 | 202 | 217 |
HSL | 227° | 20.00% | 81.37% |
HSB/HSV | 227° | 8.76% | 85.10% |
CMYK | 8.76% | 6.91% | 0.00% |
14.90% |
Color #C6CAD9 in popluar number systems.
HEX | C6 | CA | D9 |
Decimal | 198 | 202 | 217 |
Binary | 11000110 | 11001010 | 11011001 |
Octal | 306 | 312 | 331 |
Shades of #C6CAD9
Tints of #C6CAD9
Examples of css and html codes for elements with #C6CAD9 color. Also use rgb(198,202,217) instead hex code.
.myTextColor { color: #C6CAD9; }
<p style="color:#C6CAD9">This sample text font color is #C6CAD9.</p>
This text font color is #C6CAD9.
.myBgColor { background-color: #C6CAD9; }
<div style="background-color:#C6CAD9">Inner text</div>
This div background color is #C6CAD9.
.myBorderColor { border: 1px solid #C6CAD9; }
<div style="border:3px solid #C6CAD9">Div</div>
This div border color is #C6CAD9.
.myOpacity80 { color: #C6CAD9; opacity: 0.8; }
<p style="color:#C6CAD9;opacity:0.8;">80%</p>
Text with #C6CAD9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6CAD9;}
<p style="text-shadow: 3px 3px 1px #C6CAD9">Text here.</p>
This text has shadow with #C6CAD9 color.
.textShadow {text-shadow: 3px 3px 1px #C6CAD9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6CAD9, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6CAD9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6CAD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6CAD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6CAD9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6CAD9;
-webkit-box-shadow: 1px 1px 3px 2px #C6CAD9;
box-shadow: 1px 1px 3px 2px #C6CAD9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6CAD9; -webkit-box-shadow: 1px 1px 3px 2px #C6CAD9; box-shadow:1px 1px 3px 2px #C6CAD9;">
Div content here
</div>
This text has color #C6CAD9 on black background.
This text has color #C6CAD9 on white background.
This text has black color on #C6CAD9 background.
This text has white color on #C6CAD9 background.
Complementary color for #hex is #393526.