COLOR #867B8E

HEX: #867B8E
RGB: (134,123,142)

Color info

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

RGB color model

#867B8E color RGB value is (134,123,142).

  • red value is 134;
  • green value is 123;
  • blue value is 142.
RGB:
(134,123,142)
(53%,48%,56%)

RGB channels and saturation

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

134
123
142

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

Portions of RGB colors in percentages

R + G + B =
134 + 123 + 142 = 399 (100%)
R 134 of 399 ~ 33.58%
G 123 of 399 ~ 30.83%
B 142 of 399 ~ 35.59%

%33.58
%30.83
%35.59

CMYK color model

#867B8E color CMYK value is (6,13,0,44).

  • cyan value is 5.63%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(6,13,0,44)
C6M13Y0K44 
(6%,13%,0%,44%)
(0.06/0.13/0.00/0.44)	

CMYK percentages

%5.63
%13.38
%0
%44.31

Codes

Color #867B8E in popluar color models

867B8E
RGB134123142
HSL275°7.76%51.96%
HSB/HSV275°13.38%55.69%
CMYK5.63%13.38%0.00%
44.31%

Color #867B8E in popluar number systems.

HEX867B8E
Decimal134123142
Binary10000110111101110001110
Octal206173216

Shades and tints

Shades of #867B8E

#867B8E
(134,123,142)
#7A7082
(122,112,130)
#6E6576
(110,101,118)
#625A6A
(98,90,106)
#564F5E
(86,79,94)
#4A4452
(74,68,82)
#3E3946
(62,57,70)
#322E3A
(50,46,58)
#26232E
(38,35,46)
#1A1822
(26,24,34)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #867B8E

#867B8E
(134,123,142)
#918798
(145,135,152)
#9C93A2
(156,147,162)
#A79FAC
(167,159,172)
#B2ABB6
(178,171,182)
#BDB7C0
(189,183,192)
#C8C3CA
(200,195,202)
#D3CFD4
(211,207,212)
#DEDBDE
(222,219,222)
#E9E7E8
(233,231,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867B8E; }

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

This text font color is #867B8E.


Background Color

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

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

This div background color is #867B8E.


Border color

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

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

This div border color is #867B8E.


Opacity

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

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

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

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

This text has shadow with #867B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867B8E on black background.


Color preview on white background

This text has color #867B8E on white background.



Black color preview on #867B8E background

This text has black color on #867B8E background.


White color preview on #867B8E background

This text has white color on #867B8E background.