HEX: #ADB4CC
RGB: (173,180,204)
#ADB4CC contains red, green and blue colors in about the same proportion. Web safe color of #ADB4CC is #99CCCC (or #9CC).
#ADB4CC color RGB value is (173,180,204).
RGB: (173,180,204)
(68%, 71%, 80%)
R 173 of 255 = 68%
G 180 of 255 = 71%
B 204 of 255 = 80%
R + G + B ~ 73%. #ADB4CC is quite light color.
R + G + B = 173 + 180 + 204 = 557 (100%)
R 173 of 557 ~ 31.06%
G 180 of 557 ~ 32.32%
B 204 of 557 ~ 36.62'%
#ADB4CC color CMYK value is (15,12,0,20).
CMYK: (15,12,0,20)
C15M12Y0K20 (15%, 12%, 0%, 20%)
(0.15 / 0.12 / 0.00 / 0.20)
Color #ADB4CC in popluar color models
AD | B4 | CC | |
---|---|---|---|
RGB | 173 | 180 | 204 |
HSL | 226° | 23.31% | 73.92% |
HSB/HSV | 226° | 15.20% | 80.00% |
CMYK | 15.20% | 11.76% | 0.00% |
20.00% |
Color #ADB4CC in popluar number systems.
HEX | AD | B4 | CC |
Decimal | 173 | 180 | 204 |
Binary | 10101101 | 10110100 | 11001100 |
Octal | 255 | 264 | 314 |
Shades of #ADB4CC
Tints of #ADB4CC
Examples of css and html codes for elements with #ADB4CC color. Also use rgb(173,180,204) instead hex code.
.myTextColor { color: #ADB4CC; }
<p style="color:#ADB4CC">This sample text font color is #ADB4CC.</p>
This text font color is #ADB4CC.
.myBgColor { background-color: #ADB4CC; }
<div style="background-color:#ADB4CC">Inner text</div>
This div background color is #ADB4CC.
.myBorderColor { border: 1px solid #ADB4CC; }
<div style="border:3px solid #ADB4CC">Div</div>
This div border color is #ADB4CC.
.myOpacity80 { color: #ADB4CC; opacity: 0.8; }
<p style="color:#ADB4CC;opacity:0.8;">80%</p>
Text with #ADB4CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB4CC;}
<p style="text-shadow: 3px 3px 1px #ADB4CC">Text here.</p>
This text has shadow with #ADB4CC color.
.textShadow {text-shadow: 3px 3px 1px #ADB4CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB4CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB4CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB4CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB4CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB4CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB4CC;
-webkit-box-shadow: 1px 1px 3px 2px #ADB4CC;
box-shadow: 1px 1px 3px 2px #ADB4CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB4CC; -webkit-box-shadow: 1px 1px 3px 2px #ADB4CC; box-shadow:1px 1px 3px 2px #ADB4CC;">
Div content here
</div>
This text has color #ADB4CC on black background.
This text has color #ADB4CC on white background.
This text has black color on #ADB4CC background.
This text has white color on #ADB4CC background.
Complementary color for #hex is #524B33.