HEX: #ABADBE
RGB: (171,173,190)
#ABADBE contains red, green and blue colors in about the same proportion. Web safe color of #ABADBE is #9999CC (or #99C).
#ABADBE color RGB value is (171,173,190).
RGB: (171,173,190)
(67%, 68%, 75%)
R 171 of 255 = 67%
G 173 of 255 = 68%
B 190 of 255 = 75%
R + G + B ~ 70%. #ABADBE is quite light color.
R + G + B = 171 + 173 + 190 = 534 (100%)
R 171 of 534 ~ 32.02%
G 173 of 534 ~ 32.4%
B 190 of 534 ~ 35.58'%
#ABADBE color CMYK value is (10,9,0,25).
CMYK: (10,9,0,25) C10M9Y0K25 (10%,9%,0%,25%) (0.10/0.09/0.00/0.25)
Color #ABADBE in popluar color models
AB | AD | BE | |
---|---|---|---|
RGB | 171 | 173 | 190 |
HSL | 234° | 12.75% | 70.78% |
HSB/HSV | 234° | 10.00% | 74.51% |
CMYK | 10.00% | 8.95% | 0.00% |
25.49% |
Color #ABADBE in popluar number systems.
HEX | AB | AD | BE |
Decimal | 171 | 173 | 190 |
Binary | 10101011 | 10101101 | 10111110 |
Octal | 253 | 255 | 276 |
Shades of #ABADBE
Tints of #ABADBE
Examples of css and html codes for elements with #ABADBE color. Also use rgb(171,173,190) instead hex code.
.myTextColor { color: #ABADBE; }
<p style="color:#ABADBE">This sample text font color is #ABADBE.</p>
This text font color is #ABADBE.
.myBgColor { background-color: #ABADBE; }
<div style="background-color:#ABADBE">Inner text</div>
This div background color is #ABADBE.
.myBorderColor { border: 1px solid #ABADBE; }
<div style="border:3px solid #ABADBE">Div</div>
This div border color is #ABADBE.
.myOpacity80 { color: #ABADBE; opacity: 0.8; }
<p style="color:#ABADBE;opacity:0.8;">80%</p>
Text with #ABADBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABADBE;}
<p style="text-shadow: 3px 3px 1px #ABADBE">Text here.</p>
This text has shadow with #ABADBE color.
.textShadow {text-shadow: 3px 3px 1px #ABADBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABADBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABADBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABADBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABADBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABADBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABADBE;
-webkit-box-shadow: 1px 1px 3px 2px #ABADBE;
box-shadow: 1px 1px 3px 2px #ABADBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABADBE; -webkit-box-shadow: 1px 1px 3px 2px #ABADBE; box-shadow:1px 1px 3px 2px #ABADBE;">
Div content here
</div>
This text has color #ABADBE on black background.
This text has color #ABADBE on white background.
This text has black color on #ABADBE background.
This text has white color on #ABADBE background.
Complementary color for #hex is #545241.