HEX: #ACC0AD
RGB: (172,192,173)
#ACC0AD contains red, green and blue colors in about the same proportion. Web safe color of #ACC0AD is #99CC99 (or #9C9).
#ACC0AD color RGB value is (172,192,173).
RGB: (172,192,173)
(67%, 75%, 68%)
R 172 of 255 = 67%
G 192 of 255 = 75%
B 173 of 255 = 68%
R + G + B ~ 70%. #ACC0AD is quite light color.
R + G + B = 172 + 192 + 173 = 537 (100%)
R 172 of 537 ~ 32.03%
G 192 of 537 ~ 35.75%
B 173 of 537 ~ 32.22'%
#ACC0AD color CMYK value is (10,0,10,25).
CMYK: (10,0,10,25)
C10M0Y10K25 (10%, 0%, 10%, 25%)
(0.10 / 0.00 / 0.10 / 0.25)
Color #ACC0AD in popluar color models
AC | C0 | AD | |
---|---|---|---|
RGB | 172 | 192 | 173 |
HSL | 123° | 13.70% | 71.37% |
HSB/HSV | 123° | 10.42% | 75.29% |
CMYK | 10.42% | 0.00% | 9.90% |
24.71% |
Color #ACC0AD in popluar number systems.
HEX | AC | C0 | AD |
Decimal | 172 | 192 | 173 |
Binary | 10101100 | 11000000 | 10101101 |
Octal | 254 | 300 | 255 |
Shades of #ACC0AD
Tints of #ACC0AD
Examples of css and html codes for elements with #ACC0AD color. Also use rgb(172,192,173) instead hex code.
.myTextColor { color: #ACC0AD; }
<p style="color:#ACC0AD">This sample text font color is #ACC0AD.</p>
This text font color is #ACC0AD.
.myBgColor { background-color: #ACC0AD; }
<div style="background-color:#ACC0AD">Inner text</div>
This div background color is #ACC0AD.
.myBorderColor { border: 1px solid #ACC0AD; }
<div style="border:3px solid #ACC0AD">Div</div>
This div border color is #ACC0AD.
.myOpacity80 { color: #ACC0AD; opacity: 0.8; }
<p style="color:#ACC0AD;opacity:0.8;">80%</p>
Text with #ACC0AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC0AD;}
<p style="text-shadow: 3px 3px 1px #ACC0AD">Text here.</p>
This text has shadow with #ACC0AD color.
.textShadow {text-shadow: 3px 3px 1px #ACC0AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC0AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC0AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC0AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC0AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC0AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC0AD;
-webkit-box-shadow: 1px 1px 3px 2px #ACC0AD;
box-shadow: 1px 1px 3px 2px #ACC0AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC0AD; -webkit-box-shadow: 1px 1px 3px 2px #ACC0AD; box-shadow:1px 1px 3px 2px #ACC0AD;">
Div content here
</div>
This text has color #ACC0AD on black background.
This text has color #ACC0AD on white background.
This text has black color on #ACC0AD background.
This text has white color on #ACC0AD background.
Complementary color for #hex is #533F52.