HEX: #988799
RGB: (152,135,153)
#988799 contains red, green and blue colors in about the same proportion. Web safe color of #988799 is #999999 (or #999).
#988799 color RGB value is (152,135,153).
RGB: (152,135,153)
(60%, 53%, 60%)
R 152 of 255 = 60%
G 135 of 255 = 53%
B 153 of 255 = 60%
R + G + B ~ 58%. #988799 is middle color (not dark and not light).
R + G + B = 152 + 135 + 153 = 440 (100%)
R 152 of 440 ~ 34.55%
G 135 of 440 ~ 30.68%
B 153 of 440 ~ 34.77'%
#988799 color CMYK value is (1,12,0,40).
CMYK: (1,12,0,40) C1M12Y0K40 (1%,12%,0%,40%) (0.01/0.12/0.00/0.40)
Color #988799 in popluar color models
98 | 87 | 99 | |
---|---|---|---|
RGB | 152 | 135 | 153 |
HSL | 297° | 8.11% | 56.47% |
HSB/HSV | 297° | 11.76% | 60.00% |
CMYK | 0.65% | 11.76% | 0.00% |
40.00% |
Color #988799 in popluar number systems.
HEX | 98 | 87 | 99 |
Decimal | 152 | 135 | 153 |
Binary | 10011000 | 10000111 | 10011001 |
Octal | 230 | 207 | 231 |
Examples of css and html codes for elements with #988799 color. Also use rgb(152,135,153) instead hex code.
.myTextColor { color: #988799; }
<p style="color:#988799">This sample text font color is #988799.</p>
This text font color is #988799.
.myBgColor { background-color: #988799; }
<div style="background-color:#988799">Inner text</div>
This div background color is #988799.
.myBorderColor { border: 1px solid #988799; }
<div style="border:3px solid #988799">Div</div>
This div border color is #988799.
.myOpacity80 { color: #988799; opacity: 0.8; }
<p style="color:#988799;opacity:0.8;">80%</p>
Text with #988799 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988799;}
<p style="text-shadow: 3px 3px 1px #988799">Text here.</p>
This text has shadow with #988799 color.
.textShadow {text-shadow: 3px 3px 1px #988799, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988799, 5px 5px 20px red">Text here.</p>
This text has shadow with #988799 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988799, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988799, Direction=45, Strength=4)">Text</p>
This text has shadow with #988799 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988799; -webkit-box-shadow: 1px 1px 3px 2px #988799; box-shadow: 1px 1px 3px 2px #988799; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #988799; -webkit-box-shadow: 1px 1px 3px 2px #988799; box-shadow:1px 1px 3px 2px #988799;">
Div content here</div>
This text has color #988799 on black background.
This text has color #988799 on white background.
This text has black color on #988799 background.
This text has white color on #988799 background.