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