COLOR #969686

HEX: #969686
RGB: (150,150,134)

Color info

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

RGB color model

#969686 color RGB value is (150,150,134).

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

RGB channels and saturation

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

150
150
134

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 134 = 434 (100%)
R 150 of 434 ~ 34.56%
G 150 of 434 ~ 34.56%
B 134 of 434 ~ 30.88%

%34.56
%34.56
%30.88

CMYK color model

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

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

CMYK percentages

%0
%0
%10.67
%41.18

Codes

Color #969686 in popluar color models

969686
RGB150150134
HSL60°7.08%55.69%
HSB/HSV60°10.67%58.82%
CMYK0.00%0.00%10.67%
41.18%

Color #969686 in popluar number systems.

HEX969686
Decimal150150134
Binary100101101001011010000110
Octal226226206

Shades and tints

Shades of #969686

#969686
(150,150,134)
#89897A
(137,137,122)
#7C7C6E
(124,124,110)
#6F6F62
(111,111,98)
#626256
(98,98,86)
#55554A
(85,85,74)
#48483E
(72,72,62)
#3B3B32
(59,59,50)
#2E2E26
(46,46,38)
#21211A
(33,33,26)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #969686

#969686
(150,150,134)
#9F9F91
(159,159,145)
#A8A89C
(168,168,156)
#B1B1A7
(177,177,167)
#BABAB2
(186,186,178)
#C3C3BD
(195,195,189)
#CCCCC8
(204,204,200)
#D5D5D3
(213,213,211)
#DEDEDE
(222,222,222)
#E7E7E9
(231,231,233)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969686; }

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

This text font color is #969686.


Background Color

.myBgColor { background-color: #969686; }

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

This div background color is #969686.


Border color

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

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

This div border color is #969686.


Opacity

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

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

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

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

This text has shadow with #969686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969686 on black background.


Color preview on white background

This text has color #969686 on white background.



Black color preview on #969686 background

This text has black color on #969686 background.


White color preview on #969686 background

This text has white color on #969686 background.