HEX: #A7C97B
RGB: (167,201,123)
#A7C97B contains mainly red and green colors. Web safe color of #A7C97B is #99CC66 (or #9C6).
#A7C97B color RGB value is (167,201,123).
RGB: (167,201,123)
(65%, 79%, 48%)
R 167 of 255 = 65%
G 201 of 255 = 79%
B 123 of 255 = 48%
R + G + B ~ 64%. #A7C97B is quite light color.
R + G + B = 167 + 201 + 123 = 491 (100%)
R 167 of 491 ~ 34.01%
G 201 of 491 ~ 40.94%
B 123 of 491 ~ 25.05'%
#A7C97B color CMYK value is (17,0,39,21).
CMYK: (17,0,39,21)
C17M0Y39K21 (17%, 0%, 39%, 21%)
(0.17 / 0.00 / 0.39 / 0.21)
Color #A7C97B in popluar color models
A7 | C9 | 7B | |
---|---|---|---|
RGB | 167 | 201 | 123 |
HSL | 86° | 41.94% | 63.53% |
HSB/HSV | 86° | 38.81% | 78.82% |
CMYK | 16.92% | 0.00% | 38.81% |
21.18% |
Color #A7C97B in popluar number systems.
HEX | A7 | C9 | 7B |
Decimal | 167 | 201 | 123 |
Binary | 10100111 | 11001001 | 1111011 |
Octal | 247 | 311 | 173 |
Shades of #A7C97B
Tints of #A7C97B
Examples of css and html codes for elements with #A7C97B color. Also use rgb(167,201,123) instead hex code.
.myTextColor { color: #A7C97B; }
<p style="color:#A7C97B">This sample text font color is #A7C97B.</p>
This text font color is #A7C97B.
.myBgColor { background-color: #A7C97B; }
<div style="background-color:#A7C97B">Inner text</div>
This div background color is #A7C97B.
.myBorderColor { border: 1px solid #A7C97B; }
<div style="border:3px solid #A7C97B">Div</div>
This div border color is #A7C97B.
.myOpacity80 { color: #A7C97B; opacity: 0.8; }
<p style="color:#A7C97B;opacity:0.8;">80%</p>
Text with #A7C97B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7C97B;}
<p style="text-shadow: 3px 3px 1px #A7C97B">Text here.</p>
This text has shadow with #A7C97B color.
.textShadow {text-shadow: 3px 3px 1px #A7C97B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7C97B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7C97B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7C97B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7C97B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7C97B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7C97B;
-webkit-box-shadow: 1px 1px 3px 2px #A7C97B;
box-shadow: 1px 1px 3px 2px #A7C97B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7C97B; -webkit-box-shadow: 1px 1px 3px 2px #A7C97B; box-shadow:1px 1px 3px 2px #A7C97B;">
Div content here
</div>
This text has color #A7C97B on black background.
This text has color #A7C97B on white background.
This text has black color on #A7C97B background.
This text has white color on #A7C97B background.
Complementary color for #hex is #583684.