COLOR #958D9F

HEX: #958D9F
RGB: (149,141,159)

Color info

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

RGB color model

#958D9F color RGB value is (149,141,159).

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

RGB channels and saturation

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

149
141
159

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 159 = 449 (100%)
R 149 of 449 ~ 33.18%
G 141 of 449 ~ 31.4%
B 159 of 449 ~ 35.41%

%33.18
%31.4
%35.41

CMYK color model

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

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

CMYK percentages

%6.29
%11.32
%0
%37.65

Codes

Color #958D9F in popluar color models

958D9F
RGB149141159
HSL267°8.57%58.82%
HSB/HSV267°11.32%62.35%
CMYK6.29%11.32%0.00%
37.65%

Color #958D9F in popluar number systems.

HEX958D9F
Decimal149141159
Binary100101011000110110011111
Octal225215237

Shades and tints

Shades of #958D9F

#958D9F
(149,141,159)
#888191
(136,129,145)
#7B7583
(123,117,131)
#6E6975
(110,105,117)
#615D67
(97,93,103)
#545159
(84,81,89)
#47454B
(71,69,75)
#3A393D
(58,57,61)
#2D2D2F
(45,45,47)
#202121
(32,33,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #958D9F

#958D9F
(149,141,159)
#9E97A7
(158,151,167)
#A7A1AF
(167,161,175)
#B0ABB7
(176,171,183)
#B9B5BF
(185,181,191)
#C2BFC7
(194,191,199)
#CBC9CF
(203,201,207)
#D4D3D7
(212,211,215)
#DDDDDF
(221,221,223)
#E6E7E7
(230,231,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958D9F; }

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

This text font color is #958D9F.


Background Color

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

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

This div background color is #958D9F.


Border color

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

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

This div border color is #958D9F.


Opacity

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

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

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

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

This text has shadow with #958D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D9F on black background.


Color preview on white background

This text has color #958D9F on white background.



Black color preview on #958D9F background

This text has black color on #958D9F background.


White color preview on #958D9F background

This text has white color on #958D9F background.