HEX: #ADBBA6
RGB: (173,187,166)
#ADBBA6 contains red, green and blue colors in about the same proportion. Web safe color of #ADBBA6 is #99CC99 (or #9C9).
#ADBBA6 color RGB value is (173,187,166).
RGB: (173,187,166)
(68%, 73%, 65%)
R 173 of 255 = 68%
G 187 of 255 = 73%
B 166 of 255 = 65%
R + G + B ~ 69%. #ADBBA6 is quite light color.
R + G + B = 173 + 187 + 166 = 526 (100%)
R 173 of 526 ~ 32.89%
G 187 of 526 ~ 35.55%
B 166 of 526 ~ 31.56'%
#ADBBA6 color CMYK value is (7,0,11,27).
CMYK: (7,0,11,27) C7M0Y11K27 (7%,0%,11%,27%) (0.07/0.00/0.11/0.27)
Color #ADBBA6 in popluar color models
AD | BB | A6 | |
---|---|---|---|
RGB | 173 | 187 | 166 |
HSL | 100° | 13.38% | 69.22% |
HSB/HSV | 100° | 11.23% | 73.33% |
CMYK | 7.49% | 0.00% | 11.23% |
26.67% |
Color #ADBBA6 in popluar number systems.
HEX | AD | BB | A6 |
Decimal | 173 | 187 | 166 |
Binary | 10101101 | 10111011 | 10100110 |
Octal | 255 | 273 | 246 |
Shades of #ADBBA6
Tints of #ADBBA6
Examples of css and html codes for elements with #ADBBA6 color. Also use rgb(173,187,166) instead hex code.
.myTextColor { color: #ADBBA6; }
<p style="color:#ADBBA6">This sample text font color is #ADBBA6.</p>
This text font color is #ADBBA6.
.myBgColor { background-color: #ADBBA6; }
<div style="background-color:#ADBBA6">Inner text</div>
This div background color is #ADBBA6.
.myBorderColor { border: 1px solid #ADBBA6; }
<div style="border:3px solid #ADBBA6">Div</div>
This div border color is #ADBBA6.
.myOpacity80 { color: #ADBBA6; opacity: 0.8; }
<p style="color:#ADBBA6;opacity:0.8;">80%</p>
Text with #ADBBA6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBBA6;}
<p style="text-shadow: 3px 3px 1px #ADBBA6">Text here.</p>
This text has shadow with #ADBBA6 color.
.textShadow {text-shadow: 3px 3px 1px #ADBBA6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBBA6, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBBA6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBBA6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBBA6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBBA6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBBA6;
-webkit-box-shadow: 1px 1px 3px 2px #ADBBA6;
box-shadow: 1px 1px 3px 2px #ADBBA6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBBA6; -webkit-box-shadow: 1px 1px 3px 2px #ADBBA6; box-shadow:1px 1px 3px 2px #ADBBA6;">
Div content here
</div>
This text has color #ADBBA6 on black background.
This text has color #ADBBA6 on white background.
This text has black color on #ADBBA6 background.
This text has white color on #ADBBA6 background.
Complementary color for #hex is #524459.