HEX: #965684
RGB: (150,86,132)
#965684 contains mainly red and blue colors. Web safe color of #965684 is #996699 (or #969).
#965684 color RGB value is (150,86,132).
RGB: (150,86,132) (59%,34%,52%)
R 150 of 255 = 59%
G 86 of 255 = 34%
B 132 of 255 = 52%
R + G + B ~ 48%. #965684 is middle color (not dark and not light).
R + G + B =
150 + 86 + 132 = 368 (100%)
R 150 of 368 ~ 40.76%
G 86 of 368 ~ 23.37%
B 132 of 368 ~ 35.87%
#965684 color CMYK value is (0,43,12,41).
CMYK: (0,43,12,41) C0M43Y12K41 (0%,43%,12%,41%) (0.00/0.43/0.12/0.41)
96 | 56 | 84 | |
---|---|---|---|
RGB | 150 | 86 | 132 |
HSL | 317° | 27.12% | 46.27% |
HSB/HSV | 317° | 42.67% | 58.82% |
CMYK | 0.00% | 42.67% | 12.00% |
41.18% |
HEX | 96 | 56 | 84 |
Decimal | 150 | 86 | 132 |
Binary | 10010110 | 1010110 | 10000100 |
Octal | 226 | 126 | 204 |
Examples of css and html codes for elements with #965684 color. Also use rgb(150,86,132) instead hex code.
.myTextColor { color: #965684; }
<p style="color:#965684">This sample text font color is #965684.</p>
This text font color is #965684.
.myBgColor { background-color: #965684; }
<div style="background-color:#965684">Inner text</div>
This div background color is #965684.
.myBorderColor { border: 1px solid #965684; }
<div style="border:3px solid #965684">Div</div>
This div border color is #965684.
.myOpacity80 { color: #965684; opacity: 0.8; }
<p style="color:#965684;opacity:0.8;">80%</p>
Text with #965684 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #965684;}
<p style="text-shadow: 3px 3px 1px #965684">Text here.</p>
This text has shadow with #965684 color.
.textShadow {text-shadow: 3px 3px 1px #965684, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #965684, 5px 5px 20px red">Text here.</p>
This text has shadow with #965684 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#965684, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#965684, Direction=45, Strength=4)">Text</p>
This text has shadow with #965684 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #965684; -webkit-box-shadow: 1px 1px 3px 2px #965684; box-shadow: 1px 1px 3px 2px #965684; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #965684; -webkit-box-shadow: 1px 1px 3px 2px #965684; box-shadow:1px 1px 3px 2px #965684;">
Div content here</div>
This text has color #965684 on black background.
This text has color #965684 on white background.
This text has black color on #965684 background.
This text has white color on #965684 background.