HEX: #ABDCC7
RGB: (171,220,199)
#ABDCC7 contains red, green and blue colors in about the same proportion. Web safe color of #ABDCC7 is #99CCCC (or #9CC).
#ABDCC7 color RGB value is (171,220,199).
RGB: (171,220,199)
(67%, 86%, 78%)
R 171 of 255 = 67%
G 220 of 255 = 86%
B 199 of 255 = 78%
R + G + B ~ 77%. #ABDCC7 is quite light color.
R + G + B = 171 + 220 + 199 = 590 (100%)
R 171 of 590 ~ 28.98%
G 220 of 590 ~ 37.29%
B 199 of 590 ~ 33.73'%
#ABDCC7 color CMYK value is (22,0,10,14).
CMYK: (22,0,10,14)
C22M0Y10K14 (22%, 0%, 10%, 14%)
(0.22 / 0.00 / 0.10 / 0.14)
Color #ABDCC7 in popluar color models
AB | DC | C7 | |
---|---|---|---|
RGB | 171 | 220 | 199 |
HSL | 154° | 41.18% | 76.67% |
HSB/HSV | 154° | 22.27% | 86.27% |
CMYK | 22.27% | 0.00% | 9.55% |
13.73% |
Color #ABDCC7 in popluar number systems.
HEX | AB | DC | C7 |
Decimal | 171 | 220 | 199 |
Binary | 10101011 | 11011100 | 11000111 |
Octal | 253 | 334 | 307 |
Shades of #ABDCC7
Tints of #ABDCC7
Examples of css and html codes for elements with #ABDCC7 color. Also use rgb(171,220,199) instead hex code.
.myTextColor { color: #ABDCC7; }
<p style="color:#ABDCC7">This sample text font color is #ABDCC7.</p>
This text font color is #ABDCC7.
.myBgColor { background-color: #ABDCC7; }
<div style="background-color:#ABDCC7">Inner text</div>
This div background color is #ABDCC7.
.myBorderColor { border: 1px solid #ABDCC7; }
<div style="border:3px solid #ABDCC7">Div</div>
This div border color is #ABDCC7.
.myOpacity80 { color: #ABDCC7; opacity: 0.8; }
<p style="color:#ABDCC7;opacity:0.8;">80%</p>
Text with #ABDCC7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABDCC7;}
<p style="text-shadow: 3px 3px 1px #ABDCC7">Text here.</p>
This text has shadow with #ABDCC7 color.
.textShadow {text-shadow: 3px 3px 1px #ABDCC7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABDCC7, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABDCC7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABDCC7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABDCC7, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABDCC7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABDCC7;
-webkit-box-shadow: 1px 1px 3px 2px #ABDCC7;
box-shadow: 1px 1px 3px 2px #ABDCC7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABDCC7; -webkit-box-shadow: 1px 1px 3px 2px #ABDCC7; box-shadow:1px 1px 3px 2px #ABDCC7;">
Div content here
</div>
This text has color #ABDCC7 on black background.
This text has color #ABDCC7 on white background.
This text has black color on #ABDCC7 background.
This text has white color on #ABDCC7 background.
Complementary color for #hex is #542338.