COLOR #969687

HEX: #969687
RGB: (150,150,135)

Color info

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

RGB color model

#969687 color RGB value is (150,150,135).

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

RGB channels and saturation

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

150
150
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 135 = 435 (100%)
R 150 of 435 ~ 34.48%
G 150 of 435 ~ 34.48%
B 135 of 435 ~ 31.03%

%34.48
%34.48
%31.03

CMYK color model

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

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

CMYK percentages

%0
%0
%10
%41.18

Codes

Color #969687 in popluar color models

969687
RGB150150135
HSL60°6.67%55.88%
HSB/HSV60°10.00%58.82%
CMYK0.00%0.00%10.00%
41.18%

Color #969687 in popluar number systems.

HEX969687
Decimal150150135
Binary100101101001011010000111
Octal226226207

Shades and tints

Shades of #969687

#969687
(150,150,135)
#89897B
(137,137,123)
#7C7C6F
(124,124,111)
#6F6F63
(111,111,99)
#626257
(98,98,87)
#55554B
(85,85,75)
#48483F
(72,72,63)
#3B3B33
(59,59,51)
#2E2E27
(46,46,39)
#21211B
(33,33,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #969687

#969687
(150,150,135)
#9F9F91
(159,159,145)
#A8A89B
(168,168,155)
#B1B1A5
(177,177,165)
#BABAAF
(186,186,175)
#C3C3B9
(195,195,185)
#CCCCC3
(204,204,195)
#D5D5CD
(213,213,205)
#DEDED7
(222,222,215)
#E7E7E1
(231,231,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969687; }

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

This text font color is #969687.


Background Color

.myBgColor { background-color: #969687; }

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

This div background color is #969687.


Border color

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

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

This div border color is #969687.


Opacity

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

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

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

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

This text has shadow with #969687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969687 on black background.


Color preview on white background

This text has color #969687 on white background.



Black color preview on #969687 background

This text has black color on #969687 background.


White color preview on #969687 background

This text has white color on #969687 background.