COLOR #868187

HEX: #868187
RGB: (134,129,135)

Color info

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

RGB color model

#868187 color RGB value is (134,129,135).

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

RGB channels and saturation

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

134
129
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 129 + 135 = 398 (100%)
R 134 of 398 ~ 33.67%
G 129 of 398 ~ 32.41%
B 135 of 398 ~ 33.92%

%33.67
%32.41
%33.92

CMYK color model

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

  • cyan value is 0.74%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,4,0,47)
C1M4Y0K47 
(1%,4%,0%,47%)
(0.01/0.04/0.00/0.47)	

CMYK percentages

%0.74
%4.44
%0
%47.06

Codes

Color #868187 in popluar color models

868187
RGB134129135
HSL290°2.44%51.76%
HSB/HSV290°4.44%52.94%
CMYK0.74%4.44%0.00%
47.06%

Color #868187 in popluar number systems.

HEX868187
Decimal134129135
Binary100001101000000110000111
Octal206201207

Shades and tints

Shades of #868187

#868187
(134,129,135)
#7A767B
(122,118,123)
#6E6B6F
(110,107,111)
#626063
(98,96,99)
#565557
(86,85,87)
#4A4A4B
(74,74,75)
#3E3F3F
(62,63,63)
#323433
(50,52,51)
#262927
(38,41,39)
#1A1E1B
(26,30,27)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #868187

#868187
(134,129,135)
#918C91
(145,140,145)
#9C979B
(156,151,155)
#A7A2A5
(167,162,165)
#B2ADAF
(178,173,175)
#BDB8B9
(189,184,185)
#C8C3C3
(200,195,195)
#D3CECD
(211,206,205)
#DED9D7
(222,217,215)
#E9E4E1
(233,228,225)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868187; }

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

This text font color is #868187.


Background Color

.myBgColor { background-color: #868187; }

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

This div background color is #868187.


Border color

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

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

This div border color is #868187.


Opacity

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

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

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

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

This text has shadow with #868187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868187 on black background.


Color preview on white background

This text has color #868187 on white background.



Black color preview on #868187 background

This text has black color on #868187 background.


White color preview on #868187 background

This text has white color on #868187 background.