COLOR #868A87

HEX: #868A87
RGB: (134,138,135)

Color info

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

RGB color model

#868A87 color RGB value is (134,138,135).

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

RGB channels and saturation

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

134
138
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 135 = 407 (100%)
R 134 of 407 ~ 32.92%
G 138 of 407 ~ 33.91%
B 135 of 407 ~ 33.17%

%32.92
%33.91
%33.17

CMYK color model

#868A87 color CMYK value is (3,0,2,46).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 45.88%
CMYK:
(3,0,2,46)
C3M0Y2K46 
(3%,0%,2%,46%)
(0.03/0.00/0.02/0.46)	

CMYK percentages

%2.9
%0
%2.17
%45.88

Codes

Color #868A87 in popluar color models

868A87
RGB134138135
HSL135°1.68%53.33%
HSB/HSV135°2.90%54.12%
CMYK2.90%0.00%2.17%
45.88%

Color #868A87 in popluar number systems.

HEX868A87
Decimal134138135
Binary100001101000101010000111
Octal206212207

Shades and tints

Shades of #868A87

#868A87
(134,138,135)
#7A7E7B
(122,126,123)
#6E726F
(110,114,111)
#626663
(98,102,99)
#565A57
(86,90,87)
#4A4E4B
(74,78,75)
#3E423F
(62,66,63)
#323633
(50,54,51)
#262A27
(38,42,39)
#1A1E1B
(26,30,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #868A87

#868A87
(134,138,135)
#919491
(145,148,145)
#9C9E9B
(156,158,155)
#A7A8A5
(167,168,165)
#B2B2AF
(178,178,175)
#BDBCB9
(189,188,185)
#C8C6C3
(200,198,195)
#D3D0CD
(211,208,205)
#DEDAD7
(222,218,215)
#E9E4E1
(233,228,225)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868A87; }

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

This text font color is #868A87.


Background Color

.myBgColor { background-color: #868A87; }

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

This div background color is #868A87.


Border color

.myBorderColor { border: 1px solid #868A87; }

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

This div border color is #868A87.


Opacity

.myOpacity80 { color: #868A87; opacity: 0.8; }

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

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

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

This text has shadow with #868A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868A87 on black background.


Color preview on white background

This text has color #868A87 on white background.



Black color preview on #868A87 background

This text has black color on #868A87 background.


White color preview on #868A87 background

This text has white color on #868A87 background.