HEX: #ADB288
RGB: (173,178,136)
#ADB288 contains red, green and blue colors in about the same proportion. Web safe color of #ADB288 is #999999 (or #999).
#ADB288 color RGB value is (173,178,136).
RGB: (173,178,136)
(68%, 70%, 53%)
R 173 of 255 = 68%
G 178 of 255 = 70%
B 136 of 255 = 53%
R + G + B ~ 64%. #ADB288 is quite light color.
R + G + B = 173 + 178 + 136 = 487 (100%)
R 173 of 487 ~ 35.52%
G 178 of 487 ~ 36.55%
B 136 of 487 ~ 27.93'%
#ADB288 color CMYK value is (3,0,24,30).
CMYK: (3,0,24,30)
C3M0Y24K30 (3%, 0%, 24%, 30%)
(0.03 / 0.00 / 0.24 / 0.30)
Color #ADB288 in popluar color models
AD | B2 | 88 | |
---|---|---|---|
RGB | 173 | 178 | 136 |
HSL | 67° | 21.43% | 61.57% |
HSB/HSV | 67° | 23.60% | 69.80% |
CMYK | 2.81% | 0.00% | 23.60% |
30.20% |
Color #ADB288 in popluar number systems.
HEX | AD | B2 | 88 |
Decimal | 173 | 178 | 136 |
Binary | 10101101 | 10110010 | 10001000 |
Octal | 255 | 262 | 210 |
Shades of #ADB288
Tints of #ADB288
Examples of css and html codes for elements with #ADB288 color. Also use rgb(173,178,136) instead hex code.
.myTextColor { color: #ADB288; }
<p style="color:#ADB288">This sample text font color is #ADB288.</p>
This text font color is #ADB288.
.myBgColor { background-color: #ADB288; }
<div style="background-color:#ADB288">Inner text</div>
This div background color is #ADB288.
.myBorderColor { border: 1px solid #ADB288; }
<div style="border:3px solid #ADB288">Div</div>
This div border color is #ADB288.
.myOpacity80 { color: #ADB288; opacity: 0.8; }
<p style="color:#ADB288;opacity:0.8;">80%</p>
Text with #ADB288 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB288;}
<p style="text-shadow: 3px 3px 1px #ADB288">Text here.</p>
This text has shadow with #ADB288 color.
.textShadow {text-shadow: 3px 3px 1px #ADB288', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB288, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB288 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB288, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB288, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB288 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB288;
-webkit-box-shadow: 1px 1px 3px 2px #ADB288;
box-shadow: 1px 1px 3px 2px #ADB288;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB288; -webkit-box-shadow: 1px 1px 3px 2px #ADB288; box-shadow:1px 1px 3px 2px #ADB288;">
Div content here
</div>
This text has color #ADB288 on black background.
This text has color #ADB288 on white background.
This text has black color on #ADB288 background.
This text has white color on #ADB288 background.
Complementary color for #hex is #524D77.