COLOR #968586

HEX: #968586
RGB: (150,133,134)

Color info

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

RGB color model

#968586 color RGB value is (150,133,134).

  • red value is 150;
  • green value is 133;
  • blue value is 134.
RGB:
(150,133,134)
(59%,52%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 134 of 255 = 53%

150
133
134

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

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 134 = 417 (100%)
R 150 of 417 ~ 35.97%
G 133 of 417 ~ 31.89%
B 134 of 417 ~ 32.13%

%35.97
%31.89
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 10.67%
  • key color value is 41.18%
CMYK:
(0,11,11,41)
C0M11Y11K41 
(0%,11%,11%,41%)
(0.00/0.11/0.11/0.41)	

CMYK percentages

%0
%11.33
%10.67
%41.18

Codes

Color #968586 in popluar color models

968586
RGB150133134
HSL356°7.49%55.49%
HSB/HSV356°11.33%58.82%
CMYK0.00%11.33%10.67%
41.18%

Color #968586 in popluar number systems.

HEX968586
Decimal150133134
Binary100101101000010110000110
Octal226205206

Shades and tints

Shades of #968586

#968586
(150,133,134)
#89797A
(137,121,122)
#7C6D6E
(124,109,110)
#6F6162
(111,97,98)
#625556
(98,85,86)
#55494A
(85,73,74)
#483D3E
(72,61,62)
#3B3132
(59,49,50)
#2E2526
(46,37,38)
#21191A
(33,25,26)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #968586

#968586
(150,133,134)
#9F9091
(159,144,145)
#A89B9C
(168,155,156)
#B1A6A7
(177,166,167)
#BAB1B2
(186,177,178)
#C3BCBD
(195,188,189)
#CCC7C8
(204,199,200)
#D5D2D3
(213,210,211)
#DEDDDE
(222,221,222)
#E7E8E9
(231,232,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968586 color. Also use rgb(150,133,134) instead hex code.

Text Font Color

.myTextColor { color: #968586; }

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

This text font color is #968586.


Background Color

.myBgColor { background-color: #968586; }

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

This div background color is #968586.


Border color

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

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

This div border color is #968586.


Opacity

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

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

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

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

This text has shadow with #968586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968586 on black background.


Color preview on white background

This text has color #968586 on white background.



Black color preview on #968586 background

This text has black color on #968586 background.


White color preview on #968586 background

This text has white color on #968586 background.