COLOR #959986

HEX: #959986
RGB: (149,153,134)

Color info

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

RGB color model

#959986 color RGB value is (149,153,134).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 134 of 255 = 53%

149
153
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 134 = 436 (100%)
R 149 of 436 ~ 34.17%
G 153 of 436 ~ 35.09%
B 134 of 436 ~ 30.73%

%34.17
%35.09
%30.73

CMYK color model

#959986 color CMYK value is (3,0,12,40).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 40.00%
CMYK:
(3,0,12,40)
C3M0Y12K40 
(3%,0%,12%,40%)
(0.03/0.00/0.12/0.40)	

CMYK percentages

%2.61
%0
%12.42
%40

Codes

Color #959986 in popluar color models

959986
RGB149153134
HSL73°8.52%56.27%
HSB/HSV73°12.42%60.00%
CMYK2.61%0.00%12.42%
40.00%

Color #959986 in popluar number systems.

HEX959986
Decimal149153134
Binary100101011001100110000110
Octal225231206

Shades and tints

Shades of #959986

#959986
(149,153,134)
#888C7A
(136,140,122)
#7B7F6E
(123,127,110)
#6E7262
(110,114,98)
#616556
(97,101,86)
#54584A
(84,88,74)
#474B3E
(71,75,62)
#3A3E32
(58,62,50)
#2D3126
(45,49,38)
#20241A
(32,36,26)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #959986

#959986
(149,153,134)
#9EA291
(158,162,145)
#A7AB9C
(167,171,156)
#B0B4A7
(176,180,167)
#B9BDB2
(185,189,178)
#C2C6BD
(194,198,189)
#CBCFC8
(203,207,200)
#D4D8D3
(212,216,211)
#DDE1DE
(221,225,222)
#E6EAE9
(230,234,233)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959986; }

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

This text font color is #959986.


Background Color

.myBgColor { background-color: #959986; }

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

This div background color is #959986.


Border color

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

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

This div border color is #959986.


Opacity

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

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

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

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

This text has shadow with #959986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959986 on black background.


Color preview on white background

This text has color #959986 on white background.



Black color preview on #959986 background

This text has black color on #959986 background.


White color preview on #959986 background

This text has white color on #959986 background.