HEX: #A7B388
RGB: (167,179,136)
#A7B388 contains red, green and blue colors in about the same proportion. Web safe color of #A7B388 is #999999 (or #999).
#A7B388 color RGB value is (167,179,136).
RGB: (167,179,136)
(65%, 70%, 53%)
R 167 of 255 = 65%
G 179 of 255 = 70%
B 136 of 255 = 53%
R + G + B ~ 63%. #A7B388 is quite light color.
R + G + B = 167 + 179 + 136 = 482 (100%)
R 167 of 482 ~ 34.65%
G 179 of 482 ~ 37.14%
B 136 of 482 ~ 28.22'%
#A7B388 color CMYK value is (7,0,24,30).
CMYK: (7,0,24,30) C7M0Y24K30 (7%,0%,24%,30%) (0.07/0.00/0.24/0.30)
Color #A7B388 in popluar color models
A7 | B3 | 88 | |
---|---|---|---|
RGB | 167 | 179 | 136 |
HSL | 77° | 22.05% | 61.76% |
HSB/HSV | 77° | 24.02% | 70.20% |
CMYK | 6.70% | 0.00% | 24.02% |
29.80% |
Color #A7B388 in popluar number systems.
HEX | A7 | B3 | 88 |
Decimal | 167 | 179 | 136 |
Binary | 10100111 | 10110011 | 10001000 |
Octal | 247 | 263 | 210 |
Shades of #A7B388
Tints of #A7B388
Examples of css and html codes for elements with #A7B388 color. Also use rgb(167,179,136) instead hex code.
.myTextColor { color: #A7B388; }
<p style="color:#A7B388">This sample text font color is #A7B388.</p>
This text font color is #A7B388.
.myBgColor { background-color: #A7B388; }
<div style="background-color:#A7B388">Inner text</div>
This div background color is #A7B388.
.myBorderColor { border: 1px solid #A7B388; }
<div style="border:3px solid #A7B388">Div</div>
This div border color is #A7B388.
.myOpacity80 { color: #A7B388; opacity: 0.8; }
<p style="color:#A7B388;opacity:0.8;">80%</p>
Text with #A7B388 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7B388;}
<p style="text-shadow: 3px 3px 1px #A7B388">Text here.</p>
This text has shadow with #A7B388 color.
.textShadow {text-shadow: 3px 3px 1px #A7B388', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7B388, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7B388 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7B388, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7B388, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7B388 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7B388;
-webkit-box-shadow: 1px 1px 3px 2px #A7B388;
box-shadow: 1px 1px 3px 2px #A7B388;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7B388; -webkit-box-shadow: 1px 1px 3px 2px #A7B388; box-shadow:1px 1px 3px 2px #A7B388;">
Div content here
</div>
This text has color #A7B388 on black background.
This text has color #A7B388 on white background.
This text has black color on #A7B388 background.
This text has white color on #A7B388 background.
Complementary color for #hex is #584C77.