HEX: #ADBBBD
RGB: (173,187,189)
#ADBBBD contains red, green and blue colors in about the same proportion. Web safe color of #ADBBBD is #99CCCC (or #9CC).
#ADBBBD color RGB value is (173,187,189).
RGB: (173,187,189)
(68%, 73%, 74%)
R 173 of 255 = 68%
G 187 of 255 = 73%
B 189 of 255 = 74%
R + G + B ~ 72%. #ADBBBD is quite light color.
R + G + B = 173 + 187 + 189 = 549 (100%)
R 173 of 549 ~ 31.51%
G 187 of 549 ~ 34.06%
B 189 of 549 ~ 34.43'%
#ADBBBD color CMYK value is (8,1,0,26).
CMYK: (8,1,0,26) C8M1Y0K26 (8%,1%,0%,26%) (0.08/0.01/0.00/0.26)
Color #ADBBBD in popluar color models
AD | BB | BD | |
---|---|---|---|
RGB | 173 | 187 | 189 |
HSL | 188° | 10.81% | 70.98% |
HSB/HSV | 188° | 8.47% | 74.12% |
CMYK | 8.47% | 1.06% | 0.00% |
25.88% |
Color #ADBBBD in popluar number systems.
HEX | AD | BB | BD |
Decimal | 173 | 187 | 189 |
Binary | 10101101 | 10111011 | 10111101 |
Octal | 255 | 273 | 275 |
Shades of #ADBBBD
Tints of #ADBBBD
Examples of css and html codes for elements with #ADBBBD color. Also use rgb(173,187,189) instead hex code.
.myTextColor { color: #ADBBBD; }
<p style="color:#ADBBBD">This sample text font color is #ADBBBD.</p>
This text font color is #ADBBBD.
.myBgColor { background-color: #ADBBBD; }
<div style="background-color:#ADBBBD">Inner text</div>
This div background color is #ADBBBD.
.myBorderColor { border: 1px solid #ADBBBD; }
<div style="border:3px solid #ADBBBD">Div</div>
This div border color is #ADBBBD.
.myOpacity80 { color: #ADBBBD; opacity: 0.8; }
<p style="color:#ADBBBD;opacity:0.8;">80%</p>
Text with #ADBBBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBBBD;}
<p style="text-shadow: 3px 3px 1px #ADBBBD">Text here.</p>
This text has shadow with #ADBBBD color.
.textShadow {text-shadow: 3px 3px 1px #ADBBBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBBBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBBBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBBBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBBBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBBBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBBBD;
-webkit-box-shadow: 1px 1px 3px 2px #ADBBBD;
box-shadow: 1px 1px 3px 2px #ADBBBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBBBD; -webkit-box-shadow: 1px 1px 3px 2px #ADBBBD; box-shadow:1px 1px 3px 2px #ADBBBD;">
Div content here
</div>
This text has color #ADBBBD on black background.
This text has color #ADBBBD on white background.
This text has black color on #ADBBBD background.
This text has white color on #ADBBBD background.
Complementary color for #hex is #524442.