HEX: #ACC687
RGB: (172,198,135)
#ACC687 contains mainly red and green colors. Web safe color of #ACC687 is #99CC99 (or #9C9).
#ACC687 color RGB value is (172,198,135).
RGB: (172,198,135)
(67%, 78%, 53%)
R 172 of 255 = 67%
G 198 of 255 = 78%
B 135 of 255 = 53%
R + G + B ~ 66%. #ACC687 is quite light color.
R + G + B = 172 + 198 + 135 = 505 (100%)
R 172 of 505 ~ 34.06%
G 198 of 505 ~ 39.21%
B 135 of 505 ~ 26.73'%
#ACC687 color CMYK value is (13,0,32,22).
CMYK: (13,0,32,22)
C13M0Y32K22 (13%, 0%, 32%, 22%)
(0.13 / 0.00 / 0.32 / 0.22)
Color #ACC687 in popluar color models
AC | C6 | 87 | |
---|---|---|---|
RGB | 172 | 198 | 135 |
HSL | 85° | 35.59% | 65.29% |
HSB/HSV | 85° | 31.82% | 77.65% |
CMYK | 13.13% | 0.00% | 31.82% |
22.35% |
Color #ACC687 in popluar number systems.
HEX | AC | C6 | 87 |
Decimal | 172 | 198 | 135 |
Binary | 10101100 | 11000110 | 10000111 |
Octal | 254 | 306 | 207 |
Shades of #ACC687
Tints of #ACC687
Examples of css and html codes for elements with #ACC687 color. Also use rgb(172,198,135) instead hex code.
.myTextColor { color: #ACC687; }
<p style="color:#ACC687">This sample text font color is #ACC687.</p>
This text font color is #ACC687.
.myBgColor { background-color: #ACC687; }
<div style="background-color:#ACC687">Inner text</div>
This div background color is #ACC687.
.myBorderColor { border: 1px solid #ACC687; }
<div style="border:3px solid #ACC687">Div</div>
This div border color is #ACC687.
.myOpacity80 { color: #ACC687; opacity: 0.8; }
<p style="color:#ACC687;opacity:0.8;">80%</p>
Text with #ACC687 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC687;}
<p style="text-shadow: 3px 3px 1px #ACC687">Text here.</p>
This text has shadow with #ACC687 color.
.textShadow {text-shadow: 3px 3px 1px #ACC687', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC687, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC687 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC687, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC687, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC687 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC687;
-webkit-box-shadow: 1px 1px 3px 2px #ACC687;
box-shadow: 1px 1px 3px 2px #ACC687;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC687; -webkit-box-shadow: 1px 1px 3px 2px #ACC687; box-shadow:1px 1px 3px 2px #ACC687;">
Div content here
</div>
This text has color #ACC687 on black background.
This text has color #ACC687 on white background.
This text has black color on #ACC687 background.
This text has white color on #ACC687 background.
Complementary color for #hex is #533978.