HEX: #ABC096
RGB: (171,192,150)
#ABC096 contains red, green and blue colors in about the same proportion. Web safe color of #ABC096 is #99CC99 (or #9C9).
#ABC096 color RGB value is (171,192,150).
RGB: (171,192,150)
(67%, 75%, 59%)
R 171 of 255 = 67%
G 192 of 255 = 75%
B 150 of 255 = 59%
R + G + B ~ 67%. #ABC096 is quite light color.
R + G + B = 171 + 192 + 150 = 513 (100%)
R 171 of 513 ~ 33.33%
G 192 of 513 ~ 37.43%
B 150 of 513 ~ 29.24'%
#ABC096 color CMYK value is (11,0,22,25).
CMYK: (11,0,22,25) C11M0Y22K25 (11%,0%,22%,25%) (0.11/0.00/0.22/0.25)
Color #ABC096 in popluar color models
AB | C0 | 96 | |
---|---|---|---|
RGB | 171 | 192 | 150 |
HSL | 90° | 25.00% | 67.06% |
HSB/HSV | 90° | 21.88% | 75.29% |
CMYK | 10.94% | 0.00% | 21.88% |
24.71% |
Color #ABC096 in popluar number systems.
HEX | AB | C0 | 96 |
Decimal | 171 | 192 | 150 |
Binary | 10101011 | 11000000 | 10010110 |
Octal | 253 | 300 | 226 |
Shades of #ABC096
Tints of #ABC096
Examples of css and html codes for elements with #ABC096 color. Also use rgb(171,192,150) instead hex code.
.myTextColor { color: #ABC096; }
<p style="color:#ABC096">This sample text font color is #ABC096.</p>
This text font color is #ABC096.
.myBgColor { background-color: #ABC096; }
<div style="background-color:#ABC096">Inner text</div>
This div background color is #ABC096.
.myBorderColor { border: 1px solid #ABC096; }
<div style="border:3px solid #ABC096">Div</div>
This div border color is #ABC096.
.myOpacity80 { color: #ABC096; opacity: 0.8; }
<p style="color:#ABC096;opacity:0.8;">80%</p>
Text with #ABC096 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC096;}
<p style="text-shadow: 3px 3px 1px #ABC096">Text here.</p>
This text has shadow with #ABC096 color.
.textShadow {text-shadow: 3px 3px 1px #ABC096', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC096, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC096 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC096, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC096, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC096 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC096;
-webkit-box-shadow: 1px 1px 3px 2px #ABC096;
box-shadow: 1px 1px 3px 2px #ABC096;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC096; -webkit-box-shadow: 1px 1px 3px 2px #ABC096; box-shadow:1px 1px 3px 2px #ABC096;">
Div content here
</div>
This text has color #ABC096 on black background.
This text has color #ABC096 on white background.
This text has black color on #ABC096 background.
This text has white color on #ABC096 background.
Complementary color for #hex is #543F69.