COLOR #868C7F

HEX: #868C7F
RGB: (134,140,127)

Color info

#868C7F contains red, green and blue colors in about the same proportion. Web safe color of #868C7F is #999966 (or #996).

RGB color model

#868C7F color RGB value is (134,140,127).

  • red value is 134;
  • green value is 140;
  • blue value is 127.
RGB:
(134,140,127)
(53%,55%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 140 of 255 = 55%
B 127 of 255 = 50%

134
140
127

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

Portions of RGB colors in percentages

R + G + B =
134 + 140 + 127 = 401 (100%)
R 134 of 401 ~ 33.42%
G 140 of 401 ~ 34.91%
B 127 of 401 ~ 31.67%

%33.42
%34.91
%31.67

CMYK color model

#868C7F color CMYK value is (4,0,9,45).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(4,0,9,45)
C4M0Y9K45 
(4%,0%,9%,45%)
(0.04/0.00/0.09/0.45)	

CMYK percentages

%4.29
%0
%9.29
%45.1

Codes

Color #868C7F in popluar color models

868C7F
RGB134140127
HSL88°5.35%52.35%
HSB/HSV88°9.29%54.90%
CMYK4.29%0.00%9.29%
45.10%

Color #868C7F in popluar number systems.

HEX868C7F
Decimal134140127
Binary10000110100011001111111
Octal206214177

Shades and tints

Shades of #868C7F

#868C7F
(134,140,127)
#7A8074
(122,128,116)
#6E7469
(110,116,105)
#62685E
(98,104,94)
#565C53
(86,92,83)
#4A5048
(74,80,72)
#3E443D
(62,68,61)
#323832
(50,56,50)
#262C27
(38,44,39)
#1A201C
(26,32,28)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #868C7F

#868C7F
(134,140,127)
#91968A
(145,150,138)
#9CA095
(156,160,149)
#A7AAA0
(167,170,160)
#B2B4AB
(178,180,171)
#BDBEB6
(189,190,182)
#C8C8C1
(200,200,193)
#D3D2CC
(211,210,204)
#DEDCD7
(222,220,215)
#E9E6E2
(233,230,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868C7F color. Also use rgb(134,140,127) instead hex code.

Text Font Color

.myTextColor { color: #868C7F; }

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

This text font color is #868C7F.


Background Color

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

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

This div background color is #868C7F.


Border color

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

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

This div border color is #868C7F.


Opacity

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

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

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

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

This text has shadow with #868C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868C7F on black background.


Color preview on white background

This text has color #868C7F on white background.



Black color preview on #868C7F background

This text has black color on #868C7F background.


White color preview on #868C7F background

This text has white color on #868C7F background.