COLOR #959C9B

HEX: #959C9B
RGB: (149,156,155)

Color info

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

RGB color model

#959C9B color RGB value is (149,156,155).

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

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 155 of 255 = 61%

149
156
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 155 = 460 (100%)
R 149 of 460 ~ 32.39%
G 156 of 460 ~ 33.91%
B 155 of 460 ~ 33.7%

%32.39
%33.91
%33.7

CMYK color model

#959C9B color CMYK value is (4,0,1,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK:
(4,0,1,39)
C4M0Y1K39 
(4%,0%,1%,39%)
(0.04/0.00/0.01/0.39)	

CMYK percentages

%4.49
%0
%0.64
%38.82

Codes

Color #959C9B in popluar color models

959C9B
RGB149156155
HSL171°3.41%59.80%
HSB/HSV171°4.49%61.18%
CMYK4.49%0.00%0.64%
38.82%

Color #959C9B in popluar number systems.

HEX959C9B
Decimal149156155
Binary100101011001110010011011
Octal225234233

Shades and tints

Shades of #959C9B

#959C9B
(149,156,155)
#888E8D
(136,142,141)
#7B807F
(123,128,127)
#6E7271
(110,114,113)
#616463
(97,100,99)
#545655
(84,86,85)
#474847
(71,72,71)
#3A3A39
(58,58,57)
#2D2C2B
(45,44,43)
#201E1D
(32,30,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #959C9B

#959C9B
(149,156,155)
#9EA5A4
(158,165,164)
#A7AEAD
(167,174,173)
#B0B7B6
(176,183,182)
#B9C0BF
(185,192,191)
#C2C9C8
(194,201,200)
#CBD2D1
(203,210,209)
#D4DBDA
(212,219,218)
#DDE4E3
(221,228,227)
#E6EDEC
(230,237,236)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C9B; }

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

This text font color is #959C9B.


Background Color

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

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

This div background color is #959C9B.


Border color

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

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

This div border color is #959C9B.


Opacity

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

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

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

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

This text has shadow with #959C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C9B on black background.


Color preview on white background

This text has color #959C9B on white background.



Black color preview on #959C9B background

This text has black color on #959C9B background.


White color preview on #959C9B background

This text has white color on #959C9B background.