HEX: #AC99CC
RGB: (172,153,204)
#AC99CC contains red, green and blue colors in about the same proportion. Web safe color of #AC99CC is #9999CC (or #99C).
#AC99CC color RGB value is (172,153,204).
RGB: (172,153,204)
(67%, 60%, 80%)
R 172 of 255 = 67%
G 153 of 255 = 60%
B 204 of 255 = 80%
R + G + B ~ 69%. #AC99CC is quite light color.
R + G + B = 172 + 153 + 204 = 529 (100%)
R 172 of 529 ~ 32.51%
G 153 of 529 ~ 28.92%
B 204 of 529 ~ 38.56'%
#AC99CC color CMYK value is (16,25,0,20).
CMYK: (16,25,0,20)
C16M25Y0K20 (16%, 25%, 0%, 20%)
(0.16 / 0.25 / 0.00 / 0.20)
Color #AC99CC in popluar color models
AC | 99 | CC | |
---|---|---|---|
RGB | 172 | 153 | 204 |
HSL | 262° | 33.33% | 70.00% |
HSB/HSV | 262° | 25.00% | 80.00% |
CMYK | 15.69% | 25.00% | 0.00% |
20.00% |
Color #AC99CC in popluar number systems.
HEX | AC | 99 | CC |
Decimal | 172 | 153 | 204 |
Binary | 10101100 | 10011001 | 11001100 |
Octal | 254 | 231 | 314 |
Shades of #AC99CC
Tints of #AC99CC
Examples of css and html codes for elements with #AC99CC color. Also use rgb(172,153,204) instead hex code.
.myTextColor { color: #AC99CC; }
<p style="color:#AC99CC">This sample text font color is #AC99CC.</p>
This text font color is #AC99CC.
.myBgColor { background-color: #AC99CC; }
<div style="background-color:#AC99CC">Inner text</div>
This div background color is #AC99CC.
.myBorderColor { border: 1px solid #AC99CC; }
<div style="border:3px solid #AC99CC">Div</div>
This div border color is #AC99CC.
.myOpacity80 { color: #AC99CC; opacity: 0.8; }
<p style="color:#AC99CC;opacity:0.8;">80%</p>
Text with #AC99CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC99CC;}
<p style="text-shadow: 3px 3px 1px #AC99CC">Text here.</p>
This text has shadow with #AC99CC color.
.textShadow {text-shadow: 3px 3px 1px #AC99CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC99CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC99CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC99CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC99CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC99CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC99CC;
-webkit-box-shadow: 1px 1px 3px 2px #AC99CC;
box-shadow: 1px 1px 3px 2px #AC99CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC99CC; -webkit-box-shadow: 1px 1px 3px 2px #AC99CC; box-shadow:1px 1px 3px 2px #AC99CC;">
Div content here
</div>
This text has color #AC99CC on black background.
This text has color #AC99CC on white background.
This text has black color on #AC99CC background.
This text has white color on #AC99CC background.
Complementary color for #hex is #536633.