COLOR #867B84

HEX: #867B84 RGB: (134,123,132)

Color info

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

RGB color model

#867B84 color RGB value is (134,123,132).

RGB: (134,123,132) (53%, 48%, 52%)

RGB channels and saturation

R 134 of 255 = 53%
G 123 of 255 = 48%
B 132 of 255 = 52%

134
123
132

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

Portions of RGB colors in percentages

R + G + B = 134 + 123 + 132 = 389 (100%)
R 134 of 389 ~ 34.45%
G 123 of 389 ~ 31.62%
B 132 of 389 ~ 33.93'%

%34.45
%31.62
%33.93

CMYK color model

#867B84 color CMYK value is (0,8,1,47).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 1.49%
  • key color value is 47.45%

CMYK: (0,8,1,47)
C0M8Y1K47 (0%, 8%, 1%, 47%)
(0.00 / 0.08 / 0.01 / 0.47)

CMYK percentages

%0
%8.21
%1.49
%47.45

Codes

Color #867B84 in popluar color models

86 7B 84
RGB 134 123 132
HSL 311° 4.35% 50.39%
HSB/HSV 311° 8.21% 52.55%
CMYK 0.00% 8.21% 1.49%
47.45%

Color #867B84 in popluar number systems.

HEX 86 7B 84
Decimal 134 123 132
Binary 10000110 1111011 10000100
Octal 206 173 204

Shades and tints

Shades of #867B84

#867B84
(134,123,132)
#7A7078
(122,112,120)
#6E656C
(110,101,108)
#625A60
(98,90,96)
#564F54
(86,79,84)
#4A4448
(74,68,72)
#3E393C
(62,57,60)
#322E30
(50,46,48)
#262324
(38,35,36)
#1A1818
(26,24,24)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #867B84

#867B84
(134,123,132)
#91878F
(145,135,143)
#9C939A
(156,147,154)
#A79FA5
(167,159,165)
#B2ABB0
(178,171,176)
#BDB7BB
(189,183,187)
#C8C3C6
(200,195,198)
#D3CFD1
(211,207,209)
#DEDBDC
(222,219,220)
#E9E7E7
(233,231,231)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867B84 color. Also use rgb(134,123,132) instead hex code.

Text Font Color

.myTextColor { color: #867B84; }

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

This text font color is #867B84.

Background Color

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

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

This div background color is #867B84.

Border color

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

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

This div border color is #867B84.

Opacity

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

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

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

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

This text has shadow with #867B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867B84.

Preview

Color preview on black background

This text has color #867B84 on black background.


Color preview on white background

This text has color #867B84 on white background.


Black color preview on #867B84 background

This text has black color on #867B84 background.


White color preview on #867B84 background

This text has white color on #867B84 background.


Related colors

Complementary color

Complementary color for #hex is #79847B.


I love getcolorcode.com

Triadic colors

1 #84867B and #7B8486 with #867B84 are triadic colors.

2 #847B86 and #7B8684 with #867B84 are triadic colors.