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