HEX: #88BC7D
RGB: (136,188,125)
#88BC7D contains mainly red and green colors. Web safe color of #88BC7D is #99CC66 (or #9C6).
#88BC7D color RGB value is (136,188,125).
RGB: (136,188,125)
(53%, 74%, 49%)
R 136 of 255 = 53%
G 188 of 255 = 74%
B 125 of 255 = 49%
R + G + B ~ 59%. #88BC7D is middle color (not dark and not light).
R + G + B = 136 + 188 + 125 = 449 (100%)
R 136 of 449 ~ 30.29%
G 188 of 449 ~ 41.87%
B 125 of 449 ~ 27.84'%
#88BC7D color CMYK value is (28,0,34,26).
CMYK: (28,0,34,26) C28M0Y34K26 (28%,0%,34%,26%) (0.28/0.00/0.34/0.26)
Color #88BC7D in popluar color models
88 | BC | 7D | |
---|---|---|---|
RGB | 136 | 188 | 125 |
HSL | 110° | 31.98% | 61.37% |
HSB/HSV | 110° | 33.51% | 73.73% |
CMYK | 27.66% | 0.00% | 33.51% |
26.27% |
Color #88BC7D in popluar number systems.
HEX | 88 | BC | 7D |
Decimal | 136 | 188 | 125 |
Binary | 10001000 | 10111100 | 1111101 |
Octal | 210 | 274 | 175 |
Shades of #88BC7D
Tints of #88BC7D
Examples of css and html codes for elements with #88BC7D color. Also use rgb(136,188,125) instead hex code.
.myTextColor { color: #88BC7D; }
<p style="color:#88BC7D">This sample text font color is #88BC7D.</p>
This text font color is #88BC7D.
.myBgColor { background-color: #88BC7D; }
<div style="background-color:#88BC7D">Inner text</div>
This div background color is #88BC7D.
.myBorderColor { border: 1px solid #88BC7D; }
<div style="border:3px solid #88BC7D">Div</div>
This div border color is #88BC7D.
.myOpacity80 { color: #88BC7D; opacity: 0.8; }
<p style="color:#88BC7D;opacity:0.8;">80%</p>
Text with #88BC7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88BC7D;}
<p style="text-shadow: 3px 3px 1px #88BC7D">Text here.</p>
This text has shadow with #88BC7D color.
.textShadow {text-shadow: 3px 3px 1px #88BC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88BC7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #88BC7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88BC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88BC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #88BC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88BC7D;
-webkit-box-shadow: 1px 1px 3px 2px #88BC7D;
box-shadow: 1px 1px 3px 2px #88BC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88BC7D; -webkit-box-shadow: 1px 1px 3px 2px #88BC7D; box-shadow:1px 1px 3px 2px #88BC7D;">
Div content here
</div>
This text has color #88BC7D on black background.
This text has color #88BC7D on white background.
This text has black color on #88BC7D background.
This text has white color on #88BC7D background.
Complementary color for #hex is #774382.