HEX: #96668D
RGB: (150,102,141)
#96668D contains red, green and blue colors in about the same proportion. Web safe color of #96668D is #996699 (or #969).
#96668D color RGB value is (150,102,141).
RGB: (150,102,141)
(59%, 40%, 55%)
R 150 of 255 = 59%
G 102 of 255 = 40%
B 141 of 255 = 55%
R + G + B ~ 51%. #96668D is middle color (not dark and not light).
R + G + B = 150 + 102 + 141 = 393 (100%)
R 150 of 393 ~ 38.17%
G 102 of 393 ~ 25.95%
B 141 of 393 ~ 35.88'%
#96668D color CMYK value is (0,32,6,41).
CMYK: (0,32,6,41) C0M32Y6K41 (0%,32%,6%,41%) (0.00/0.32/0.06/0.41)
Color #96668D in popluar color models
96 | 66 | 8D | |
---|---|---|---|
RGB | 150 | 102 | 141 |
HSL | 311° | 19.05% | 49.41% |
HSB/HSV | 311° | 32.00% | 58.82% |
CMYK | 0.00% | 32.00% | 6.00% |
41.18% |
Color #96668D in popluar number systems.
HEX | 96 | 66 | 8D |
Decimal | 150 | 102 | 141 |
Binary | 10010110 | 1100110 | 10001101 |
Octal | 226 | 146 | 215 |
Shades of #96668D
Tints of #96668D
Examples of css and html codes for elements with #96668D color. Also use rgb(150,102,141) instead hex code.
.myTextColor { color: #96668D; }
<p style="color:#96668D">This sample text font color is #96668D.</p>
This text font color is #96668D.
.myBgColor { background-color: #96668D; }
<div style="background-color:#96668D">Inner text</div>
This div background color is #96668D.
.myBorderColor { border: 1px solid #96668D; }
<div style="border:3px solid #96668D">Div</div>
This div border color is #96668D.
.myOpacity80 { color: #96668D; opacity: 0.8; }
<p style="color:#96668D;opacity:0.8;">80%</p>
Text with #96668D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96668D;}
<p style="text-shadow: 3px 3px 1px #96668D">Text here.</p>
This text has shadow with #96668D color.
.textShadow {text-shadow: 3px 3px 1px #96668D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96668D, 5px 5px 20px red">Text here.</p>
This text has shadow with #96668D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96668D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96668D, Direction=45, Strength=4)">Text</p>
This text has shadow with #96668D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96668D;
-webkit-box-shadow: 1px 1px 3px 2px #96668D;
box-shadow: 1px 1px 3px 2px #96668D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96668D; -webkit-box-shadow: 1px 1px 3px 2px #96668D; box-shadow:1px 1px 3px 2px #96668D;">
Div content here
</div>
This text has color #96668D on black background.
This text has color #96668D on white background.
This text has black color on #96668D background.
This text has white color on #96668D background.
Complementary color for #hex is #699972.