COLOR #959C9F

HEX: #959C9F
RGB: (149,156,159)

Color info

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

RGB color model

#959C9F color RGB value is (149,156,159).

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

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 159 of 255 = 62%

149
156
159

R + G + B ~ 60%. #959C9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 159 = 464 (100%)
R 149 of 464 ~ 32.11%
G 156 of 464 ~ 33.62%
B 159 of 464 ~ 34.27%

%32.11
%33.62
%34.27

CMYK color model

#959C9F color CMYK value is (6,2,0,38).

  • cyan value is 6.29%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,2,0,38)
C6M2Y0K38 
(6%,2%,0%,38%)
(0.06/0.02/0.00/0.38)	

CMYK percentages

%6.29
%1.89
%0
%37.65

Codes

Color #959C9F in popluar color models

959C9F
RGB149156159
HSL198°4.95%60.39%
HSB/HSV198°6.29%62.35%
CMYK6.29%1.89%0.00%
37.65%

Color #959C9F in popluar number systems.

HEX959C9F
Decimal149156159
Binary100101011001110010011111
Octal225234237

Shades and tints

Shades of #959C9F

#959C9F
(149,156,159)
#888E91
(136,142,145)
#7B8083
(123,128,131)
#6E7275
(110,114,117)
#616467
(97,100,103)
#545659
(84,86,89)
#47484B
(71,72,75)
#3A3A3D
(58,58,61)
#2D2C2F
(45,44,47)
#201E21
(32,30,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #959C9F

#959C9F
(149,156,159)
#9EA5A7
(158,165,167)
#A7AEAF
(167,174,175)
#B0B7B7
(176,183,183)
#B9C0BF
(185,192,191)
#C2C9C7
(194,201,199)
#CBD2CF
(203,210,207)
#D4DBD7
(212,219,215)
#DDE4DF
(221,228,223)
#E6EDE7
(230,237,231)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959C9F color. Also use rgb(149,156,159) instead hex code.

Text Font Color

.myTextColor { color: #959C9F; }

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

This text font color is #959C9F.


Background Color

.myBgColor { background-color: #959C9F; }

<div style="background-color:#959C9F">Inner text</div>

This div background color is #959C9F.


Border color

.myBorderColor { border: 1px solid #959C9F; }

<div style="border:3px solid #959C9F">Div</div>

This div border color is #959C9F.


Opacity

.myOpacity80 { color: #959C9F; opacity: 0.8; }

<p style="color:#959C9F;opacity:0.8;">80%</p>

Text with #959C9F 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 #959C9F;}

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

This text has shadow with #959C9F color.

.textShadow {text-shadow: 3px 3px 1px #959C9F, 3px 3px 1px red;}

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

This text has shadow with #959C9F primary color and red secondary color.


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

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

This text has shadow with #959C9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C9F on black background.


Color preview on white background

This text has color #959C9F on white background.



Black color preview on #959C9F background

This text has black color on #959C9F background.


White color preview on #959C9F background

This text has white color on #959C9F background.