HEX: #ABB77E
RGB: (171,183,126)
#ABB77E contains red, green and blue colors in about the same proportion. Web safe color of #ABB77E is #99CC66 (or #9C6).
#ABB77E color RGB value is (171,183,126).
RGB: (171,183,126)
(67%, 72%, 49%)
R 171 of 255 = 67%
G 183 of 255 = 72%
B 126 of 255 = 49%
R + G + B ~ 63%. #ABB77E is quite light color.
R + G + B = 171 + 183 + 126 = 480 (100%)
R 171 of 480 ~ 35.63%
G 183 of 480 ~ 38.13%
B 126 of 480 ~ 26.25'%
#ABB77E color CMYK value is (7,0,31,28).
CMYK: (7,0,31,28)
C7M0Y31K28 (7%, 0%, 31%, 28%)
(0.07 / 0.00 / 0.31 / 0.28)
Color #ABB77E in popluar color models
AB | B7 | 7E | |
---|---|---|---|
RGB | 171 | 183 | 126 |
HSL | 73° | 28.36% | 60.59% |
HSB/HSV | 73° | 31.15% | 71.76% |
CMYK | 6.56% | 0.00% | 31.15% |
28.24% |
Color #ABB77E in popluar number systems.
HEX | AB | B7 | 7E |
Decimal | 171 | 183 | 126 |
Binary | 10101011 | 10110111 | 1111110 |
Octal | 253 | 267 | 176 |
Shades of #ABB77E
Tints of #ABB77E
Examples of css and html codes for elements with #ABB77E color. Also use rgb(171,183,126) instead hex code.
.myTextColor { color: #ABB77E; }
<p style="color:#ABB77E">This sample text font color is #ABB77E.</p>
This text font color is #ABB77E.
.myBgColor { background-color: #ABB77E; }
<div style="background-color:#ABB77E">Inner text</div>
This div background color is #ABB77E.
.myBorderColor { border: 1px solid #ABB77E; }
<div style="border:3px solid #ABB77E">Div</div>
This div border color is #ABB77E.
.myOpacity80 { color: #ABB77E; opacity: 0.8; }
<p style="color:#ABB77E;opacity:0.8;">80%</p>
Text with #ABB77E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABB77E;}
<p style="text-shadow: 3px 3px 1px #ABB77E">Text here.</p>
This text has shadow with #ABB77E color.
.textShadow {text-shadow: 3px 3px 1px #ABB77E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABB77E, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABB77E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABB77E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABB77E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABB77E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABB77E;
-webkit-box-shadow: 1px 1px 3px 2px #ABB77E;
box-shadow: 1px 1px 3px 2px #ABB77E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABB77E; -webkit-box-shadow: 1px 1px 3px 2px #ABB77E; box-shadow:1px 1px 3px 2px #ABB77E;">
Div content here
</div>
This text has color #ABB77E on black background.
This text has color #ABB77E on white background.
This text has black color on #ABB77E background.
This text has white color on #ABB77E background.
Complementary color for #hex is #544881.