HEX: #997288
RGB: (153,114,136)
#997288 contains red, green and blue colors in about the same proportion. Web safe color of #997288 is #996699 (or #969).
#997288 color RGB value is (153,114,136).
RGB: (153,114,136)
(60%, 45%, 53%)
R 153 of 255 = 60%
G 114 of 255 = 45%
B 136 of 255 = 53%
R + G + B ~ 53%. #997288 is middle color (not dark and not light).
R + G + B = 153 + 114 + 136 = 403 (100%)
R 153 of 403 ~ 37.97%
G 114 of 403 ~ 28.29%
B 136 of 403 ~ 33.75'%
#997288 color CMYK value is (0,25,11,40).
CMYK: (0,25,11,40)
C0M25Y11K40 (0%, 25%, 11%, 40%)
(0.00 / 0.25 / 0.11 / 0.40)
Color #997288 in popluar color models
99 | 72 | 88 | |
---|---|---|---|
RGB | 153 | 114 | 136 |
HSL | 326° | 16.05% | 52.35% |
HSB/HSV | 326° | 25.49% | 60.00% |
CMYK | 0.00% | 25.49% | 11.11% |
40.00% |
Color #997288 in popluar number systems.
HEX | 99 | 72 | 88 |
Decimal | 153 | 114 | 136 |
Binary | 10011001 | 1110010 | 10001000 |
Octal | 231 | 162 | 210 |
Shades of #997288
Tints of #997288
Examples of css and html codes for elements with #997288 color. Also use rgb(153,114,136) instead hex code.
.myTextColor { color: #997288; }
<p style="color:#997288">This sample text font color is #997288.</p>
This text font color is #997288.
.myBgColor { background-color: #997288; }
<div style="background-color:#997288">Inner text</div>
This div background color is #997288.
.myBorderColor { border: 1px solid #997288; }
<div style="border:3px solid #997288">Div</div>
This div border color is #997288.
.myOpacity80 { color: #997288; opacity: 0.8; }
<p style="color:#997288;opacity:0.8;">80%</p>
Text with #997288 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997288;}
<p style="text-shadow: 3px 3px 1px #997288">Text here.</p>
This text has shadow with #997288 color.
.textShadow {text-shadow: 3px 3px 1px #997288', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997288, 5px 5px 20px red">Text here.</p>
This text has shadow with #997288 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997288, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997288, Direction=45, Strength=4)">Text</p>
This text has shadow with #997288 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #997288;
-webkit-box-shadow: 1px 1px 3px 2px #997288;
box-shadow: 1px 1px 3px 2px #997288;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997288; -webkit-box-shadow: 1px 1px 3px 2px #997288; box-shadow:1px 1px 3px 2px #997288;">
Div content here
</div>
This text has color #997288 on black background.
This text has color #997288 on white background.
This text has black color on #997288 background.
This text has white color on #997288 background.
Complementary color for #hex is #668D77.