HEX: #C9ACCC
RGB: (201,172,204)
#C9ACCC contains red, green and blue colors in about the same proportion. Web safe color of #C9ACCC is #CC99CC (or #C9C).
#C9ACCC color RGB value is (201,172,204).
RGB: (201,172,204)
(79%, 67%, 80%)
R 201 of 255 = 79%
G 172 of 255 = 67%
B 204 of 255 = 80%
R + G + B ~ 75%. #C9ACCC is quite light color.
R + G + B = 201 + 172 + 204 = 577 (100%)
R 201 of 577 ~ 34.84%
G 172 of 577 ~ 29.81%
B 204 of 577 ~ 35.36'%
#C9ACCC color CMYK value is (1,16,0,20).
CMYK: (1,16,0,20) C1M16Y0K20 (1%,16%,0%,20%) (0.01/0.16/0.00/0.20)
Color #C9ACCC in popluar color models
C9 | AC | CC | |
---|---|---|---|
RGB | 201 | 172 | 204 |
HSL | 294° | 23.88% | 73.73% |
HSB/HSV | 294° | 15.69% | 80.00% |
CMYK | 1.47% | 15.69% | 0.00% |
20.00% |
Color #C9ACCC in popluar number systems.
HEX | C9 | AC | CC |
Decimal | 201 | 172 | 204 |
Binary | 11001001 | 10101100 | 11001100 |
Octal | 311 | 254 | 314 |
Shades of #C9ACCC
Tints of #C9ACCC
Examples of css and html codes for elements with #C9ACCC color. Also use rgb(201,172,204) instead hex code.
.myTextColor { color: #C9ACCC; }
<p style="color:#C9ACCC">This sample text font color is #C9ACCC.</p>
This text font color is #C9ACCC.
.myBgColor { background-color: #C9ACCC; }
<div style="background-color:#C9ACCC">Inner text</div>
This div background color is #C9ACCC.
.myBorderColor { border: 1px solid #C9ACCC; }
<div style="border:3px solid #C9ACCC">Div</div>
This div border color is #C9ACCC.
.myOpacity80 { color: #C9ACCC; opacity: 0.8; }
<p style="color:#C9ACCC;opacity:0.8;">80%</p>
Text with #C9ACCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9ACCC;}
<p style="text-shadow: 3px 3px 1px #C9ACCC">Text here.</p>
This text has shadow with #C9ACCC color.
.textShadow {text-shadow: 3px 3px 1px #C9ACCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9ACCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9ACCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9ACCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9ACCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9ACCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9ACCC;
-webkit-box-shadow: 1px 1px 3px 2px #C9ACCC;
box-shadow: 1px 1px 3px 2px #C9ACCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9ACCC; -webkit-box-shadow: 1px 1px 3px 2px #C9ACCC; box-shadow:1px 1px 3px 2px #C9ACCC;">
Div content here
</div>
This text has color #C9ACCC on black background.
This text has color #C9ACCC on white background.
This text has black color on #C9ACCC background.
This text has white color on #C9ACCC background.
Complementary color for #hex is #365333.