HEX: #C6AFD8
RGB: (198,175,216)
#C6AFD8 contains red, green and blue colors in about the same proportion. Web safe color of #C6AFD8 is #CC99CC (or #C9C).
#C6AFD8 color RGB value is (198,175,216).
RGB: (198,175,216)
(78%, 69%, 85%)
R 198 of 255 = 78%
G 175 of 255 = 69%
B 216 of 255 = 85%
R + G + B ~ 77%. #C6AFD8 is quite light color.
R + G + B = 198 + 175 + 216 = 589 (100%)
R 198 of 589 ~ 33.62%
G 175 of 589 ~ 29.71%
B 216 of 589 ~ 36.67'%
#C6AFD8 color CMYK value is (8,19,0,15).
CMYK: (8,19,0,15)
C8M19Y0K15 (8%, 19%, 0%, 15%)
(0.08 / 0.19 / 0.00 / 0.15)
Color #C6AFD8 in popluar color models
C6 | AF | D8 | |
---|---|---|---|
RGB | 198 | 175 | 216 |
HSL | 274° | 34.45% | 76.67% |
HSB/HSV | 274° | 18.98% | 84.71% |
CMYK | 8.33% | 18.98% | 0.00% |
15.29% |
Color #C6AFD8 in popluar number systems.
HEX | C6 | AF | D8 |
Decimal | 198 | 175 | 216 |
Binary | 11000110 | 10101111 | 11011000 |
Octal | 306 | 257 | 330 |
Shades of #C6AFD8
Tints of #C6AFD8
Examples of css and html codes for elements with #C6AFD8 color. Also use rgb(198,175,216) instead hex code.
.myTextColor { color: #C6AFD8; }
<p style="color:#C6AFD8">This sample text font color is #C6AFD8.</p>
This text font color is #C6AFD8.
.myBgColor { background-color: #C6AFD8; }
<div style="background-color:#C6AFD8">Inner text</div>
This div background color is #C6AFD8.
.myBorderColor { border: 1px solid #C6AFD8; }
<div style="border:3px solid #C6AFD8">Div</div>
This div border color is #C6AFD8.
.myOpacity80 { color: #C6AFD8; opacity: 0.8; }
<p style="color:#C6AFD8;opacity:0.8;">80%</p>
Text with #C6AFD8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AFD8;}
<p style="text-shadow: 3px 3px 1px #C6AFD8">Text here.</p>
This text has shadow with #C6AFD8 color.
.textShadow {text-shadow: 3px 3px 1px #C6AFD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AFD8, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6AFD8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AFD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AFD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AFD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6AFD8;
-webkit-box-shadow: 1px 1px 3px 2px #C6AFD8;
box-shadow: 1px 1px 3px 2px #C6AFD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6AFD8; -webkit-box-shadow: 1px 1px 3px 2px #C6AFD8; box-shadow:1px 1px 3px 2px #C6AFD8;">
Div content here
</div>
This text has color #C6AFD8 on black background.
This text has color #C6AFD8 on white background.
This text has black color on #C6AFD8 background.
This text has white color on #C6AFD8 background.
Complementary color for #hex is #395027.