COLOR #867E8A

HEX: #867E8A
RGB: (134,126,138)

Color info

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

RGB color model

#867E8A color RGB value is (134,126,138).

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

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 138 of 255 = 54%

134
126
138

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

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 138 = 398 (100%)
R 134 of 398 ~ 33.67%
G 126 of 398 ~ 31.66%
B 138 of 398 ~ 34.67%

%33.67
%31.66
%34.67

CMYK color model

#867E8A color CMYK value is (3,9,0,46).

  • cyan value is 2.90%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(3,9,0,46)
C3M9Y0K46 
(3%,9%,0%,46%)
(0.03/0.09/0.00/0.46)	

CMYK percentages

%2.9
%8.7
%0
%45.88

Codes

Color #867E8A in popluar color models

867E8A
RGB134126138
HSL280°4.88%51.76%
HSB/HSV280°8.70%54.12%
CMYK2.90%8.70%0.00%
45.88%

Color #867E8A in popluar number systems.

HEX867E8A
Decimal134126138
Binary10000110111111010001010
Octal206176212

Shades and tints

Shades of #867E8A

#867E8A
(134,126,138)
#7A737E
(122,115,126)
#6E6872
(110,104,114)
#625D66
(98,93,102)
#56525A
(86,82,90)
#4A474E
(74,71,78)
#3E3C42
(62,60,66)
#323136
(50,49,54)
#26262A
(38,38,42)
#1A1B1E
(26,27,30)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #867E8A

#867E8A
(134,126,138)
#918994
(145,137,148)
#9C949E
(156,148,158)
#A79FA8
(167,159,168)
#B2AAB2
(178,170,178)
#BDB5BC
(189,181,188)
#C8C0C6
(200,192,198)
#D3CBD0
(211,203,208)
#DED6DA
(222,214,218)
#E9E1E4
(233,225,228)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867E8A; }

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

This text font color is #867E8A.


Background Color

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

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

This div background color is #867E8A.


Border color

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

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

This div border color is #867E8A.


Opacity

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

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

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

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

This text has shadow with #867E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867E8A on black background.


Color preview on white background

This text has color #867E8A on white background.



Black color preview on #867E8A background

This text has black color on #867E8A background.


White color preview on #867E8A background

This text has white color on #867E8A background.