COLOR #867986

HEX: #867986
RGB: (134,121,134)

Color info

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

RGB color model

#867986 color RGB value is (134,121,134).

  • red value is 134;
  • green value is 121;
  • blue value is 134.
RGB:
(134,121,134)
(53%,47%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 121 of 255 = 47%
B 134 of 255 = 53%

134
121
134

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

Portions of RGB colors in percentages

R + G + B =
134 + 121 + 134 = 389 (100%)
R 134 of 389 ~ 34.45%
G 121 of 389 ~ 31.11%
B 134 of 389 ~ 34.45%

%34.45
%31.11
%34.45

CMYK color model

#867986 color CMYK value is (0,10,0,47).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(0,10,0,47)
C0M10Y0K47 
(0%,10%,0%,47%)
(0.00/0.10/0.00/0.47)	

CMYK percentages

%0
%9.7
%0
%47.45

Codes

Color #867986 in popluar color models

867986
RGB134121134
HSL300°5.10%50.00%
HSB/HSV300°9.70%52.55%
CMYK0.00%9.70%0.00%
47.45%

Color #867986 in popluar number systems.

HEX867986
Decimal134121134
Binary10000110111100110000110
Octal206171206

Shades and tints

Shades of #867986

#867986
(134,121,134)
#7A6E7A
(122,110,122)
#6E636E
(110,99,110)
#625862
(98,88,98)
#564D56
(86,77,86)
#4A424A
(74,66,74)
#3E373E
(62,55,62)
#322C32
(50,44,50)
#262126
(38,33,38)
#1A161A
(26,22,26)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #867986

#867986
(134,121,134)
#918591
(145,133,145)
#9C919C
(156,145,156)
#A79DA7
(167,157,167)
#B2A9B2
(178,169,178)
#BDB5BD
(189,181,189)
#C8C1C8
(200,193,200)
#D3CDD3
(211,205,211)
#DED9DE
(222,217,222)
#E9E5E9
(233,229,233)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867986 color. Also use rgb(134,121,134) instead hex code.

Text Font Color

.myTextColor { color: #867986; }

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

This text font color is #867986.


Background Color

.myBgColor { background-color: #867986; }

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

This div background color is #867986.


Border color

.myBorderColor { border: 1px solid #867986; }

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

This div border color is #867986.


Opacity

.myOpacity80 { color: #867986; opacity: 0.8; }

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

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

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

This text has shadow with #867986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867986 on black background.


Color preview on white background

This text has color #867986 on white background.



Black color preview on #867986 background

This text has black color on #867986 background.


White color preview on #867986 background

This text has white color on #867986 background.