HEX: #C6ABDB
RGB: (198,171,219)
#C6ABDB contains red, green and blue colors in about the same proportion. Web safe color of #C6ABDB is #CC99CC (or #C9C).
#C6ABDB color RGB value is (198,171,219).
RGB: (198,171,219)
(78%, 67%, 86%)
R 198 of 255 = 78%
G 171 of 255 = 67%
B 219 of 255 = 86%
R + G + B ~ 77%. #C6ABDB is quite light color.
R + G + B = 198 + 171 + 219 = 588 (100%)
R 198 of 588 ~ 33.67%
G 171 of 588 ~ 29.08%
B 219 of 588 ~ 37.24'%
#C6ABDB color CMYK value is (10,22,0,14).
CMYK: (10,22,0,14)
C10M22Y0K14 (10%, 22%, 0%, 14%)
(0.10 / 0.22 / 0.00 / 0.14)
Color #C6ABDB in popluar color models
C6 | AB | DB | |
---|---|---|---|
RGB | 198 | 171 | 219 |
HSL | 274° | 40.00% | 76.47% |
HSB/HSV | 274° | 21.92% | 85.88% |
CMYK | 9.59% | 21.92% | 0.00% |
14.12% |
Color #C6ABDB in popluar number systems.
HEX | C6 | AB | DB |
Decimal | 198 | 171 | 219 |
Binary | 11000110 | 10101011 | 11011011 |
Octal | 306 | 253 | 333 |
Shades of #C6ABDB
Tints of #C6ABDB
Examples of css and html codes for elements with #C6ABDB color. Also use rgb(198,171,219) instead hex code.
.myTextColor { color: #C6ABDB; }
<p style="color:#C6ABDB">This sample text font color is #C6ABDB.</p>
This text font color is #C6ABDB.
.myBgColor { background-color: #C6ABDB; }
<div style="background-color:#C6ABDB">Inner text</div>
This div background color is #C6ABDB.
.myBorderColor { border: 1px solid #C6ABDB; }
<div style="border:3px solid #C6ABDB">Div</div>
This div border color is #C6ABDB.
.myOpacity80 { color: #C6ABDB; opacity: 0.8; }
<p style="color:#C6ABDB;opacity:0.8;">80%</p>
Text with #C6ABDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6ABDB;}
<p style="text-shadow: 3px 3px 1px #C6ABDB">Text here.</p>
This text has shadow with #C6ABDB color.
.textShadow {text-shadow: 3px 3px 1px #C6ABDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6ABDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6ABDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6ABDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6ABDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6ABDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6ABDB;
-webkit-box-shadow: 1px 1px 3px 2px #C6ABDB;
box-shadow: 1px 1px 3px 2px #C6ABDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6ABDB; -webkit-box-shadow: 1px 1px 3px 2px #C6ABDB; box-shadow:1px 1px 3px 2px #C6ABDB;">
Div content here
</div>
This text has color #C6ABDB on black background.
This text has color #C6ABDB on white background.
This text has black color on #C6ABDB background.
This text has white color on #C6ABDB background.
Complementary color for #hex is #395424.