HEX: #ADBE9C
RGB: (173,190,156)
#ADBE9C contains red, green and blue colors in about the same proportion. Web safe color of #ADBE9C is #99CC99 (or #9C9).
#ADBE9C color RGB value is (173,190,156).
RGB: (173,190,156)
(68%, 75%, 61%)
R 173 of 255 = 68%
G 190 of 255 = 75%
B 156 of 255 = 61%
R + G + B ~ 68%. #ADBE9C is quite light color.
R + G + B = 173 + 190 + 156 = 519 (100%)
R 173 of 519 ~ 33.33%
G 190 of 519 ~ 36.61%
B 156 of 519 ~ 30.06'%
#ADBE9C color CMYK value is (9,0,18,25).
CMYK: (9,0,18,25)
C9M0Y18K25 (9%, 0%, 18%, 25%)
(0.09 / 0.00 / 0.18 / 0.25)
Color #ADBE9C in popluar color models
AD | BE | 9C | |
---|---|---|---|
RGB | 173 | 190 | 156 |
HSL | 90° | 20.73% | 67.84% |
HSB/HSV | 90° | 17.89% | 74.51% |
CMYK | 8.95% | 0.00% | 17.89% |
25.49% |
Color #ADBE9C in popluar number systems.
HEX | AD | BE | 9C |
Decimal | 173 | 190 | 156 |
Binary | 10101101 | 10111110 | 10011100 |
Octal | 255 | 276 | 234 |
Shades of #ADBE9C
Tints of #ADBE9C
Examples of css and html codes for elements with #ADBE9C color. Also use rgb(173,190,156) instead hex code.
.myTextColor { color: #ADBE9C; }
<p style="color:#ADBE9C">This sample text font color is #ADBE9C.</p>
This text font color is #ADBE9C.
.myBgColor { background-color: #ADBE9C; }
<div style="background-color:#ADBE9C">Inner text</div>
This div background color is #ADBE9C.
.myBorderColor { border: 1px solid #ADBE9C; }
<div style="border:3px solid #ADBE9C">Div</div>
This div border color is #ADBE9C.
.myOpacity80 { color: #ADBE9C; opacity: 0.8; }
<p style="color:#ADBE9C;opacity:0.8;">80%</p>
Text with #ADBE9C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBE9C;}
<p style="text-shadow: 3px 3px 1px #ADBE9C">Text here.</p>
This text has shadow with #ADBE9C color.
.textShadow {text-shadow: 3px 3px 1px #ADBE9C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBE9C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBE9C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBE9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBE9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBE9C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBE9C;
-webkit-box-shadow: 1px 1px 3px 2px #ADBE9C;
box-shadow: 1px 1px 3px 2px #ADBE9C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBE9C; -webkit-box-shadow: 1px 1px 3px 2px #ADBE9C; box-shadow:1px 1px 3px 2px #ADBE9C;">
Div content here
</div>
This text has color #ADBE9C on black background.
This text has color #ADBE9C on white background.
This text has black color on #ADBE9C background.
This text has white color on #ADBE9C background.
Complementary color for #hex is #524163.