HEX: #988266
RGB: (152,130,102)
#988266 contains red, green and blue colors in about the same proportion. Web safe color of #988266 is #999966 (or #996).
#988266 color RGB value is (152,130,102).
RGB: (152,130,102)
(60%, 51%, 40%)
R 152 of 255 = 60%
G 130 of 255 = 51%
B 102 of 255 = 40%
R + G + B ~ 50%. #988266 is middle color (not dark and not light).
R + G + B = 152 + 130 + 102 = 384 (100%)
R 152 of 384 ~ 39.58%
G 130 of 384 ~ 33.85%
B 102 of 384 ~ 26.56'%
#988266 color CMYK value is (0,14,33,40).
CMYK: (0,14,33,40) C0M14Y33K40 (0%,14%,33%,40%) (0.00/0.14/0.33/0.40)
Color #988266 in popluar color models
98 | 82 | 66 | |
---|---|---|---|
RGB | 152 | 130 | 102 |
HSL | 34° | 19.69% | 49.80% |
HSB/HSV | 34° | 32.89% | 59.61% |
CMYK | 0.00% | 14.47% | 32.89% |
40.39% |
Color #988266 in popluar number systems.
HEX | 98 | 82 | 66 |
Decimal | 152 | 130 | 102 |
Binary | 10011000 | 10000010 | 1100110 |
Octal | 230 | 202 | 146 |
Shades of #988266
Tints of #988266
Examples of css and html codes for elements with #988266 color. Also use rgb(152,130,102) instead hex code.
.myTextColor { color: #988266; }
<p style="color:#988266">This sample text font color is #988266.</p>
This text font color is #988266.
.myBgColor { background-color: #988266; }
<div style="background-color:#988266">Inner text</div>
This div background color is #988266.
.myBorderColor { border: 1px solid #988266; }
<div style="border:3px solid #988266">Div</div>
This div border color is #988266.
.myOpacity80 { color: #988266; opacity: 0.8; }
<p style="color:#988266;opacity:0.8;">80%</p>
Text with #988266 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988266;}
<p style="text-shadow: 3px 3px 1px #988266">Text here.</p>
This text has shadow with #988266 color.
.textShadow {text-shadow: 3px 3px 1px #988266', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988266, 5px 5px 20px red">Text here.</p>
This text has shadow with #988266 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988266, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988266, Direction=45, Strength=4)">Text</p>
This text has shadow with #988266 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988266;
-webkit-box-shadow: 1px 1px 3px 2px #988266;
box-shadow: 1px 1px 3px 2px #988266;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988266; -webkit-box-shadow: 1px 1px 3px 2px #988266; box-shadow:1px 1px 3px 2px #988266;">
Div content here
</div>
This text has color #988266 on black background.
This text has color #988266 on white background.
This text has black color on #988266 background.
This text has white color on #988266 background.
Complementary color for #hex is #677D99.