COLOR #867E87

HEX: #867E87
RGB: (134,126,135)

Color info

#867E87 contains red, green and blue colors in about the same proportion. Web safe color of #867E87 is #996699 (or #969).

RGB color model

#867E87 color RGB value is (134,126,135).

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

RGB channels and saturation

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

134
126
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 135 = 395 (100%)
R 134 of 395 ~ 33.92%
G 126 of 395 ~ 31.9%
B 135 of 395 ~ 34.18%

%33.92
%31.9
%34.18

CMYK color model

#867E87 color CMYK value is (1,7,0,47).

  • cyan value is 0.74%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,7,0,47)
C1M7Y0K47 
(1%,7%,0%,47%)
(0.01/0.07/0.00/0.47)	

CMYK percentages

%0.74
%6.67
%0
%47.06

Codes

Color #867E87 in popluar color models

867E87
RGB134126135
HSL293°3.61%51.18%
HSB/HSV293°6.67%52.94%
CMYK0.74%6.67%0.00%
47.06%

Color #867E87 in popluar number systems.

HEX867E87
Decimal134126135
Binary10000110111111010000111
Octal206176207

Shades and tints

Shades of #867E87

#867E87
(134,126,135)
#7A737B
(122,115,123)
#6E686F
(110,104,111)
#625D63
(98,93,99)
#565257
(86,82,87)
#4A474B
(74,71,75)
#3E3C3F
(62,60,63)
#323133
(50,49,51)
#262627
(38,38,39)
#1A1B1B
(26,27,27)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #867E87

#867E87
(134,126,135)
#918991
(145,137,145)
#9C949B
(156,148,155)
#A79FA5
(167,159,165)
#B2AAAF
(178,170,175)
#BDB5B9
(189,181,185)
#C8C0C3
(200,192,195)
#D3CBCD
(211,203,205)
#DED6D7
(222,214,215)
#E9E1E1
(233,225,225)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867E87; }

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

This text font color is #867E87.


Background Color

.myBgColor { background-color: #867E87; }

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

This div background color is #867E87.


Border color

.myBorderColor { border: 1px solid #867E87; }

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

This div border color is #867E87.


Opacity

.myOpacity80 { color: #867E87; opacity: 0.8; }

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

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

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

This text has shadow with #867E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867E87 on black background.


Color preview on white background

This text has color #867E87 on white background.



Black color preview on #867E87 background

This text has black color on #867E87 background.


White color preview on #867E87 background

This text has white color on #867E87 background.