HEX: #ABBC9D
RGB: (171,188,157)
#ABBC9D contains red, green and blue colors in about the same proportion. Web safe color of #ABBC9D is #99CC99 (or #9C9).
#ABBC9D color RGB value is (171,188,157).
RGB: (171,188,157)
(67%, 74%, 62%)
R 171 of 255 = 67%
G 188 of 255 = 74%
B 157 of 255 = 62%
R + G + B ~ 68%. #ABBC9D is quite light color.
R + G + B = 171 + 188 + 157 = 516 (100%)
R 171 of 516 ~ 33.14%
G 188 of 516 ~ 36.43%
B 157 of 516 ~ 30.43'%
#ABBC9D color CMYK value is (9,0,16,26).
CMYK: (9,0,16,26)
C9M0Y16K26 (9%, 0%, 16%, 26%)
(0.09 / 0.00 / 0.16 / 0.26)
Color #ABBC9D in popluar color models
AB | BC | 9D | |
---|---|---|---|
RGB | 171 | 188 | 157 |
HSL | 93° | 18.79% | 67.65% |
HSB/HSV | 93° | 16.49% | 73.73% |
CMYK | 9.04% | 0.00% | 16.49% |
26.27% |
Color #ABBC9D in popluar number systems.
HEX | AB | BC | 9D |
Decimal | 171 | 188 | 157 |
Binary | 10101011 | 10111100 | 10011101 |
Octal | 253 | 274 | 235 |
Shades of #ABBC9D
Tints of #ABBC9D
Examples of css and html codes for elements with #ABBC9D color. Also use rgb(171,188,157) instead hex code.
.myTextColor { color: #ABBC9D; }
<p style="color:#ABBC9D">This sample text font color is #ABBC9D.</p>
This text font color is #ABBC9D.
.myBgColor { background-color: #ABBC9D; }
<div style="background-color:#ABBC9D">Inner text</div>
This div background color is #ABBC9D.
.myBorderColor { border: 1px solid #ABBC9D; }
<div style="border:3px solid #ABBC9D">Div</div>
This div border color is #ABBC9D.
.myOpacity80 { color: #ABBC9D; opacity: 0.8; }
<p style="color:#ABBC9D;opacity:0.8;">80%</p>
Text with #ABBC9D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABBC9D;}
<p style="text-shadow: 3px 3px 1px #ABBC9D">Text here.</p>
This text has shadow with #ABBC9D color.
.textShadow {text-shadow: 3px 3px 1px #ABBC9D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABBC9D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABBC9D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABBC9D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABBC9D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABBC9D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABBC9D;
-webkit-box-shadow: 1px 1px 3px 2px #ABBC9D;
box-shadow: 1px 1px 3px 2px #ABBC9D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABBC9D; -webkit-box-shadow: 1px 1px 3px 2px #ABBC9D; box-shadow:1px 1px 3px 2px #ABBC9D;">
Div content here
</div>
This text has color #ABBC9D on black background.
This text has color #ABBC9D on white background.
This text has black color on #ABBC9D background.
This text has white color on #ABBC9D background.
Complementary color for #hex is #544362.