COLOR #868D8B

HEX: #868D8B
RGB: (134,141,139)

Color info

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

RGB color model

#868D8B color RGB value is (134,141,139).

  • red value is 134;
  • green value is 141;
  • blue value is 139.
RGB:
(134,141,139)
(53%,55%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 139 of 255 = 55%

134
141
139

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

Portions of RGB colors in percentages

R + G + B =
134 + 141 + 139 = 414 (100%)
R 134 of 414 ~ 32.37%
G 141 of 414 ~ 34.06%
B 139 of 414 ~ 33.57%

%32.37
%34.06
%33.57

CMYK color model

#868D8B color CMYK value is (5,0,1,45).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 44.71%
CMYK:
(5,0,1,45)
C5M0Y1K45 
(5%,0%,1%,45%)
(0.05/0.00/0.01/0.45)	

CMYK percentages

%4.96
%0
%1.42
%44.71

Codes

Color #868D8B in popluar color models

868D8B
RGB134141139
HSL163°2.98%53.92%
HSB/HSV163°4.96%55.29%
CMYK4.96%0.00%1.42%
44.71%

Color #868D8B in popluar number systems.

HEX868D8B
Decimal134141139
Binary100001101000110110001011
Octal206215213

Shades and tints

Shades of #868D8B

#868D8B
(134,141,139)
#7A817F
(122,129,127)
#6E7573
(110,117,115)
#626967
(98,105,103)
#565D5B
(86,93,91)
#4A514F
(74,81,79)
#3E4543
(62,69,67)
#323937
(50,57,55)
#262D2B
(38,45,43)
#1A211F
(26,33,31)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #868D8B

#868D8B
(134,141,139)
#919795
(145,151,149)
#9CA19F
(156,161,159)
#A7ABA9
(167,171,169)
#B2B5B3
(178,181,179)
#BDBFBD
(189,191,189)
#C8C9C7
(200,201,199)
#D3D3D1
(211,211,209)
#DEDDDB
(222,221,219)
#E9E7E5
(233,231,229)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868D8B color. Also use rgb(134,141,139) instead hex code.

Text Font Color

.myTextColor { color: #868D8B; }

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

This text font color is #868D8B.


Background Color

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

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

This div background color is #868D8B.


Border color

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

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

This div border color is #868D8B.


Opacity

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

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

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

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

This text has shadow with #868D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868D8B on black background.


Color preview on white background

This text has color #868D8B on white background.



Black color preview on #868D8B background

This text has black color on #868D8B background.


White color preview on #868D8B background

This text has white color on #868D8B background.