HEX: #ABC0CC
RGB: (171,192,204)
#ABC0CC contains red, green and blue colors in about the same proportion. Web safe color of #ABC0CC is #99CCCC (or #9CC).
#ABC0CC color RGB value is (171,192,204).
RGB: (171,192,204)
(67%, 75%, 80%)
R 171 of 255 = 67%
G 192 of 255 = 75%
B 204 of 255 = 80%
R + G + B ~ 74%. #ABC0CC is quite light color.
R + G + B = 171 + 192 + 204 = 567 (100%)
R 171 of 567 ~ 30.16%
G 192 of 567 ~ 33.86%
B 204 of 567 ~ 35.98'%
#ABC0CC color CMYK value is (16,6,0,20).
CMYK: (16,6,0,20) C16M6Y0K20 (16%,6%,0%,20%) (0.16/0.06/0.00/0.20)
Color #ABC0CC in popluar color models
AB | C0 | CC | |
---|---|---|---|
RGB | 171 | 192 | 204 |
HSL | 202° | 24.44% | 73.53% |
HSB/HSV | 202° | 16.18% | 80.00% |
CMYK | 16.18% | 5.88% | 0.00% |
20.00% |
Color #ABC0CC in popluar number systems.
HEX | AB | C0 | CC |
Decimal | 171 | 192 | 204 |
Binary | 10101011 | 11000000 | 11001100 |
Octal | 253 | 300 | 314 |
Shades of #ABC0CC
Tints of #ABC0CC
Examples of css and html codes for elements with #ABC0CC color. Also use rgb(171,192,204) instead hex code.
.myTextColor { color: #ABC0CC; }
<p style="color:#ABC0CC">This sample text font color is #ABC0CC.</p>
This text font color is #ABC0CC.
.myBgColor { background-color: #ABC0CC; }
<div style="background-color:#ABC0CC">Inner text</div>
This div background color is #ABC0CC.
.myBorderColor { border: 1px solid #ABC0CC; }
<div style="border:3px solid #ABC0CC">Div</div>
This div border color is #ABC0CC.
.myOpacity80 { color: #ABC0CC; opacity: 0.8; }
<p style="color:#ABC0CC;opacity:0.8;">80%</p>
Text with #ABC0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC0CC;}
<p style="text-shadow: 3px 3px 1px #ABC0CC">Text here.</p>
This text has shadow with #ABC0CC color.
.textShadow {text-shadow: 3px 3px 1px #ABC0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC0CC;
-webkit-box-shadow: 1px 1px 3px 2px #ABC0CC;
box-shadow: 1px 1px 3px 2px #ABC0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC0CC; -webkit-box-shadow: 1px 1px 3px 2px #ABC0CC; box-shadow:1px 1px 3px 2px #ABC0CC;">
Div content here
</div>
This text has color #ABC0CC on black background.
This text has color #ABC0CC on white background.
This text has black color on #ABC0CC background.
This text has white color on #ABC0CC background.
Complementary color for #hex is #543F33.