HEX: #B4D87B
RGB: (180,216,123)
#B4D87B contains mainly red and green colors. Web safe color of #B4D87B is #CCCC66 (or #CC6).
#B4D87B color RGB value is (180,216,123).
RGB: (180,216,123)
(71%, 85%, 48%)
R 180 of 255 = 71%
G 216 of 255 = 85%
B 123 of 255 = 48%
R + G + B ~ 68%. #B4D87B is quite light color.
R + G + B = 180 + 216 + 123 = 519 (100%)
R 180 of 519 ~ 34.68%
G 216 of 519 ~ 41.62%
B 123 of 519 ~ 23.7'%
#B4D87B color CMYK value is (17,0,43,15).
CMYK: (17,0,43,15) C17M0Y43K15 (17%,0%,43%,15%) (0.17/0.00/0.43/0.15)
Color #B4D87B in popluar color models
B4 | D8 | 7B | |
---|---|---|---|
RGB | 180 | 216 | 123 |
HSL | 83° | 54.39% | 66.47% |
HSB/HSV | 83° | 43.06% | 84.71% |
CMYK | 16.67% | 0.00% | 43.06% |
15.29% |
Color #B4D87B in popluar number systems.
HEX | B4 | D8 | 7B |
Decimal | 180 | 216 | 123 |
Binary | 10110100 | 11011000 | 1111011 |
Octal | 264 | 330 | 173 |
Shades of #B4D87B
Tints of #B4D87B
Examples of css and html codes for elements with #B4D87B color. Also use rgb(180,216,123) instead hex code.
.myTextColor { color: #B4D87B; }
<p style="color:#B4D87B">This sample text font color is #B4D87B.</p>
This text font color is #B4D87B.
.myBgColor { background-color: #B4D87B; }
<div style="background-color:#B4D87B">Inner text</div>
This div background color is #B4D87B.
.myBorderColor { border: 1px solid #B4D87B; }
<div style="border:3px solid #B4D87B">Div</div>
This div border color is #B4D87B.
.myOpacity80 { color: #B4D87B; opacity: 0.8; }
<p style="color:#B4D87B;opacity:0.8;">80%</p>
Text with #B4D87B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D87B;}
<p style="text-shadow: 3px 3px 1px #B4D87B">Text here.</p>
This text has shadow with #B4D87B color.
.textShadow {text-shadow: 3px 3px 1px #B4D87B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D87B, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4D87B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D87B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D87B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D87B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D87B;
-webkit-box-shadow: 1px 1px 3px 2px #B4D87B;
box-shadow: 1px 1px 3px 2px #B4D87B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D87B; -webkit-box-shadow: 1px 1px 3px 2px #B4D87B; box-shadow:1px 1px 3px 2px #B4D87B;">
Div content here
</div>
This text has color #B4D87B on black background.
This text has color #B4D87B on white background.
This text has black color on #B4D87B background.
This text has white color on #B4D87B background.
Complementary color for #hex is #4B2784.