HEX: #956684
RGB: (149,102,132)
#956684 contains red, green and blue colors in about the same proportion. Web safe color of #956684 is #996699 (or #969).
#956684 color RGB value is (149,102,132).
RGB: (149,102,132)
(58%, 40%, 52%)
R 149 of 255 = 58%
G 102 of 255 = 40%
B 132 of 255 = 52%
R + G + B ~ 50%. #956684 is middle color (not dark and not light).
R + G + B = 149 + 102 + 132 = 383 (100%)
R 149 of 383 ~ 38.9%
G 102 of 383 ~ 26.63%
B 132 of 383 ~ 34.46'%
#956684 color CMYK value is (0,32,11,42).
CMYK: (0,32,11,42) C0M32Y11K42 (0%,32%,11%,42%) (0.00/0.32/0.11/0.42)
Color #956684 in popluar color models
95 | 66 | 84 | |
---|---|---|---|
RGB | 149 | 102 | 132 |
HSL | 322° | 18.73% | 49.22% |
HSB/HSV | 322° | 31.54% | 58.43% |
CMYK | 0.00% | 31.54% | 11.41% |
41.57% |
Color #956684 in popluar number systems.
HEX | 95 | 66 | 84 |
Decimal | 149 | 102 | 132 |
Binary | 10010101 | 1100110 | 10000100 |
Octal | 225 | 146 | 204 |
Shades of #956684
Tints of #956684
Examples of css and html codes for elements with #956684 color. Also use rgb(149,102,132) instead hex code.
.myTextColor { color: #956684; }
<p style="color:#956684">This sample text font color is #956684.</p>
This text font color is #956684.
.myBgColor { background-color: #956684; }
<div style="background-color:#956684">Inner text</div>
This div background color is #956684.
.myBorderColor { border: 1px solid #956684; }
<div style="border:3px solid #956684">Div</div>
This div border color is #956684.
.myOpacity80 { color: #956684; opacity: 0.8; }
<p style="color:#956684;opacity:0.8;">80%</p>
Text with #956684 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #956684;}
<p style="text-shadow: 3px 3px 1px #956684">Text here.</p>
This text has shadow with #956684 color.
.textShadow {text-shadow: 3px 3px 1px #956684', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #956684, 5px 5px 20px red">Text here.</p>
This text has shadow with #956684 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#956684, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#956684, Direction=45, Strength=4)">Text</p>
This text has shadow with #956684 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #956684;
-webkit-box-shadow: 1px 1px 3px 2px #956684;
box-shadow: 1px 1px 3px 2px #956684;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #956684; -webkit-box-shadow: 1px 1px 3px 2px #956684; box-shadow:1px 1px 3px 2px #956684;">
Div content here
</div>
This text has color #956684 on black background.
This text has color #956684 on white background.
This text has black color on #956684 background.
This text has white color on #956684 background.
Complementary color for #hex is #6A997B.