COLOR #959C86

HEX: #959C86
RGB: (149,156,134)

Color info

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

RGB color model

#959C86 color RGB value is (149,156,134).

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

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 134 of 255 = 53%

149
156
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 134 = 439 (100%)
R 149 of 439 ~ 33.94%
G 156 of 439 ~ 35.54%
B 134 of 439 ~ 30.52%

%33.94
%35.54
%30.52

CMYK color model

#959C86 color CMYK value is (4,0,14,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 38.82%
CMYK:
(4,0,14,39)
C4M0Y14K39 
(4%,0%,14%,39%)
(0.04/0.00/0.14/0.39)	

CMYK percentages

%4.49
%0
%14.1
%38.82

Codes

Color #959C86 in popluar color models

959C86
RGB149156134
HSL79°10.00%56.86%
HSB/HSV79°14.10%61.18%
CMYK4.49%0.00%14.10%
38.82%

Color #959C86 in popluar number systems.

HEX959C86
Decimal149156134
Binary100101011001110010000110
Octal225234206

Shades and tints

Shades of #959C86

#959C86
(149,156,134)
#888E7A
(136,142,122)
#7B806E
(123,128,110)
#6E7262
(110,114,98)
#616456
(97,100,86)
#54564A
(84,86,74)
#47483E
(71,72,62)
#3A3A32
(58,58,50)
#2D2C26
(45,44,38)
#201E1A
(32,30,26)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #959C86

#959C86
(149,156,134)
#9EA591
(158,165,145)
#A7AE9C
(167,174,156)
#B0B7A7
(176,183,167)
#B9C0B2
(185,192,178)
#C2C9BD
(194,201,189)
#CBD2C8
(203,210,200)
#D4DBD3
(212,219,211)
#DDE4DE
(221,228,222)
#E6EDE9
(230,237,233)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C86; }

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

This text font color is #959C86.


Background Color

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

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

This div background color is #959C86.


Border color

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

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

This div border color is #959C86.


Opacity

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

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

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

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

This text has shadow with #959C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C86 on black background.


Color preview on white background

This text has color #959C86 on white background.



Black color preview on #959C86 background

This text has black color on #959C86 background.


White color preview on #959C86 background

This text has white color on #959C86 background.