HEX: #956988
RGB: (149,105,136)
#956988 contains red, green and blue colors in about the same proportion. Web safe color of #956988 is #996699 (or #969).
#956988 color RGB value is (149,105,136).
RGB: (149,105,136)
(58%, 41%, 53%)
R 149 of 255 = 58%
G 105 of 255 = 41%
B 136 of 255 = 53%
R + G + B ~ 51%. #956988 is middle color (not dark and not light).
R + G + B = 149 + 105 + 136 = 390 (100%)
R 149 of 390 ~ 38.21%
G 105 of 390 ~ 26.92%
B 136 of 390 ~ 34.87'%
#956988 color CMYK value is (0,30,9,42).
CMYK: (0,30,9,42)
C0M30Y9K42 (0%, 30%, 9%, 42%)
(0.00 / 0.30 / 0.09 / 0.42)
Color #956988 in popluar color models
95 | 69 | 88 | |
---|---|---|---|
RGB | 149 | 105 | 136 |
HSL | 318° | 17.32% | 49.80% |
HSB/HSV | 318° | 29.53% | 58.43% |
CMYK | 0.00% | 29.53% | 8.72% |
41.57% |
Color #956988 in popluar number systems.
HEX | 95 | 69 | 88 |
Decimal | 149 | 105 | 136 |
Binary | 10010101 | 1101001 | 10001000 |
Octal | 225 | 151 | 210 |
Shades of #956988
Tints of #956988
Examples of css and html codes for elements with #956988 color. Also use rgb(149,105,136) instead hex code.
.myTextColor { color: #956988; }
<p style="color:#956988">This sample text font color is #956988.</p>
This text font color is #956988.
.myBgColor { background-color: #956988; }
<div style="background-color:#956988">Inner text</div>
This div background color is #956988.
.myBorderColor { border: 1px solid #956988; }
<div style="border:3px solid #956988">Div</div>
This div border color is #956988.
.myOpacity80 { color: #956988; opacity: 0.8; }
<p style="color:#956988;opacity:0.8;">80%</p>
Text with #956988 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #956988;}
<p style="text-shadow: 3px 3px 1px #956988">Text here.</p>
This text has shadow with #956988 color.
.textShadow {text-shadow: 3px 3px 1px #956988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #956988, 5px 5px 20px red">Text here.</p>
This text has shadow with #956988 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#956988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#956988, Direction=45, Strength=4)">Text</p>
This text has shadow with #956988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #956988;
-webkit-box-shadow: 1px 1px 3px 2px #956988;
box-shadow: 1px 1px 3px 2px #956988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #956988; -webkit-box-shadow: 1px 1px 3px 2px #956988; box-shadow:1px 1px 3px 2px #956988;">
Div content here
</div>
This text has color #956988 on black background.
This text has color #956988 on white background.
This text has black color on #956988 background.
This text has white color on #956988 background.
Complementary color for #hex is #6A9677.