HEX: #ABC9ED
RGB: (171,201,237)
#ABC9ED contains mainly green and blue colors. Web safe color of #ABC9ED is #99CCFF (or #9CF).
#ABC9ED color RGB value is (171,201,237).
RGB: (171,201,237)
(67%, 79%, 93%)
R 171 of 255 = 67%
G 201 of 255 = 79%
B 237 of 255 = 93%
R + G + B ~ 80%. #ABC9ED is quite light color.
R + G + B = 171 + 201 + 237 = 609 (100%)
R 171 of 609 ~ 28.08%
G 201 of 609 ~ 33%
B 237 of 609 ~ 38.92'%
#ABC9ED color CMYK value is (28,15,0,7).
CMYK: (28,15,0,7) C28M15Y0K7 (28%,15%,0%,7%) (0.28/0.15/0.00/0.07)
Color #ABC9ED in popluar color models
AB | C9 | ED | |
---|---|---|---|
RGB | 171 | 201 | 237 |
HSL | 213° | 64.71% | 80.00% |
HSB/HSV | 213° | 27.85% | 92.94% |
CMYK | 27.85% | 15.19% | 0.00% |
7.06% |
Color #ABC9ED in popluar number systems.
HEX | AB | C9 | ED |
Decimal | 171 | 201 | 237 |
Binary | 10101011 | 11001001 | 11101101 |
Octal | 253 | 311 | 355 |
Shades of #ABC9ED
Tints of #ABC9ED
Examples of css and html codes for elements with #ABC9ED color. Also use rgb(171,201,237) instead hex code.
.myTextColor { color: #ABC9ED; }
<p style="color:#ABC9ED">This sample text font color is #ABC9ED.</p>
This text font color is #ABC9ED.
.myBgColor { background-color: #ABC9ED; }
<div style="background-color:#ABC9ED">Inner text</div>
This div background color is #ABC9ED.
.myBorderColor { border: 1px solid #ABC9ED; }
<div style="border:3px solid #ABC9ED">Div</div>
This div border color is #ABC9ED.
.myOpacity80 { color: #ABC9ED; opacity: 0.8; }
<p style="color:#ABC9ED;opacity:0.8;">80%</p>
Text with #ABC9ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC9ED;}
<p style="text-shadow: 3px 3px 1px #ABC9ED">Text here.</p>
This text has shadow with #ABC9ED color.
.textShadow {text-shadow: 3px 3px 1px #ABC9ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC9ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC9ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC9ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC9ED;
-webkit-box-shadow: 1px 1px 3px 2px #ABC9ED;
box-shadow: 1px 1px 3px 2px #ABC9ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC9ED; -webkit-box-shadow: 1px 1px 3px 2px #ABC9ED; box-shadow:1px 1px 3px 2px #ABC9ED;">
Div content here
</div>
This text has color #ABC9ED on black background.
This text has color #ABC9ED on white background.
This text has black color on #ABC9ED background.
This text has white color on #ABC9ED background.
Complementary color for #hex is #543612.