HEX: #ABC99C
RGB: (171,201,156)
#ABC99C contains red, green and blue colors in about the same proportion. Web safe color of #ABC99C is #99CC99 (or #9C9).
#ABC99C color RGB value is (171,201,156).
RGB: (171,201,156)
(67%, 79%, 61%)
R 171 of 255 = 67%
G 201 of 255 = 79%
B 156 of 255 = 61%
R + G + B ~ 69%. #ABC99C is quite light color.
R + G + B = 171 + 201 + 156 = 528 (100%)
R 171 of 528 ~ 32.39%
G 201 of 528 ~ 38.07%
B 156 of 528 ~ 29.55'%
#ABC99C color CMYK value is (15,0,22,21).
CMYK: (15,0,22,21)
C15M0Y22K21 (15%, 0%, 22%, 21%)
(0.15 / 0.00 / 0.22 / 0.21)
Color #ABC99C in popluar color models
AB | C9 | 9C | |
---|---|---|---|
RGB | 171 | 201 | 156 |
HSL | 100° | 29.41% | 70.00% |
HSB/HSV | 100° | 22.39% | 78.82% |
CMYK | 14.93% | 0.00% | 22.39% |
21.18% |
Color #ABC99C in popluar number systems.
HEX | AB | C9 | 9C |
Decimal | 171 | 201 | 156 |
Binary | 10101011 | 11001001 | 10011100 |
Octal | 253 | 311 | 234 |
Shades of #ABC99C
Tints of #ABC99C
Examples of css and html codes for elements with #ABC99C color. Also use rgb(171,201,156) instead hex code.
.myTextColor { color: #ABC99C; }
<p style="color:#ABC99C">This sample text font color is #ABC99C.</p>
This text font color is #ABC99C.
.myBgColor { background-color: #ABC99C; }
<div style="background-color:#ABC99C">Inner text</div>
This div background color is #ABC99C.
.myBorderColor { border: 1px solid #ABC99C; }
<div style="border:3px solid #ABC99C">Div</div>
This div border color is #ABC99C.
.myOpacity80 { color: #ABC99C; opacity: 0.8; }
<p style="color:#ABC99C;opacity:0.8;">80%</p>
Text with #ABC99C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC99C;}
<p style="text-shadow: 3px 3px 1px #ABC99C">Text here.</p>
This text has shadow with #ABC99C color.
.textShadow {text-shadow: 3px 3px 1px #ABC99C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC99C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC99C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC99C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC99C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC99C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC99C;
-webkit-box-shadow: 1px 1px 3px 2px #ABC99C;
box-shadow: 1px 1px 3px 2px #ABC99C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC99C; -webkit-box-shadow: 1px 1px 3px 2px #ABC99C; box-shadow:1px 1px 3px 2px #ABC99C;">
Div content here
</div>
This text has color #ABC99C on black background.
This text has color #ABC99C on white background.
This text has black color on #ABC99C background.
This text has white color on #ABC99C background.
Complementary color for #hex is #543663.