COLOR #959D9B

HEX: #959D9B
RGB: (149,157,155)

Color info

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

RGB color model

#959D9B color RGB value is (149,157,155).

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

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 155 of 255 = 61%

149
157
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 157 + 155 = 461 (100%)
R 149 of 461 ~ 32.32%
G 157 of 461 ~ 34.06%
B 155 of 461 ~ 33.62%

%32.32
%34.06
%33.62

CMYK color model

#959D9B color CMYK value is (5,0,1,38).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(5,0,1,38)
C5M0Y1K38 
(5%,0%,1%,38%)
(0.05/0.00/0.01/0.38)	

CMYK percentages

%5.1
%0
%1.27
%38.43

Codes

Color #959D9B in popluar color models

959D9B
RGB149157155
HSL165°3.92%60.00%
HSB/HSV165°5.10%61.57%
CMYK5.10%0.00%1.27%
38.43%

Color #959D9B in popluar number systems.

HEX959D9B
Decimal149157155
Binary100101011001110110011011
Octal225235233

Shades and tints

Shades of #959D9B

#959D9B
(149,157,155)
#888F8D
(136,143,141)
#7B817F
(123,129,127)
#6E7371
(110,115,113)
#616563
(97,101,99)
#545755
(84,87,85)
#474947
(71,73,71)
#3A3B39
(58,59,57)
#2D2D2B
(45,45,43)
#201F1D
(32,31,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #959D9B

#959D9B
(149,157,155)
#9EA5A4
(158,165,164)
#A7ADAD
(167,173,173)
#B0B5B6
(176,181,182)
#B9BDBF
(185,189,191)
#C2C5C8
(194,197,200)
#CBCDD1
(203,205,209)
#D4D5DA
(212,213,218)
#DDDDE3
(221,221,227)
#E6E5EC
(230,229,236)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959D9B; }

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

This text font color is #959D9B.


Background Color

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

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

This div background color is #959D9B.


Border color

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

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

This div border color is #959D9B.


Opacity

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

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

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

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

This text has shadow with #959D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959D9B on black background.


Color preview on white background

This text has color #959D9B on white background.



Black color preview on #959D9B background

This text has black color on #959D9B background.


White color preview on #959D9B background

This text has white color on #959D9B background.