COLOR #867F8A

HEX: #867F8A
RGB: (134,127,138)

Color info

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

RGB color model

#867F8A color RGB value is (134,127,138).

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

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 138 of 255 = 54%

134
127
138

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

Portions of RGB colors in percentages

R + G + B =
134 + 127 + 138 = 399 (100%)
R 134 of 399 ~ 33.58%
G 127 of 399 ~ 31.83%
B 138 of 399 ~ 34.59%

%33.58
%31.83
%34.59

CMYK color model

#867F8A color CMYK value is (3,8,0,46).

  • cyan value is 2.90%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(3,8,0,46)
C3M8Y0K46 
(3%,8%,0%,46%)
(0.03/0.08/0.00/0.46)	

CMYK percentages

%2.9
%7.97
%0
%45.88

Codes

Color #867F8A in popluar color models

867F8A
RGB134127138
HSL278°4.49%51.96%
HSB/HSV278°7.97%54.12%
CMYK2.90%7.97%0.00%
45.88%

Color #867F8A in popluar number systems.

HEX867F8A
Decimal134127138
Binary10000110111111110001010
Octal206177212

Shades and tints

Shades of #867F8A

#867F8A
(134,127,138)
#7A747E
(122,116,126)
#6E6972
(110,105,114)
#625E66
(98,94,102)
#56535A
(86,83,90)
#4A484E
(74,72,78)
#3E3D42
(62,61,66)
#323236
(50,50,54)
#26272A
(38,39,42)
#1A1C1E
(26,28,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #867F8A

#867F8A
(134,127,138)
#918A94
(145,138,148)
#9C959E
(156,149,158)
#A7A0A8
(167,160,168)
#B2ABB2
(178,171,178)
#BDB6BC
(189,182,188)
#C8C1C6
(200,193,198)
#D3CCD0
(211,204,208)
#DED7DA
(222,215,218)
#E9E2E4
(233,226,228)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867F8A color. Also use rgb(134,127,138) instead hex code.

Text Font Color

.myTextColor { color: #867F8A; }

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

This text font color is #867F8A.


Background Color

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

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

This div background color is #867F8A.


Border color

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

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

This div border color is #867F8A.


Opacity

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

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

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

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

This text has shadow with #867F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867F8A on black background.


Color preview on white background

This text has color #867F8A on white background.



Black color preview on #867F8A background

This text has black color on #867F8A background.


White color preview on #867F8A background

This text has white color on #867F8A background.