HEX: #C9A4DC
RGB: (201,164,220)
#C9A4DC contains red, green and blue colors in about the same proportion. Web safe color of #C9A4DC is #CC99CC (or #C9C).
#C9A4DC color RGB value is (201,164,220).
RGB: (201,164,220)
(79%, 64%, 86%)
R 201 of 255 = 79%
G 164 of 255 = 64%
B 220 of 255 = 86%
R + G + B ~ 76%. #C9A4DC is quite light color.
R + G + B = 201 + 164 + 220 = 585 (100%)
R 201 of 585 ~ 34.36%
G 164 of 585 ~ 28.03%
B 220 of 585 ~ 37.61'%
#C9A4DC color CMYK value is (9,25,0,14).
CMYK: (9,25,0,14)
C9M25Y0K14 (9%, 25%, 0%, 14%)
(0.09 / 0.25 / 0.00 / 0.14)
Color #C9A4DC in popluar color models
C9 | A4 | DC | |
---|---|---|---|
RGB | 201 | 164 | 220 |
HSL | 280° | 44.44% | 75.29% |
HSB/HSV | 280° | 25.45% | 86.27% |
CMYK | 8.64% | 25.45% | 0.00% |
13.73% |
Color #C9A4DC in popluar number systems.
HEX | C9 | A4 | DC |
Decimal | 201 | 164 | 220 |
Binary | 11001001 | 10100100 | 11011100 |
Octal | 311 | 244 | 334 |
Shades of #C9A4DC
Tints of #C9A4DC
Examples of css and html codes for elements with #C9A4DC color. Also use rgb(201,164,220) instead hex code.
.myTextColor { color: #C9A4DC; }
<p style="color:#C9A4DC">This sample text font color is #C9A4DC.</p>
This text font color is #C9A4DC.
.myBgColor { background-color: #C9A4DC; }
<div style="background-color:#C9A4DC">Inner text</div>
This div background color is #C9A4DC.
.myBorderColor { border: 1px solid #C9A4DC; }
<div style="border:3px solid #C9A4DC">Div</div>
This div border color is #C9A4DC.
.myOpacity80 { color: #C9A4DC; opacity: 0.8; }
<p style="color:#C9A4DC;opacity:0.8;">80%</p>
Text with #C9A4DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9A4DC;}
<p style="text-shadow: 3px 3px 1px #C9A4DC">Text here.</p>
This text has shadow with #C9A4DC color.
.textShadow {text-shadow: 3px 3px 1px #C9A4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9A4DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9A4DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9A4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9A4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9A4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9A4DC;
-webkit-box-shadow: 1px 1px 3px 2px #C9A4DC;
box-shadow: 1px 1px 3px 2px #C9A4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9A4DC; -webkit-box-shadow: 1px 1px 3px 2px #C9A4DC; box-shadow:1px 1px 3px 2px #C9A4DC;">
Div content here
</div>
This text has color #C9A4DC on black background.
This text has color #C9A4DC on white background.
This text has black color on #C9A4DC background.
This text has white color on #C9A4DC background.
Complementary color for #hex is #365B23.