HEX: #87B47D
RGB: (135,180,125)
#87B47D contains red, green and blue colors in about the same proportion. Web safe color of #87B47D is #99CC66 (or #9C6).
#87B47D color RGB value is (135,180,125).
RGB: (135,180,125)
(53%, 71%, 49%)
R 135 of 255 = 53%
G 180 of 255 = 71%
B 125 of 255 = 49%
R + G + B ~ 58%. #87B47D is middle color (not dark and not light).
R + G + B = 135 + 180 + 125 = 440 (100%)
R 135 of 440 ~ 30.68%
G 180 of 440 ~ 40.91%
B 125 of 440 ~ 28.41'%
#87B47D color CMYK value is (25,0,31,29).
CMYK: (25,0,31,29) C25M0Y31K29 (25%,0%,31%,29%) (0.25/0.00/0.31/0.29)
Color #87B47D in popluar color models
87 | B4 | 7D | |
---|---|---|---|
RGB | 135 | 180 | 125 |
HSL | 109° | 26.83% | 59.80% |
HSB/HSV | 109° | 30.56% | 70.59% |
CMYK | 25.00% | 0.00% | 30.56% |
29.41% |
Color #87B47D in popluar number systems.
HEX | 87 | B4 | 7D |
Decimal | 135 | 180 | 125 |
Binary | 10000111 | 10110100 | 1111101 |
Octal | 207 | 264 | 175 |
Shades of #87B47D
Tints of #87B47D
Examples of css and html codes for elements with #87B47D color. Also use rgb(135,180,125) instead hex code.
.myTextColor { color: #87B47D; }
<p style="color:#87B47D">This sample text font color is #87B47D.</p>
This text font color is #87B47D.
.myBgColor { background-color: #87B47D; }
<div style="background-color:#87B47D">Inner text</div>
This div background color is #87B47D.
.myBorderColor { border: 1px solid #87B47D; }
<div style="border:3px solid #87B47D">Div</div>
This div border color is #87B47D.
.myOpacity80 { color: #87B47D; opacity: 0.8; }
<p style="color:#87B47D;opacity:0.8;">80%</p>
Text with #87B47D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87B47D;}
<p style="text-shadow: 3px 3px 1px #87B47D">Text here.</p>
This text has shadow with #87B47D color.
.textShadow {text-shadow: 3px 3px 1px #87B47D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87B47D, 5px 5px 20px red">Text here.</p>
This text has shadow with #87B47D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87B47D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87B47D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87B47D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87B47D;
-webkit-box-shadow: 1px 1px 3px 2px #87B47D;
box-shadow: 1px 1px 3px 2px #87B47D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87B47D; -webkit-box-shadow: 1px 1px 3px 2px #87B47D; box-shadow:1px 1px 3px 2px #87B47D;">
Div content here
</div>
This text has color #87B47D on black background.
This text has color #87B47D on white background.
This text has black color on #87B47D background.
This text has white color on #87B47D background.
Complementary color for #hex is #784B82.