COLOR #867E82

HEX: #867E82
RGB: (134,126,130)

Color info

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

RGB color model

#867E82 color RGB value is (134,126,130).

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

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 130 of 255 = 51%

134
126
130

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

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 130 = 390 (100%)
R 134 of 390 ~ 34.36%
G 126 of 390 ~ 32.31%
B 130 of 390 ~ 33.33%

%34.36
%32.31
%33.33

CMYK color model

#867E82 color CMYK value is (0,6,3,47).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(0,6,3,47)
C0M6Y3K47 
(0%,6%,3%,47%)
(0.00/0.06/0.03/0.47)	

CMYK percentages

%0
%5.97
%2.99
%47.45

Codes

Color #867E82 in popluar color models

867E82
RGB134126130
HSL330°3.20%50.98%
HSB/HSV330°5.97%52.55%
CMYK0.00%5.97%2.99%
47.45%

Color #867E82 in popluar number systems.

HEX867E82
Decimal134126130
Binary10000110111111010000010
Octal206176202

Shades and tints

Shades of #867E82

#867E82
(134,126,130)
#7A7377
(122,115,119)
#6E686C
(110,104,108)
#625D61
(98,93,97)
#565256
(86,82,86)
#4A474B
(74,71,75)
#3E3C40
(62,60,64)
#323135
(50,49,53)
#26262A
(38,38,42)
#1A1B1F
(26,27,31)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #867E82

#867E82
(134,126,130)
#91898D
(145,137,141)
#9C9498
(156,148,152)
#A79FA3
(167,159,163)
#B2AAAE
(178,170,174)
#BDB5B9
(189,181,185)
#C8C0C4
(200,192,196)
#D3CBCF
(211,203,207)
#DED6DA
(222,214,218)
#E9E1E5
(233,225,229)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867E82; }

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

This text font color is #867E82.


Background Color

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

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

This div background color is #867E82.


Border color

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

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

This div border color is #867E82.


Opacity

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

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

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

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

This text has shadow with #867E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867E82 on black background.


Color preview on white background

This text has color #867E82 on white background.



Black color preview on #867E82 background

This text has black color on #867E82 background.


White color preview on #867E82 background

This text has white color on #867E82 background.