HEX: #ADB4AF
RGB: (173,180,175)
#ADB4AF contains red, green and blue colors in about the same proportion. Web safe color of #ADB4AF is #99CC99 (or #9C9).
#ADB4AF color RGB value is (173,180,175).
RGB: (173,180,175)
(68%, 71%, 69%)
R 173 of 255 = 68%
G 180 of 255 = 71%
B 175 of 255 = 69%
R + G + B ~ 69%. #ADB4AF is quite light color.
R + G + B = 173 + 180 + 175 = 528 (100%)
R 173 of 528 ~ 32.77%
G 180 of 528 ~ 34.09%
B 175 of 528 ~ 33.14'%
#ADB4AF color CMYK value is (4,0,3,29).
CMYK: (4,0,3,29)
C4M0Y3K29 (4%, 0%, 3%, 29%)
(0.04 / 0.00 / 0.03 / 0.29)
Color #ADB4AF in popluar color models
AD | B4 | AF | |
---|---|---|---|
RGB | 173 | 180 | 175 |
HSL | 137° | 4.46% | 69.22% |
HSB/HSV | 137° | 3.89% | 70.59% |
CMYK | 3.89% | 0.00% | 2.78% |
29.41% |
Color #ADB4AF in popluar number systems.
HEX | AD | B4 | AF |
Decimal | 173 | 180 | 175 |
Binary | 10101101 | 10110100 | 10101111 |
Octal | 255 | 264 | 257 |
Shades of #ADB4AF
Tints of #ADB4AF
Examples of css and html codes for elements with #ADB4AF color. Also use rgb(173,180,175) instead hex code.
.myTextColor { color: #ADB4AF; }
<p style="color:#ADB4AF">This sample text font color is #ADB4AF.</p>
This text font color is #ADB4AF.
.myBgColor { background-color: #ADB4AF; }
<div style="background-color:#ADB4AF">Inner text</div>
This div background color is #ADB4AF.
.myBorderColor { border: 1px solid #ADB4AF; }
<div style="border:3px solid #ADB4AF">Div</div>
This div border color is #ADB4AF.
.myOpacity80 { color: #ADB4AF; opacity: 0.8; }
<p style="color:#ADB4AF;opacity:0.8;">80%</p>
Text with #ADB4AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB4AF;}
<p style="text-shadow: 3px 3px 1px #ADB4AF">Text here.</p>
This text has shadow with #ADB4AF color.
.textShadow {text-shadow: 3px 3px 1px #ADB4AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB4AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB4AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB4AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB4AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB4AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB4AF;
-webkit-box-shadow: 1px 1px 3px 2px #ADB4AF;
box-shadow: 1px 1px 3px 2px #ADB4AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB4AF; -webkit-box-shadow: 1px 1px 3px 2px #ADB4AF; box-shadow:1px 1px 3px 2px #ADB4AF;">
Div content here
</div>
This text has color #ADB4AF on black background.
This text has color #ADB4AF on white background.
This text has black color on #ADB4AF background.
This text has white color on #ADB4AF background.
Complementary color for #hex is #524B50.