COLOR #968687

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
134
135

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

Portions of RGB colors in percentages

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

%35.8
%31.98
%32.22

CMYK color model

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

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

CMYK percentages

%0
%10.67
%10
%41.18

Codes

Color #968687 in popluar color models

968687
RGB150134135
HSL356°7.08%55.69%
HSB/HSV356°10.67%58.82%
CMYK0.00%10.67%10.00%
41.18%

Color #968687 in popluar number systems.

HEX968687
Decimal150134135
Binary100101101000011010000111
Octal226206207

Shades and tints

Shades of #968687

#968687
(150,134,135)
#897A7B
(137,122,123)
#7C6E6F
(124,110,111)
#6F6263
(111,98,99)
#625657
(98,86,87)
#554A4B
(85,74,75)
#483E3F
(72,62,63)
#3B3233
(59,50,51)
#2E2627
(46,38,39)
#211A1B
(33,26,27)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #968687

#968687
(150,134,135)
#9F9191
(159,145,145)
#A89C9B
(168,156,155)
#B1A7A5
(177,167,165)
#BAB2AF
(186,178,175)
#C3BDB9
(195,189,185)
#CCC8C3
(204,200,195)
#D5D3CD
(213,211,205)
#DEDED7
(222,222,215)
#E7E9E1
(231,233,225)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968687; }

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

This text font color is #968687.


Background Color

.myBgColor { background-color: #968687; }

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

This div background color is #968687.


Border color

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

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

This div border color is #968687.


Opacity

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

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

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

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

This text has shadow with #968687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968687 on black background.


Color preview on white background

This text has color #968687 on white background.



Black color preview on #968687 background

This text has black color on #968687 background.


White color preview on #968687 background

This text has white color on #968687 background.