HEX: #ADBD89
RGB: (173,189,137)
#ADBD89 contains red, green and blue colors in about the same proportion. Web safe color of #ADBD89 is #99CC99 (or #9C9).
#ADBD89 color RGB value is (173,189,137).
RGB: (173,189,137)
(68%, 74%, 54%)
R 173 of 255 = 68%
G 189 of 255 = 74%
B 137 of 255 = 54%
R + G + B ~ 65%. #ADBD89 is quite light color.
R + G + B = 173 + 189 + 137 = 499 (100%)
R 173 of 499 ~ 34.67%
G 189 of 499 ~ 37.88%
B 137 of 499 ~ 27.45'%
#ADBD89 color CMYK value is (8,0,28,26).
CMYK: (8,0,28,26)
C8M0Y28K26 (8%, 0%, 28%, 26%)
(0.08 / 0.00 / 0.28 / 0.26)
Color #ADBD89 in popluar color models
AD | BD | 89 | |
---|---|---|---|
RGB | 173 | 189 | 137 |
HSL | 78° | 28.26% | 63.92% |
HSB/HSV | 78° | 27.51% | 74.12% |
CMYK | 8.47% | 0.00% | 27.51% |
25.88% |
Color #ADBD89 in popluar number systems.
HEX | AD | BD | 89 |
Decimal | 173 | 189 | 137 |
Binary | 10101101 | 10111101 | 10001001 |
Octal | 255 | 275 | 211 |
Shades of #ADBD89
Tints of #ADBD89
Examples of css and html codes for elements with #ADBD89 color. Also use rgb(173,189,137) instead hex code.
.myTextColor { color: #ADBD89; }
<p style="color:#ADBD89">This sample text font color is #ADBD89.</p>
This text font color is #ADBD89.
.myBgColor { background-color: #ADBD89; }
<div style="background-color:#ADBD89">Inner text</div>
This div background color is #ADBD89.
.myBorderColor { border: 1px solid #ADBD89; }
<div style="border:3px solid #ADBD89">Div</div>
This div border color is #ADBD89.
.myOpacity80 { color: #ADBD89; opacity: 0.8; }
<p style="color:#ADBD89;opacity:0.8;">80%</p>
Text with #ADBD89 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBD89;}
<p style="text-shadow: 3px 3px 1px #ADBD89">Text here.</p>
This text has shadow with #ADBD89 color.
.textShadow {text-shadow: 3px 3px 1px #ADBD89', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBD89, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBD89 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBD89, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBD89, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBD89 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBD89;
-webkit-box-shadow: 1px 1px 3px 2px #ADBD89;
box-shadow: 1px 1px 3px 2px #ADBD89;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBD89; -webkit-box-shadow: 1px 1px 3px 2px #ADBD89; box-shadow:1px 1px 3px 2px #ADBD89;">
Div content here
</div>
This text has color #ADBD89 on black background.
This text has color #ADBD89 on white background.
This text has black color on #ADBD89 background.
This text has white color on #ADBD89 background.
Complementary color for #hex is #524276.