HEX: #958CAA
RGB: (149,140,170)
#958CAA contains red, green and blue colors in about the same proportion. Web safe color of #958CAA is #999999 (or #999).
#958CAA color RGB value is (149,140,170).
RGB: (149,140,170)
(58%, 55%, 67%)
R 149 of 255 = 58%
G 140 of 255 = 55%
B 170 of 255 = 67%
R + G + B ~ 60%. #958CAA is middle color (not dark and not light).
R + G + B = 149 + 140 + 170 = 459 (100%)
R 149 of 459 ~ 32.46%
G 140 of 459 ~ 30.5%
B 170 of 459 ~ 37.04'%
#958CAA color CMYK value is (12,18,0,33).
CMYK: (12,18,0,33)
C12M18Y0K33 (12%, 18%, 0%, 33%)
(0.12 / 0.18 / 0.00 / 0.33)
Color #958CAA in popluar color models
95 | 8C | AA | |
---|---|---|---|
RGB | 149 | 140 | 170 |
HSL | 258° | 15.00% | 60.78% |
HSB/HSV | 258° | 17.65% | 66.67% |
CMYK | 12.35% | 17.65% | 0.00% |
33.33% |
Color #958CAA in popluar number systems.
HEX | 95 | 8C | AA |
Decimal | 149 | 140 | 170 |
Binary | 10010101 | 10001100 | 10101010 |
Octal | 225 | 214 | 252 |
Shades of #958CAA
Tints of #958CAA
Examples of css and html codes for elements with #958CAA color. Also use rgb(149,140,170) instead hex code.
.myTextColor { color: #958CAA; }
<p style="color:#958CAA">This sample text font color is #958CAA.</p>
This text font color is #958CAA.
.myBgColor { background-color: #958CAA; }
<div style="background-color:#958CAA">Inner text</div>
This div background color is #958CAA.
.myBorderColor { border: 1px solid #958CAA; }
<div style="border:3px solid #958CAA">Div</div>
This div border color is #958CAA.
.myOpacity80 { color: #958CAA; opacity: 0.8; }
<p style="color:#958CAA;opacity:0.8;">80%</p>
Text with #958CAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #958CAA;}
<p style="text-shadow: 3px 3px 1px #958CAA">Text here.</p>
This text has shadow with #958CAA color.
.textShadow {text-shadow: 3px 3px 1px #958CAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #958CAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #958CAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958CAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#958CAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #958CAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #958CAA;
-webkit-box-shadow: 1px 1px 3px 2px #958CAA;
box-shadow: 1px 1px 3px 2px #958CAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958CAA; -webkit-box-shadow: 1px 1px 3px 2px #958CAA; box-shadow:1px 1px 3px 2px #958CAA;">
Div content here
</div>
This text has color #958CAA on black background.
This text has color #958CAA on white background.
This text has black color on #958CAA background.
This text has white color on #958CAA background.
Complementary color for #hex is #6A7355.