HEX: #B4D887
RGB: (180,216,135)
#B4D887 contains mainly red and green colors. Web safe color of #B4D887 is #CCCC99 (or #CC9).
#B4D887 color RGB value is (180,216,135).
RGB: (180,216,135)
(71%, 85%, 53%)
R 180 of 255 = 71%
G 216 of 255 = 85%
B 135 of 255 = 53%
R + G + B ~ 70%. #B4D887 is quite light color.
R + G + B = 180 + 216 + 135 = 531 (100%)
R 180 of 531 ~ 33.9%
G 216 of 531 ~ 40.68%
B 135 of 531 ~ 25.42'%
#B4D887 color CMYK value is (17,0,38,15).
CMYK: (17,0,38,15) C17M0Y38K15 (17%,0%,38%,15%) (0.17/0.00/0.38/0.15)
Color #B4D887 in popluar color models
B4 | D8 | 87 | |
---|---|---|---|
RGB | 180 | 216 | 135 |
HSL | 87° | 50.94% | 68.82% |
HSB/HSV | 87° | 37.50% | 84.71% |
CMYK | 16.67% | 0.00% | 37.50% |
15.29% |
Color #B4D887 in popluar number systems.
HEX | B4 | D8 | 87 |
Decimal | 180 | 216 | 135 |
Binary | 10110100 | 11011000 | 10000111 |
Octal | 264 | 330 | 207 |
Shades of #B4D887
Tints of #B4D887
Examples of css and html codes for elements with #B4D887 color. Also use rgb(180,216,135) instead hex code.
.myTextColor { color: #B4D887; }
<p style="color:#B4D887">This sample text font color is #B4D887.</p>
This text font color is #B4D887.
.myBgColor { background-color: #B4D887; }
<div style="background-color:#B4D887">Inner text</div>
This div background color is #B4D887.
.myBorderColor { border: 1px solid #B4D887; }
<div style="border:3px solid #B4D887">Div</div>
This div border color is #B4D887.
.myOpacity80 { color: #B4D887; opacity: 0.8; }
<p style="color:#B4D887;opacity:0.8;">80%</p>
Text with #B4D887 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D887;}
<p style="text-shadow: 3px 3px 1px #B4D887">Text here.</p>
This text has shadow with #B4D887 color.
.textShadow {text-shadow: 3px 3px 1px #B4D887', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D887, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4D887 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D887, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D887, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D887 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D887;
-webkit-box-shadow: 1px 1px 3px 2px #B4D887;
box-shadow: 1px 1px 3px 2px #B4D887;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D887; -webkit-box-shadow: 1px 1px 3px 2px #B4D887; box-shadow:1px 1px 3px 2px #B4D887;">
Div content here
</div>
This text has color #B4D887 on black background.
This text has color #B4D887 on white background.
This text has black color on #B4D887 background.
This text has white color on #B4D887 background.
Complementary color for #hex is #4B2778.