HEX: #87B2DB
RGB: (135,178,219)
#87B2DB contains mainly green and blue colors. Web safe color of #87B2DB is #9999CC (or #99C).
#87B2DB color RGB value is (135,178,219).
RGB: (135,178,219)
(53%, 70%, 86%)
R 135 of 255 = 53%
G 178 of 255 = 70%
B 219 of 255 = 86%
R + G + B ~ 70%. #87B2DB is quite light color.
R + G + B = 135 + 178 + 219 = 532 (100%)
R 135 of 532 ~ 25.38%
G 178 of 532 ~ 33.46%
B 219 of 532 ~ 41.17'%
#87B2DB color CMYK value is (38,19,0,14).
CMYK: (38,19,0,14) C38M19Y0K14 (38%,19%,0%,14%) (0.38/0.19/0.00/0.14)
Color #87B2DB in popluar color models
87 | B2 | DB | |
---|---|---|---|
RGB | 135 | 178 | 219 |
HSL | 209° | 53.85% | 69.41% |
HSB/HSV | 209° | 38.36% | 85.88% |
CMYK | 38.36% | 18.72% | 0.00% |
14.12% |
Color #87B2DB in popluar number systems.
HEX | 87 | B2 | DB |
Decimal | 135 | 178 | 219 |
Binary | 10000111 | 10110010 | 11011011 |
Octal | 207 | 262 | 333 |
Shades of #87B2DB
Tints of #87B2DB
Examples of css and html codes for elements with #87B2DB color. Also use rgb(135,178,219) instead hex code.
.myTextColor { color: #87B2DB; }
<p style="color:#87B2DB">This sample text font color is #87B2DB.</p>
This text font color is #87B2DB.
.myBgColor { background-color: #87B2DB; }
<div style="background-color:#87B2DB">Inner text</div>
This div background color is #87B2DB.
.myBorderColor { border: 1px solid #87B2DB; }
<div style="border:3px solid #87B2DB">Div</div>
This div border color is #87B2DB.
.myOpacity80 { color: #87B2DB; opacity: 0.8; }
<p style="color:#87B2DB;opacity:0.8;">80%</p>
Text with #87B2DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87B2DB;}
<p style="text-shadow: 3px 3px 1px #87B2DB">Text here.</p>
This text has shadow with #87B2DB color.
.textShadow {text-shadow: 3px 3px 1px #87B2DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87B2DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #87B2DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87B2DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87B2DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #87B2DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87B2DB;
-webkit-box-shadow: 1px 1px 3px 2px #87B2DB;
box-shadow: 1px 1px 3px 2px #87B2DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87B2DB; -webkit-box-shadow: 1px 1px 3px 2px #87B2DB; box-shadow:1px 1px 3px 2px #87B2DB;">
Div content here
</div>
This text has color #87B2DB on black background.
This text has color #87B2DB on white background.
This text has black color on #87B2DB background.
This text has white color on #87B2DB background.
Complementary color for #hex is #784D24.