COLOR #968786

HEX: #968786
RGB: (150,135,134)

Color info

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

RGB color model

#968786 color RGB value is (150,135,134).

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

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 134 of 255 = 53%

150
135
134

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 134 = 419 (100%)
R 150 of 419 ~ 35.8%
G 135 of 419 ~ 32.22%
B 134 of 419 ~ 31.98%

%35.8
%32.22
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 10.67%
  • key color value is 41.18%
CMYK:
(0,10,11,41)
C0M10Y11K41 
(0%,10%,11%,41%)
(0.00/0.10/0.11/0.41)	

CMYK percentages

%0
%10
%10.67
%41.18

Codes

Color #968786 in popluar color models

968786
RGB150135134
HSL7.08%55.69%
HSB/HSV10.67%58.82%
CMYK0.00%10.00%10.67%
41.18%

Color #968786 in popluar number systems.

HEX968786
Decimal150135134
Binary100101101000011110000110
Octal226207206

Shades and tints

Shades of #968786

#968786
(150,135,134)
#897B7A
(137,123,122)
#7C6F6E
(124,111,110)
#6F6362
(111,99,98)
#625756
(98,87,86)
#554B4A
(85,75,74)
#483F3E
(72,63,62)
#3B3332
(59,51,50)
#2E2726
(46,39,38)
#211B1A
(33,27,26)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #968786

#968786
(150,135,134)
#9F9191
(159,145,145)
#A89B9C
(168,155,156)
#B1A5A7
(177,165,167)
#BAAFB2
(186,175,178)
#C3B9BD
(195,185,189)
#CCC3C8
(204,195,200)
#D5CDD3
(213,205,211)
#DED7DE
(222,215,222)
#E7E1E9
(231,225,233)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968786; }

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

This text font color is #968786.


Background Color

.myBgColor { background-color: #968786; }

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

This div background color is #968786.


Border color

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

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

This div border color is #968786.


Opacity

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

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

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

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

This text has shadow with #968786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968786 on black background.


Color preview on white background

This text has color #968786 on white background.



Black color preview on #968786 background

This text has black color on #968786 background.


White color preview on #968786 background

This text has white color on #968786 background.