COLOR #867C81

HEX: #867C81
RGB: (134,124,129)

Color info

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

RGB color model

#867C81 color RGB value is (134,124,129).

  • red value is 134;
  • green value is 124;
  • blue value is 129.
RGB:
(134,124,129)
(53%,49%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 129 of 255 = 51%

134
124
129

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

Portions of RGB colors in percentages

R + G + B =
134 + 124 + 129 = 387 (100%)
R 134 of 387 ~ 34.63%
G 124 of 387 ~ 32.04%
B 129 of 387 ~ 33.33%

%34.63
%32.04
%33.33

CMYK color model

#867C81 color CMYK value is (0,7,4,47).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(0,7,4,47)
C0M7Y4K47 
(0%,7%,4%,47%)
(0.00/0.07/0.04/0.47)	

CMYK percentages

%0
%7.46
%3.73
%47.45

Codes

Color #867C81 in popluar color models

867C81
RGB134124129
HSL330°3.97%50.59%
HSB/HSV330°7.46%52.55%
CMYK0.00%7.46%3.73%
47.45%

Color #867C81 in popluar number systems.

HEX867C81
Decimal134124129
Binary10000110111110010000001
Octal206174201

Shades and tints

Shades of #867C81

#867C81
(134,124,129)
#7A7176
(122,113,118)
#6E666B
(110,102,107)
#625B60
(98,91,96)
#565055
(86,80,85)
#4A454A
(74,69,74)
#3E3A3F
(62,58,63)
#322F34
(50,47,52)
#262429
(38,36,41)
#1A191E
(26,25,30)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #867C81

#867C81
(134,124,129)
#91878C
(145,135,140)
#9C9297
(156,146,151)
#A79DA2
(167,157,162)
#B2A8AD
(178,168,173)
#BDB3B8
(189,179,184)
#C8BEC3
(200,190,195)
#D3C9CE
(211,201,206)
#DED4D9
(222,212,217)
#E9DFE4
(233,223,228)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867C81 color. Also use rgb(134,124,129) instead hex code.

Text Font Color

.myTextColor { color: #867C81; }

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

This text font color is #867C81.


Background Color

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

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

This div background color is #867C81.


Border color

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

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

This div border color is #867C81.


Opacity

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

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

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

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

This text has shadow with #867C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867C81 on black background.


Color preview on white background

This text has color #867C81 on white background.



Black color preview on #867C81 background

This text has black color on #867C81 background.


White color preview on #867C81 background

This text has white color on #867C81 background.