COLOR #968787

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

Color info

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

RGB color model

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

RGB: (150,135,135) (59%, 53%, 53%)

RGB channels and saturation

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

150
135
135

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

Portions of RGB colors in percentages

R + G + B = 150 + 135 + 135 = 420 (100%)
R 150 of 420 ~ 35.71%
G 135 of 420 ~ 32.14%
B 135 of 420 ~ 32.14'%

%35.71
%32.14
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 10.00%
  • key color value is 41.18%

CMYK: (0,10,10,41)
C0M10Y10K41 (0%, 10%, 10%, 41%)
(0.00 / 0.10 / 0.10 / 0.41)

CMYK percentages

%0
%10
%10
%41.18

Codes

Color #968787 in popluar color models

96 87 87
RGB 150 135 135
HSL 6.67% 55.88%
HSB/HSV 10.00% 58.82%
CMYK 0.00% 10.00% 10.00%
41.18%

Color #968787 in popluar number systems.

HEX 96 87 87
Decimal 150 135 135
Binary 10010110 10000111 10000111
Octal 226 207 207

Shades and tints

Shades of #968787

#968787
(150,135,135)
#897B7B
(137,123,123)
#7C6F6F
(124,111,111)
#6F6363
(111,99,99)
#625757
(98,87,87)
#554B4B
(85,75,75)
#483F3F
(72,63,63)
#3B3333
(59,51,51)
#2E2727
(46,39,39)
#211B1B
(33,27,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #968787

#968787
(150,135,135)
#9F9191
(159,145,145)
#A89B9B
(168,155,155)
#B1A5A5
(177,165,165)
#BAAFAF
(186,175,175)
#C3B9B9
(195,185,185)
#CCC3C3
(204,195,195)
#D5CDCD
(213,205,205)
#DED7D7
(222,215,215)
#E7E1E1
(231,225,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968787; }

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

This text font color is #968787.

Background Color

.myBgColor { background-color: #968787; }

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

This div background color is #968787.

Border color

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

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

This div border color is #968787.

Opacity

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

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

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

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

This text has shadow with #968787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968787.

Preview

Color preview on black background

This text has color #968787 on black background.


Color preview on white background

This text has color #968787 on white background.


Black color preview on #968787 background

This text has black color on #968787 background.


White color preview on #968787 background

This text has white color on #968787 background.


Related colors

Complementary color

Complementary color for #hex is #697878.


I love getcolorcode.com