HEX: #87B4DA
RGB: (135,180,218)
#87B4DA contains mainly green and blue colors. Web safe color of #87B4DA is #99CCCC (or #9CC).
#87B4DA color RGB value is (135,180,218).
RGB: (135,180,218)
(53%, 71%, 85%)
R 135 of 255 = 53%
G 180 of 255 = 71%
B 218 of 255 = 85%
R + G + B ~ 70%. #87B4DA is quite light color.
R + G + B = 135 + 180 + 218 = 533 (100%)
R 135 of 533 ~ 25.33%
G 180 of 533 ~ 33.77%
B 218 of 533 ~ 40.9'%
#87B4DA color CMYK value is (38,17,0,15).
CMYK: (38,17,0,15)
C38M17Y0K15 (38%, 17%, 0%, 15%)
(0.38 / 0.17 / 0.00 / 0.15)
Color #87B4DA in popluar color models
87 | B4 | DA | |
---|---|---|---|
RGB | 135 | 180 | 218 |
HSL | 207° | 52.87% | 69.22% |
HSB/HSV | 207° | 38.07% | 85.49% |
CMYK | 38.07% | 17.43% | 0.00% |
14.51% |
Color #87B4DA in popluar number systems.
HEX | 87 | B4 | DA |
Decimal | 135 | 180 | 218 |
Binary | 10000111 | 10110100 | 11011010 |
Octal | 207 | 264 | 332 |
Shades of #87B4DA
Tints of #87B4DA
Examples of css and html codes for elements with #87B4DA color. Also use rgb(135,180,218) instead hex code.
.myTextColor { color: #87B4DA; }
<p style="color:#87B4DA">This sample text font color is #87B4DA.</p>
This text font color is #87B4DA.
.myBgColor { background-color: #87B4DA; }
<div style="background-color:#87B4DA">Inner text</div>
This div background color is #87B4DA.
.myBorderColor { border: 1px solid #87B4DA; }
<div style="border:3px solid #87B4DA">Div</div>
This div border color is #87B4DA.
.myOpacity80 { color: #87B4DA; opacity: 0.8; }
<p style="color:#87B4DA;opacity:0.8;">80%</p>
Text with #87B4DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87B4DA;}
<p style="text-shadow: 3px 3px 1px #87B4DA">Text here.</p>
This text has shadow with #87B4DA color.
.textShadow {text-shadow: 3px 3px 1px #87B4DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87B4DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #87B4DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87B4DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87B4DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #87B4DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87B4DA;
-webkit-box-shadow: 1px 1px 3px 2px #87B4DA;
box-shadow: 1px 1px 3px 2px #87B4DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87B4DA; -webkit-box-shadow: 1px 1px 3px 2px #87B4DA; box-shadow:1px 1px 3px 2px #87B4DA;">
Div content here
</div>
This text has color #87B4DA on black background.
This text has color #87B4DA on white background.
This text has black color on #87B4DA background.
This text has white color on #87B4DA background.
Complementary color for #hex is #784B25.