COLOR #868687

HEX: #868687 RGB: (134,134,135)

Color info

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

RGB color model

#868687 color RGB value is (134,134,135).

RGB: (134,134,135) (53%, 53%, 53%)

RGB channels and saturation

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

134
134
135

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

Portions of RGB colors in percentages

R + G + B = 134 + 134 + 135 = 403 (100%)
R 134 of 403 ~ 33.25%
G 134 of 403 ~ 33.25%
B 135 of 403 ~ 33.5'%

%33.25
%33.25
%33.5

CMYK color model

#868687 color CMYK value is (1,1,0,47).

  • cyan value is 0.74%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (1,1,0,47)
C1M1Y0K47 (1%, 1%, 0%, 47%)
(0.01 / 0.01 / 0.00 / 0.47)

CMYK percentages

%0.74
%0.74
%0
%47.06

Codes

Color #868687 in popluar color models

86 86 87
RGB 134 134 135
HSL 240° 0.41% 52.75%
HSB/HSV 240° 0.74% 52.94%
CMYK 0.74% 0.74% 0.00%
47.06%

Color #868687 in popluar number systems.

HEX 86 86 87
Decimal 134 134 135
Binary 10000110 10000110 10000111
Octal 206 206 207

Shades and tints

Shades of #868687

#868687
(134,134,135)
#7A7A7B
(122,122,123)
#6E6E6F
(110,110,111)
#626263
(98,98,99)
#565657
(86,86,87)
#4A4A4B
(74,74,75)
#3E3E3F
(62,62,63)
#323233
(50,50,51)
#262627
(38,38,39)
#1A1A1B
(26,26,27)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #868687

#868687
(134,134,135)
#919191
(145,145,145)
#9C9C9B
(156,156,155)
#A7A7A5
(167,167,165)
#B2B2AF
(178,178,175)
#BDBDB9
(189,189,185)
#C8C8C3
(200,200,195)
#D3D3CD
(211,211,205)
#DEDED7
(222,222,215)
#E9E9E1
(233,233,225)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868687; }

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

This text font color is #868687.

Background Color

.myBgColor { background-color: #868687; }

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

This div background color is #868687.

Border color

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

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

This div border color is #868687.

Opacity

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

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

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

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

This text has shadow with #868687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868687.

Preview

Color preview on black background

This text has color #868687 on black background.


Color preview on white background

This text has color #868687 on white background.


Black color preview on #868687 background

This text has black color on #868687 background.


White color preview on #868687 background

This text has white color on #868687 background.


Related colors

Complementary color

Complementary color for #hex is #797978.


I love getcolorcode.com