HEX: #ADB9CA
RGB: (173,185,202)
#ADB9CA contains red, green and blue colors in about the same proportion. Web safe color of #ADB9CA is #99CCCC (or #9CC).
#ADB9CA color RGB value is (173,185,202).
RGB: (173,185,202)
(68%, 73%, 79%)
R 173 of 255 = 68%
G 185 of 255 = 73%
B 202 of 255 = 79%
R + G + B ~ 73%. #ADB9CA is quite light color.
R + G + B = 173 + 185 + 202 = 560 (100%)
R 173 of 560 ~ 30.89%
G 185 of 560 ~ 33.04%
B 202 of 560 ~ 36.07'%
#ADB9CA color CMYK value is (14,8,0,21).
CMYK: (14,8,0,21)
C14M8Y0K21 (14%, 8%, 0%, 21%)
(0.14 / 0.08 / 0.00 / 0.21)
Color #ADB9CA in popluar color models
AD | B9 | CA | |
---|---|---|---|
RGB | 173 | 185 | 202 |
HSL | 215° | 21.48% | 73.53% |
HSB/HSV | 215° | 14.36% | 79.22% |
CMYK | 14.36% | 8.42% | 0.00% |
20.78% |
Color #ADB9CA in popluar number systems.
HEX | AD | B9 | CA |
Decimal | 173 | 185 | 202 |
Binary | 10101101 | 10111001 | 11001010 |
Octal | 255 | 271 | 312 |
Shades of #ADB9CA
Tints of #ADB9CA
Examples of css and html codes for elements with #ADB9CA color. Also use rgb(173,185,202) instead hex code.
.myTextColor { color: #ADB9CA; }
<p style="color:#ADB9CA">This sample text font color is #ADB9CA.</p>
This text font color is #ADB9CA.
.myBgColor { background-color: #ADB9CA; }
<div style="background-color:#ADB9CA">Inner text</div>
This div background color is #ADB9CA.
.myBorderColor { border: 1px solid #ADB9CA; }
<div style="border:3px solid #ADB9CA">Div</div>
This div border color is #ADB9CA.
.myOpacity80 { color: #ADB9CA; opacity: 0.8; }
<p style="color:#ADB9CA;opacity:0.8;">80%</p>
Text with #ADB9CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB9CA;}
<p style="text-shadow: 3px 3px 1px #ADB9CA">Text here.</p>
This text has shadow with #ADB9CA color.
.textShadow {text-shadow: 3px 3px 1px #ADB9CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB9CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB9CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB9CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB9CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB9CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB9CA;
-webkit-box-shadow: 1px 1px 3px 2px #ADB9CA;
box-shadow: 1px 1px 3px 2px #ADB9CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB9CA; -webkit-box-shadow: 1px 1px 3px 2px #ADB9CA; box-shadow:1px 1px 3px 2px #ADB9CA;">
Div content here
</div>
This text has color #ADB9CA on black background.
This text has color #ADB9CA on white background.
This text has black color on #ADB9CA background.
This text has white color on #ADB9CA background.
Complementary color for #hex is #524635.