HEX: #ABADCC
RGB: (171,173,204)
#ABADCC contains red, green and blue colors in about the same proportion. Web safe color of #ABADCC is #9999CC (or #99C).
#ABADCC color RGB value is (171,173,204).
RGB: (171,173,204)
(67%, 68%, 80%)
R 171 of 255 = 67%
G 173 of 255 = 68%
B 204 of 255 = 80%
R + G + B ~ 72%. #ABADCC is quite light color.
R + G + B = 171 + 173 + 204 = 548 (100%)
R 171 of 548 ~ 31.2%
G 173 of 548 ~ 31.57%
B 204 of 548 ~ 37.23'%
#ABADCC color CMYK value is (16,15,0,20).
CMYK: (16,15,0,20) C16M15Y0K20 (16%,15%,0%,20%) (0.16/0.15/0.00/0.20)
Color #ABADCC in popluar color models
AB | AD | CC | |
---|---|---|---|
RGB | 171 | 173 | 204 |
HSL | 236° | 24.44% | 73.53% |
HSB/HSV | 236° | 16.18% | 80.00% |
CMYK | 16.18% | 15.20% | 0.00% |
20.00% |
Color #ABADCC in popluar number systems.
HEX | AB | AD | CC |
Decimal | 171 | 173 | 204 |
Binary | 10101011 | 10101101 | 11001100 |
Octal | 253 | 255 | 314 |
Shades of #ABADCC
Tints of #ABADCC
Examples of css and html codes for elements with #ABADCC color. Also use rgb(171,173,204) instead hex code.
.myTextColor { color: #ABADCC; }
<p style="color:#ABADCC">This sample text font color is #ABADCC.</p>
This text font color is #ABADCC.
.myBgColor { background-color: #ABADCC; }
<div style="background-color:#ABADCC">Inner text</div>
This div background color is #ABADCC.
.myBorderColor { border: 1px solid #ABADCC; }
<div style="border:3px solid #ABADCC">Div</div>
This div border color is #ABADCC.
.myOpacity80 { color: #ABADCC; opacity: 0.8; }
<p style="color:#ABADCC;opacity:0.8;">80%</p>
Text with #ABADCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABADCC;}
<p style="text-shadow: 3px 3px 1px #ABADCC">Text here.</p>
This text has shadow with #ABADCC color.
.textShadow {text-shadow: 3px 3px 1px #ABADCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABADCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABADCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABADCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABADCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABADCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABADCC;
-webkit-box-shadow: 1px 1px 3px 2px #ABADCC;
box-shadow: 1px 1px 3px 2px #ABADCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABADCC; -webkit-box-shadow: 1px 1px 3px 2px #ABADCC; box-shadow:1px 1px 3px 2px #ABADCC;">
Div content here
</div>
This text has color #ABADCC on black background.
This text has color #ABADCC on white background.
This text has black color on #ABADCC background.
This text has white color on #ABADCC background.
Complementary color for #hex is #545233.