COLOR #958B9D

HEX: #958B9D
RGB: (149,139,157)

Color info

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

RGB color model

#958B9D color RGB value is (149,139,157).

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

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 157 of 255 = 62%

149
139
157

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

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 157 = 445 (100%)
R 149 of 445 ~ 33.48%
G 139 of 445 ~ 31.24%
B 157 of 445 ~ 35.28%

%33.48
%31.24
%35.28

CMYK color model

#958B9D color CMYK value is (5,11,0,38).

  • cyan value is 5.10%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(5,11,0,38)
C5M11Y0K38 
(5%,11%,0%,38%)
(0.05/0.11/0.00/0.38)	

CMYK percentages

%5.1
%11.46
%0
%38.43

Codes

Color #958B9D in popluar color models

958B9D
RGB149139157
HSL273°8.41%58.04%
HSB/HSV273°11.46%61.57%
CMYK5.10%11.46%0.00%
38.43%

Color #958B9D in popluar number systems.

HEX958B9D
Decimal149139157
Binary100101011000101110011101
Octal225213235

Shades and tints

Shades of #958B9D

#958B9D
(149,139,157)
#887F8F
(136,127,143)
#7B7381
(123,115,129)
#6E6773
(110,103,115)
#615B65
(97,91,101)
#544F57
(84,79,87)
#474349
(71,67,73)
#3A373B
(58,55,59)
#2D2B2D
(45,43,45)
#201F1F
(32,31,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #958B9D

#958B9D
(149,139,157)
#9E95A5
(158,149,165)
#A79FAD
(167,159,173)
#B0A9B5
(176,169,181)
#B9B3BD
(185,179,189)
#C2BDC5
(194,189,197)
#CBC7CD
(203,199,205)
#D4D1D5
(212,209,213)
#DDDBDD
(221,219,221)
#E6E5E5
(230,229,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958B9D color. Also use rgb(149,139,157) instead hex code.

Text Font Color

.myTextColor { color: #958B9D; }

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

This text font color is #958B9D.


Background Color

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

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

This div background color is #958B9D.


Border color

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

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

This div border color is #958B9D.


Opacity

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

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

Text with #958B9D 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 #958B9D;}

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

This text has shadow with #958B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958B9D on black background.


Color preview on white background

This text has color #958B9D on white background.



Black color preview on #958B9D background

This text has black color on #958B9D background.


White color preview on #958B9D background

This text has white color on #958B9D background.