HEX: #C9AADF
RGB: (201,170,223)
#C9AADF contains red, green and blue colors in about the same proportion. Web safe color of #C9AADF is #CC99CC (or #C9C).
#C9AADF color RGB value is (201,170,223).
RGB: (201,170,223)
(79%, 67%, 87%)
R 201 of 255 = 79%
G 170 of 255 = 67%
B 223 of 255 = 87%
R + G + B ~ 78%. #C9AADF is quite light color.
R + G + B = 201 + 170 + 223 = 594 (100%)
R 201 of 594 ~ 33.84%
G 170 of 594 ~ 28.62%
B 223 of 594 ~ 37.54'%
#C9AADF color CMYK value is (10,24,0,13).
CMYK: (10,24,0,13)
C10M24Y0K13 (10%, 24%, 0%, 13%)
(0.10 / 0.24 / 0.00 / 0.13)
Color #C9AADF in popluar color models
C9 | AA | DF | |
---|---|---|---|
RGB | 201 | 170 | 223 |
HSL | 275° | 45.30% | 77.06% |
HSB/HSV | 275° | 23.77% | 87.45% |
CMYK | 9.87% | 23.77% | 0.00% |
12.55% |
Color #C9AADF in popluar number systems.
HEX | C9 | AA | DF |
Decimal | 201 | 170 | 223 |
Binary | 11001001 | 10101010 | 11011111 |
Octal | 311 | 252 | 337 |
Shades of #C9AADF
Tints of #C9AADF
Examples of css and html codes for elements with #C9AADF color. Also use rgb(201,170,223) instead hex code.
.myTextColor { color: #C9AADF; }
<p style="color:#C9AADF">This sample text font color is #C9AADF.</p>
This text font color is #C9AADF.
.myBgColor { background-color: #C9AADF; }
<div style="background-color:#C9AADF">Inner text</div>
This div background color is #C9AADF.
.myBorderColor { border: 1px solid #C9AADF; }
<div style="border:3px solid #C9AADF">Div</div>
This div border color is #C9AADF.
.myOpacity80 { color: #C9AADF; opacity: 0.8; }
<p style="color:#C9AADF;opacity:0.8;">80%</p>
Text with #C9AADF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9AADF;}
<p style="text-shadow: 3px 3px 1px #C9AADF">Text here.</p>
This text has shadow with #C9AADF color.
.textShadow {text-shadow: 3px 3px 1px #C9AADF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9AADF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9AADF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9AADF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9AADF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9AADF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9AADF;
-webkit-box-shadow: 1px 1px 3px 2px #C9AADF;
box-shadow: 1px 1px 3px 2px #C9AADF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9AADF; -webkit-box-shadow: 1px 1px 3px 2px #C9AADF; box-shadow:1px 1px 3px 2px #C9AADF;">
Div content here
</div>
This text has color #C9AADF on black background.
This text has color #C9AADF on white background.
This text has black color on #C9AADF background.
This text has white color on #C9AADF background.
Complementary color for #hex is #365520.