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