HEX: #C9ABDD
RGB: (201,171,221)
#C9ABDD contains red, green and blue colors in about the same proportion. Web safe color of #C9ABDD is #CC99CC (or #C9C).
#C9ABDD color RGB value is (201,171,221).
RGB: (201,171,221)
(79%, 67%, 87%)
R 201 of 255 = 79%
G 171 of 255 = 67%
B 221 of 255 = 87%
R + G + B ~ 78%. #C9ABDD is quite light color.
R + G + B = 201 + 171 + 221 = 593 (100%)
R 201 of 593 ~ 33.9%
G 171 of 593 ~ 28.84%
B 221 of 593 ~ 37.27'%
#C9ABDD color CMYK value is (9,23,0,13).
CMYK: (9,23,0,13) C9M23Y0K13 (9%,23%,0%,13%) (0.09/0.23/0.00/0.13)
Color #C9ABDD in popluar color models
C9 | AB | DD | |
---|---|---|---|
RGB | 201 | 171 | 221 |
HSL | 276° | 42.37% | 76.86% |
HSB/HSV | 276° | 22.62% | 86.67% |
CMYK | 9.05% | 22.62% | 0.00% |
13.33% |
Color #C9ABDD in popluar number systems.
HEX | C9 | AB | DD |
Decimal | 201 | 171 | 221 |
Binary | 11001001 | 10101011 | 11011101 |
Octal | 311 | 253 | 335 |
Shades of #C9ABDD
Tints of #C9ABDD
Examples of css and html codes for elements with #C9ABDD color. Also use rgb(201,171,221) instead hex code.
.myTextColor { color: #C9ABDD; }
<p style="color:#C9ABDD">This sample text font color is #C9ABDD.</p>
This text font color is #C9ABDD.
.myBgColor { background-color: #C9ABDD; }
<div style="background-color:#C9ABDD">Inner text</div>
This div background color is #C9ABDD.
.myBorderColor { border: 1px solid #C9ABDD; }
<div style="border:3px solid #C9ABDD">Div</div>
This div border color is #C9ABDD.
.myOpacity80 { color: #C9ABDD; opacity: 0.8; }
<p style="color:#C9ABDD;opacity:0.8;">80%</p>
Text with #C9ABDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9ABDD;}
<p style="text-shadow: 3px 3px 1px #C9ABDD">Text here.</p>
This text has shadow with #C9ABDD color.
.textShadow {text-shadow: 3px 3px 1px #C9ABDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9ABDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9ABDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9ABDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9ABDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9ABDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9ABDD;
-webkit-box-shadow: 1px 1px 3px 2px #C9ABDD;
box-shadow: 1px 1px 3px 2px #C9ABDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9ABDD; -webkit-box-shadow: 1px 1px 3px 2px #C9ABDD; box-shadow:1px 1px 3px 2px #C9ABDD;">
Div content here
</div>
This text has color #C9ABDD on black background.
This text has color #C9ABDD on white background.
This text has black color on #C9ABDD background.
This text has white color on #C9ABDD background.
Complementary color for #hex is #365422.