HEX: #957CAA
RGB: (149,124,170)
#957CAA contains red, green and blue colors in about the same proportion. Web safe color of #957CAA is #996699 (or #969).
#957CAA color RGB value is (149,124,170).
RGB: (149,124,170)
(58%, 49%, 67%)
R 149 of 255 = 58%
G 124 of 255 = 49%
B 170 of 255 = 67%
R + G + B ~ 58%. #957CAA is middle color (not dark and not light).
R + G + B = 149 + 124 + 170 = 443 (100%)
R 149 of 443 ~ 33.63%
G 124 of 443 ~ 27.99%
B 170 of 443 ~ 38.37'%
#957CAA color CMYK value is (12,27,0,33).
CMYK: (12,27,0,33)
C12M27Y0K33 (12%, 27%, 0%, 33%)
(0.12 / 0.27 / 0.00 / 0.33)
Color #957CAA in popluar color models
95 | 7C | AA | |
---|---|---|---|
RGB | 149 | 124 | 170 |
HSL | 273° | 21.30% | 57.65% |
HSB/HSV | 273° | 27.06% | 66.67% |
CMYK | 12.35% | 27.06% | 0.00% |
33.33% |
Color #957CAA in popluar number systems.
HEX | 95 | 7C | AA |
Decimal | 149 | 124 | 170 |
Binary | 10010101 | 1111100 | 10101010 |
Octal | 225 | 174 | 252 |
Shades of #957CAA
Tints of #957CAA
Examples of css and html codes for elements with #957CAA color. Also use rgb(149,124,170) instead hex code.
.myTextColor { color: #957CAA; }
<p style="color:#957CAA">This sample text font color is #957CAA.</p>
This text font color is #957CAA.
.myBgColor { background-color: #957CAA; }
<div style="background-color:#957CAA">Inner text</div>
This div background color is #957CAA.
.myBorderColor { border: 1px solid #957CAA; }
<div style="border:3px solid #957CAA">Div</div>
This div border color is #957CAA.
.myOpacity80 { color: #957CAA; opacity: 0.8; }
<p style="color:#957CAA;opacity:0.8;">80%</p>
Text with #957CAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957CAA;}
<p style="text-shadow: 3px 3px 1px #957CAA">Text here.</p>
This text has shadow with #957CAA color.
.textShadow {text-shadow: 3px 3px 1px #957CAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957CAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #957CAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957CAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957CAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #957CAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957CAA;
-webkit-box-shadow: 1px 1px 3px 2px #957CAA;
box-shadow: 1px 1px 3px 2px #957CAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957CAA; -webkit-box-shadow: 1px 1px 3px 2px #957CAA; box-shadow:1px 1px 3px 2px #957CAA;">
Div content here
</div>
This text has color #957CAA on black background.
This text has color #957CAA on white background.
This text has black color on #957CAA background.
This text has white color on #957CAA background.
Complementary color for #hex is #6A8355.