COLOR #867B8F

HEX: #867B8F RGB: (134,123,143)

Color info

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

RGB color model

#867B8F color RGB value is (134,123,143).

RGB: (134,123,143) (53%, 48%, 56%)

RGB channels and saturation

R 134 of 255 = 53%
G 123 of 255 = 48%
B 143 of 255 = 56%

134
123
143

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

Portions of RGB colors in percentages

R + G + B = 134 + 123 + 143 = 400 (100%)
R 134 of 400 ~ 33.5%
G 123 of 400 ~ 30.75%
B 143 of 400 ~ 35.75'%

%33.5
%30.75
%35.75

CMYK color model

#867B8F color CMYK value is (6,14,0,44).

  • cyan value is 6.29%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (6,14,0,44) C6M14Y0K44 (6%,14%,0%,44%) (0.06/0.14/0.00/0.44) 

CMYK percentages

%6.29
%13.99
%0
%43.92

Codes

Color #867B8F in popluar color models

86 7B 8F
RGB 134 123 143
HSL 273° 8.20% 52.16%
HSB/HSV 273° 13.99% 56.08%
CMYK 6.29% 13.99% 0.00%
43.92%

Color #867B8F in popluar number systems.

HEX 86 7B 8F
Decimal 134 123 143
Binary 10000110 1111011 10001111
Octal 206 173 217

Shades and tints

Shades of #867B8F

#867B8F
(134,123,143)
#7A7082
(122,112,130)
#6E6575
(110,101,117)
#625A68
(98,90,104)
#564F5B
(86,79,91)
#4A444E
(74,68,78)
#3E3941
(62,57,65)
#322E34
(50,46,52)
#262327
(38,35,39)
#1A181A
(26,24,26)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #867B8F

#867B8F
(134,123,143)
#918799
(145,135,153)
#9C93A3
(156,147,163)
#A79FAD
(167,159,173)
#B2ABB7
(178,171,183)
#BDB7C1
(189,183,193)
#C8C3CB
(200,195,203)
#D3CFD5
(211,207,213)
#DEDBDF
(222,219,223)
#E9E7E9
(233,231,233)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867B8F; }

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

This text font color is #867B8F.

Background Color

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

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

This div background color is #867B8F.

Border color

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

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

This div border color is #867B8F.

Opacity

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

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

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

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

This text has shadow with #867B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867B8F.

Preview

Color preview on black background

This text has color #867B8F on black background.


Color preview on white background

This text has color #867B8F on white background.


Black color preview on #867B8F background

This text has black color on #867B8F background.


White color preview on #867B8F background

This text has white color on #867B8F background.


Related colors

Complementary color

Complementary color for #hex is #798470.


I love getcolorcode.com

Triadic colors

1 #8F867B and #7B8F86 with #867B8F are triadic colors.

2 #8F7B86 and #7B868F with #867B8F are triadic colors.