HEX: #87C165
RGB: (135,193,101)
#87C165 contains mainly red and green colors. Web safe color of #87C165 is #99CC66 (or #9C6).
#87C165 color RGB value is (135,193,101).
RGB: (135,193,101)
(53%, 76%, 40%)
R 135 of 255 = 53%
G 193 of 255 = 76%
B 101 of 255 = 40%
R + G + B ~ 56%. #87C165 is middle color (not dark and not light).
R + G + B = 135 + 193 + 101 = 429 (100%)
R 135 of 429 ~ 31.47%
G 193 of 429 ~ 44.99%
B 101 of 429 ~ 23.54'%
#87C165 color CMYK value is (30,0,48,24).
CMYK: (30,0,48,24) C30M0Y48K24 (30%,0%,48%,24%) (0.30/0.00/0.48/0.24)
Color #87C165 in popluar color models
87 | C1 | 65 | |
---|---|---|---|
RGB | 135 | 193 | 101 |
HSL | 98° | 42.59% | 57.65% |
HSB/HSV | 98° | 47.67% | 75.69% |
CMYK | 30.05% | 0.00% | 47.67% |
24.31% |
Color #87C165 in popluar number systems.
HEX | 87 | C1 | 65 |
Decimal | 135 | 193 | 101 |
Binary | 10000111 | 11000001 | 1100101 |
Octal | 207 | 301 | 145 |
Shades of #87C165
Tints of #87C165
Examples of css and html codes for elements with #87C165 color. Also use rgb(135,193,101) instead hex code.
.myTextColor { color: #87C165; }
<p style="color:#87C165">This sample text font color is #87C165.</p>
This text font color is #87C165.
.myBgColor { background-color: #87C165; }
<div style="background-color:#87C165">Inner text</div>
This div background color is #87C165.
.myBorderColor { border: 1px solid #87C165; }
<div style="border:3px solid #87C165">Div</div>
This div border color is #87C165.
.myOpacity80 { color: #87C165; opacity: 0.8; }
<p style="color:#87C165;opacity:0.8;">80%</p>
Text with #87C165 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87C165;}
<p style="text-shadow: 3px 3px 1px #87C165">Text here.</p>
This text has shadow with #87C165 color.
.textShadow {text-shadow: 3px 3px 1px #87C165', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87C165, 5px 5px 20px red">Text here.</p>
This text has shadow with #87C165 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C165, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87C165, Direction=45, Strength=4)">Text</p>
This text has shadow with #87C165 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87C165;
-webkit-box-shadow: 1px 1px 3px 2px #87C165;
box-shadow: 1px 1px 3px 2px #87C165;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87C165; -webkit-box-shadow: 1px 1px 3px 2px #87C165; box-shadow:1px 1px 3px 2px #87C165;">
Div content here
</div>
This text has color #87C165 on black background.
This text has color #87C165 on white background.
This text has black color on #87C165 background.
This text has white color on #87C165 background.
Complementary color for #hex is #783E9A.