COLOR #867A80

HEX: #867A80
RGB: (134,122,128)

Color info

#867A80 contains red, green and blue colors in about the same proportion. Web safe color of #867A80 is #996666 (or #966).

RGB color model

#867A80 color RGB value is (134,122,128).

  • red value is 134;
  • green value is 122;
  • blue value is 128.
RGB:
(134,122,128)
(53%,48%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 128 of 255 = 50%

134
122
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 128 = 384 (100%)
R 134 of 384 ~ 34.9%
G 122 of 384 ~ 31.77%
B 128 of 384 ~ 33.33%

%34.9
%31.77
%33.33

CMYK color model

#867A80 color CMYK value is (0,9,4,47).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,9,4,47)
C0M9Y4K47 
(0%,9%,4%,47%)
(0.00/0.09/0.04/0.47)	

CMYK percentages

%0
%8.96
%4.48
%47.45

Codes

Color #867A80 in popluar color models

867A80
RGB134122128
HSL330°4.72%50.20%
HSB/HSV330°8.96%52.55%
CMYK0.00%8.96%4.48%
47.45%

Color #867A80 in popluar number systems.

HEX867A80
Decimal134122128
Binary10000110111101010000000
Octal206172200

Shades and tints

Shades of #867A80

#867A80
(134,122,128)
#7A6F75
(122,111,117)
#6E646A
(110,100,106)
#62595F
(98,89,95)
#564E54
(86,78,84)
#4A4349
(74,67,73)
#3E383E
(62,56,62)
#322D33
(50,45,51)
#262228
(38,34,40)
#1A171D
(26,23,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #867A80

#867A80
(134,122,128)
#91868B
(145,134,139)
#9C9296
(156,146,150)
#A79EA1
(167,158,161)
#B2AAAC
(178,170,172)
#BDB6B7
(189,182,183)
#C8C2C2
(200,194,194)
#D3CECD
(211,206,205)
#DEDAD8
(222,218,216)
#E9E6E3
(233,230,227)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867A80 color. Also use rgb(134,122,128) instead hex code.

Text Font Color

.myTextColor { color: #867A80; }

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

This text font color is #867A80.


Background Color

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

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

This div background color is #867A80.


Border color

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

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

This div border color is #867A80.


Opacity

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

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

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

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

This text has shadow with #867A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867A80 on black background.


Color preview on white background

This text has color #867A80 on white background.



Black color preview on #867A80 background

This text has black color on #867A80 background.


White color preview on #867A80 background

This text has white color on #867A80 background.