HEX: #88A59D
RGB: (136,165,157)
#88A59D contains red, green and blue colors in about the same proportion. Web safe color of #88A59D is #999999 (or #999).
#88A59D color RGB value is (136,165,157).
RGB: (136,165,157)
(53%, 65%, 62%)
R 136 of 255 = 53%
G 165 of 255 = 65%
B 157 of 255 = 62%
R + G + B ~ 60%. #88A59D is middle color (not dark and not light).
R + G + B = 136 + 165 + 157 = 458 (100%)
R 136 of 458 ~ 29.69%
G 165 of 458 ~ 36.03%
B 157 of 458 ~ 34.28'%
#88A59D color CMYK value is (18,0,5,35).
CMYK: (18,0,5,35)
C18M0Y5K35 (18%, 0%, 5%, 35%)
(0.18 / 0.00 / 0.05 / 0.35)
Color #88A59D in popluar color models
88 | A5 | 9D | |
---|---|---|---|
RGB | 136 | 165 | 157 |
HSL | 163° | 13.88% | 59.02% |
HSB/HSV | 163° | 17.58% | 64.71% |
CMYK | 17.58% | 0.00% | 4.85% |
35.29% |
Color #88A59D in popluar number systems.
HEX | 88 | A5 | 9D |
Decimal | 136 | 165 | 157 |
Binary | 10001000 | 10100101 | 10011101 |
Octal | 210 | 245 | 235 |
Shades of #88A59D
Tints of #88A59D
Examples of css and html codes for elements with #88A59D color. Also use rgb(136,165,157) instead hex code.
.myTextColor { color: #88A59D; }
<p style="color:#88A59D">This sample text font color is #88A59D.</p>
This text font color is #88A59D.
.myBgColor { background-color: #88A59D; }
<div style="background-color:#88A59D">Inner text</div>
This div background color is #88A59D.
.myBorderColor { border: 1px solid #88A59D; }
<div style="border:3px solid #88A59D">Div</div>
This div border color is #88A59D.
.myOpacity80 { color: #88A59D; opacity: 0.8; }
<p style="color:#88A59D;opacity:0.8;">80%</p>
Text with #88A59D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88A59D;}
<p style="text-shadow: 3px 3px 1px #88A59D">Text here.</p>
This text has shadow with #88A59D color.
.textShadow {text-shadow: 3px 3px 1px #88A59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88A59D, 5px 5px 20px red">Text here.</p>
This text has shadow with #88A59D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88A59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88A59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #88A59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88A59D;
-webkit-box-shadow: 1px 1px 3px 2px #88A59D;
box-shadow: 1px 1px 3px 2px #88A59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88A59D; -webkit-box-shadow: 1px 1px 3px 2px #88A59D; box-shadow:1px 1px 3px 2px #88A59D;">
Div content here
</div>
This text has color #88A59D on black background.
This text has color #88A59D on white background.
This text has black color on #88A59D background.
This text has white color on #88A59D background.
Complementary color for #hex is #775A62.