COLOR #959186

HEX: #959186
RGB: (149,145,134)

Color info

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

RGB color model

#959186 color RGB value is (149,145,134).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 134 of 255 = 53%

149
145
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 134 = 428 (100%)
R 149 of 428 ~ 34.81%
G 145 of 428 ~ 33.88%
B 134 of 428 ~ 31.31%

%34.81
%33.88
%31.31

CMYK color model

#959186 color CMYK value is (0,3,10,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(0,3,10,42)
C0M3Y10K42 
(0%,3%,10%,42%)
(0.00/0.03/0.10/0.42)	

CMYK percentages

%0
%2.68
%10.07
%41.57

Codes

Color #959186 in popluar color models

959186
RGB149145134
HSL44°6.61%55.49%
HSB/HSV44°10.07%58.43%
CMYK0.00%2.68%10.07%
41.57%

Color #959186 in popluar number systems.

HEX959186
Decimal149145134
Binary100101011001000110000110
Octal225221206

Shades and tints

Shades of #959186

#959186
(149,145,134)
#88847A
(136,132,122)
#7B776E
(123,119,110)
#6E6A62
(110,106,98)
#615D56
(97,93,86)
#54504A
(84,80,74)
#47433E
(71,67,62)
#3A3632
(58,54,50)
#2D2926
(45,41,38)
#201C1A
(32,28,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #959186

#959186
(149,145,134)
#9E9B91
(158,155,145)
#A7A59C
(167,165,156)
#B0AFA7
(176,175,167)
#B9B9B2
(185,185,178)
#C2C3BD
(194,195,189)
#CBCDC8
(203,205,200)
#D4D7D3
(212,215,211)
#DDE1DE
(221,225,222)
#E6EBE9
(230,235,233)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959186; }

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

This text font color is #959186.


Background Color

.myBgColor { background-color: #959186; }

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

This div background color is #959186.


Border color

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

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

This div border color is #959186.


Opacity

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

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

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

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

This text has shadow with #959186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959186 on black background.


Color preview on white background

This text has color #959186 on white background.



Black color preview on #959186 background

This text has black color on #959186 background.


White color preview on #959186 background

This text has white color on #959186 background.