HEX: #AC7D9B
RGB: (172,125,155)
#AC7D9B contains red, green and blue colors in about the same proportion. Web safe color of #AC7D9B is #996699 (or #969).
#AC7D9B color RGB value is (172,125,155).
RGB: (172,125,155)
(67%, 49%, 61%)
R 172 of 255 = 67%
G 125 of 255 = 49%
B 155 of 255 = 61%
R + G + B ~ 59%. #AC7D9B is middle color (not dark and not light).
R + G + B = 172 + 125 + 155 = 452 (100%)
R 172 of 452 ~ 38.05%
G 125 of 452 ~ 27.65%
B 155 of 452 ~ 34.29'%
#AC7D9B color CMYK value is (0,27,10,33).
CMYK: (0,27,10,33)
C0M27Y10K33 (0%, 27%, 10%, 33%)
(0.00 / 0.27 / 0.10 / 0.33)
Color #AC7D9B in popluar color models
AC | 7D | 9B | |
---|---|---|---|
RGB | 172 | 125 | 155 |
HSL | 322° | 22.07% | 58.24% |
HSB/HSV | 322° | 27.33% | 67.45% |
CMYK | 0.00% | 27.33% | 9.88% |
32.55% |
Color #AC7D9B in popluar number systems.
HEX | AC | 7D | 9B |
Decimal | 172 | 125 | 155 |
Binary | 10101100 | 1111101 | 10011011 |
Octal | 254 | 175 | 233 |
Shades of #AC7D9B
Tints of #AC7D9B
Examples of css and html codes for elements with #AC7D9B color. Also use rgb(172,125,155) instead hex code.
.myTextColor { color: #AC7D9B; }
<p style="color:#AC7D9B">This sample text font color is #AC7D9B.</p>
This text font color is #AC7D9B.
.myBgColor { background-color: #AC7D9B; }
<div style="background-color:#AC7D9B">Inner text</div>
This div background color is #AC7D9B.
.myBorderColor { border: 1px solid #AC7D9B; }
<div style="border:3px solid #AC7D9B">Div</div>
This div border color is #AC7D9B.
.myOpacity80 { color: #AC7D9B; opacity: 0.8; }
<p style="color:#AC7D9B;opacity:0.8;">80%</p>
Text with #AC7D9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC7D9B;}
<p style="text-shadow: 3px 3px 1px #AC7D9B">Text here.</p>
This text has shadow with #AC7D9B color.
.textShadow {text-shadow: 3px 3px 1px #AC7D9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC7D9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC7D9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC7D9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC7D9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC7D9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC7D9B;
-webkit-box-shadow: 1px 1px 3px 2px #AC7D9B;
box-shadow: 1px 1px 3px 2px #AC7D9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC7D9B; -webkit-box-shadow: 1px 1px 3px 2px #AC7D9B; box-shadow:1px 1px 3px 2px #AC7D9B;">
Div content here
</div>
This text has color #AC7D9B on black background.
This text has color #AC7D9B on white background.
This text has black color on #AC7D9B background.
This text has white color on #AC7D9B background.
Complementary color for #hex is #538264.