HEX: #ADBCBE
RGB: (173,188,190)
#ADBCBE contains red, green and blue colors in about the same proportion. Web safe color of #ADBCBE is #99CCCC (or #9CC).
#ADBCBE color RGB value is (173,188,190).
RGB: (173,188,190)
(68%, 74%, 75%)
R 173 of 255 = 68%
G 188 of 255 = 74%
B 190 of 255 = 75%
R + G + B ~ 72%. #ADBCBE is quite light color.
R + G + B = 173 + 188 + 190 = 551 (100%)
R 173 of 551 ~ 31.4%
G 188 of 551 ~ 34.12%
B 190 of 551 ~ 34.48'%
#ADBCBE color CMYK value is (9,1,0,25).
CMYK: (9,1,0,25)
C9M1Y0K25 (9%, 1%, 0%, 25%)
(0.09 / 0.01 / 0.00 / 0.25)
Color #ADBCBE in popluar color models
AD | BC | BE | |
---|---|---|---|
RGB | 173 | 188 | 190 |
HSL | 187° | 11.56% | 71.18% |
HSB/HSV | 187° | 8.95% | 74.51% |
CMYK | 8.95% | 1.05% | 0.00% |
25.49% |
Color #ADBCBE in popluar number systems.
HEX | AD | BC | BE |
Decimal | 173 | 188 | 190 |
Binary | 10101101 | 10111100 | 10111110 |
Octal | 255 | 274 | 276 |
Shades of #ADBCBE
Tints of #ADBCBE
Examples of css and html codes for elements with #ADBCBE color. Also use rgb(173,188,190) instead hex code.
.myTextColor { color: #ADBCBE; }
<p style="color:#ADBCBE">This sample text font color is #ADBCBE.</p>
This text font color is #ADBCBE.
.myBgColor { background-color: #ADBCBE; }
<div style="background-color:#ADBCBE">Inner text</div>
This div background color is #ADBCBE.
.myBorderColor { border: 1px solid #ADBCBE; }
<div style="border:3px solid #ADBCBE">Div</div>
This div border color is #ADBCBE.
.myOpacity80 { color: #ADBCBE; opacity: 0.8; }
<p style="color:#ADBCBE;opacity:0.8;">80%</p>
Text with #ADBCBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBCBE;}
<p style="text-shadow: 3px 3px 1px #ADBCBE">Text here.</p>
This text has shadow with #ADBCBE color.
.textShadow {text-shadow: 3px 3px 1px #ADBCBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBCBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBCBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBCBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBCBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBCBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBCBE;
-webkit-box-shadow: 1px 1px 3px 2px #ADBCBE;
box-shadow: 1px 1px 3px 2px #ADBCBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBCBE; -webkit-box-shadow: 1px 1px 3px 2px #ADBCBE; box-shadow:1px 1px 3px 2px #ADBCBE;">
Div content here
</div>
This text has color #ADBCBE on black background.
This text has color #ADBCBE on white background.
This text has black color on #ADBCBE background.
This text has white color on #ADBCBE background.
Complementary color for #hex is #524341.