COLOR #959786

HEX: #959786
RGB: (149,151,134)

Color info

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

RGB color model

#959786 color RGB value is (149,151,134).

  • red value is 149;
  • green value is 151;
  • blue value is 134.
RGB:
(149,151,134)
(58%,59%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 134 of 255 = 53%

149
151
134

R + G + B ~ 57%. #959786 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 134 = 434 (100%)
R 149 of 434 ~ 34.33%
G 151 of 434 ~ 34.79%
B 134 of 434 ~ 30.88%

%34.33
%34.79
%30.88

CMYK color model

#959786 color CMYK value is (1,0,11,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 40.78%
CMYK:
(1,0,11,41)
C1M0Y11K41 
(1%,0%,11%,41%)
(0.01/0.00/0.11/0.41)	

CMYK percentages

%1.32
%0
%11.26
%40.78

Codes

Color #959786 in popluar color models

959786
RGB149151134
HSL67°7.56%55.88%
HSB/HSV67°11.26%59.22%
CMYK1.32%0.00%11.26%
40.78%

Color #959786 in popluar number systems.

HEX959786
Decimal149151134
Binary100101011001011110000110
Octal225227206

Shades and tints

Shades of #959786

#959786
(149,151,134)
#888A7A
(136,138,122)
#7B7D6E
(123,125,110)
#6E7062
(110,112,98)
#616356
(97,99,86)
#54564A
(84,86,74)
#47493E
(71,73,62)
#3A3C32
(58,60,50)
#2D2F26
(45,47,38)
#20221A
(32,34,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #959786

#959786
(149,151,134)
#9EA091
(158,160,145)
#A7A99C
(167,169,156)
#B0B2A7
(176,178,167)
#B9BBB2
(185,187,178)
#C2C4BD
(194,196,189)
#CBCDC8
(203,205,200)
#D4D6D3
(212,214,211)
#DDDFDE
(221,223,222)
#E6E8E9
(230,232,233)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959786 color. Also use rgb(149,151,134) instead hex code.

Text Font Color

.myTextColor { color: #959786; }

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

This text font color is #959786.


Background Color

.myBgColor { background-color: #959786; }

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

This div background color is #959786.


Border color

.myBorderColor { border: 1px solid #959786; }

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

This div border color is #959786.


Opacity

.myOpacity80 { color: #959786; opacity: 0.8; }

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

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

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

This text has shadow with #959786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959786 on black background.


Color preview on white background

This text has color #959786 on white background.



Black color preview on #959786 background

This text has black color on #959786 background.


White color preview on #959786 background

This text has white color on #959786 background.