COLOR #958D9E

HEX: #958D9E
RGB: (149,141,158)

Color info

#958D9E contains red, green and blue colors in about the same proportion. Web safe color of #958D9E is #999999 (or #999).

RGB color model

#958D9E color RGB value is (149,141,158).

  • red value is 149;
  • green value is 141;
  • blue value is 158.
RGB:
(149,141,158)
(58%,55%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 158 of 255 = 62%

149
141
158

R + G + B ~ 58%. #958D9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 158 = 448 (100%)
R 149 of 448 ~ 33.26%
G 141 of 448 ~ 31.47%
B 158 of 448 ~ 35.27%

%33.26
%31.47
%35.27

CMYK color model

#958D9E color CMYK value is (6,11,0,38).

  • cyan value is 5.70%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(6,11,0,38)
C6M11Y0K38 
(6%,11%,0%,38%)
(0.06/0.11/0.00/0.38)	

CMYK percentages

%5.7
%10.76
%0
%38.04

Codes

Color #958D9E in popluar color models

958D9E
RGB149141158
HSL268°8.06%58.63%
HSB/HSV268°10.76%61.96%
CMYK5.70%10.76%0.00%
38.04%

Color #958D9E in popluar number systems.

HEX958D9E
Decimal149141158
Binary100101011000110110011110
Octal225215236

Shades and tints

Shades of #958D9E

#958D9E
(149,141,158)
#888190
(136,129,144)
#7B7582
(123,117,130)
#6E6974
(110,105,116)
#615D66
(97,93,102)
#545158
(84,81,88)
#47454A
(71,69,74)
#3A393C
(58,57,60)
#2D2D2E
(45,45,46)
#202120
(32,33,32)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #958D9E

#958D9E
(149,141,158)
#9E97A6
(158,151,166)
#A7A1AE
(167,161,174)
#B0ABB6
(176,171,182)
#B9B5BE
(185,181,190)
#C2BFC6
(194,191,198)
#CBC9CE
(203,201,206)
#D4D3D6
(212,211,214)
#DDDDDE
(221,221,222)
#E6E7E6
(230,231,230)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958D9E color. Also use rgb(149,141,158) instead hex code.

Text Font Color

.myTextColor { color: #958D9E; }

<p style="color:#958D9E">This sample text font color is #958D9E.</p>

This text font color is #958D9E.


Background Color

.myBgColor { background-color: #958D9E; }

<div style="background-color:#958D9E">Inner text</div>

This div background color is #958D9E.


Border color

.myBorderColor { border: 1px solid #958D9E; }

<div style="border:3px solid #958D9E">Div</div>

This div border color is #958D9E.


Opacity

.myOpacity80 { color: #958D9E; opacity: 0.8; }

<p style="color:#958D9E;opacity:0.8;">80%</p>

Text with #958D9E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #958D9E;}

<p style="text-shadow: 3px 3px 1px #958D9E">Text here.</p>

This text has shadow with #958D9E color.

.textShadow {text-shadow: 3px 3px 1px #958D9E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #958D9E, 5px 5px 20px red">Text here.</p>

This text has shadow with #958D9E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958D9E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#958D9E, Direction=45, Strength=4)">Text</p>

This text has shadow with #958D9E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #958D9E;
  -webkit-box-shadow:	1px 1px 3px 2px #958D9E;
  box-shadow:		1px 1px 3px 2px #958D9E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958D9E;
-webkit-box-shadow: 1px 1px 3px 2px #958D9E;
box-shadow:1px 1px 3px 2px #958D9E;">
Div content here</div>
This div box has shadow with color #958D9E.

Preview

Color preview on black background

This text has color #958D9E on black background.


Color preview on white background

This text has color #958D9E on white background.



Black color preview on #958D9E background

This text has black color on #958D9E background.


White color preview on #958D9E background

This text has white color on #958D9E background.