COLOR #867C9C

HEX: #867C9C
RGB: (134,124,156)

Color info

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

RGB color model

#867C9C color RGB value is (134,124,156).

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

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 156 of 255 = 61%

134
124
156

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

Portions of RGB colors in percentages

R + G + B =
134 + 124 + 156 = 414 (100%)
R 134 of 414 ~ 32.37%
G 124 of 414 ~ 29.95%
B 156 of 414 ~ 37.68%

%32.37
%29.95
%37.68

CMYK color model

#867C9C color CMYK value is (14,21,0,39).

  • cyan value is 14.10%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(14,21,0,39)
C14M21Y0K39 
(14%,21%,0%,39%)
(0.14/0.21/0.00/0.39)	

CMYK percentages

%14.1
%20.51
%0
%38.82

Codes

Color #867C9C in popluar color models

867C9C
RGB134124156
HSL259°13.91%54.90%
HSB/HSV259°20.51%61.18%
CMYK14.10%20.51%0.00%
38.82%

Color #867C9C in popluar number systems.

HEX867C9C
Decimal134124156
Binary10000110111110010011100
Octal206174234

Shades and tints

Shades of #867C9C

#867C9C
(134,124,156)
#7A718E
(122,113,142)
#6E6680
(110,102,128)
#625B72
(98,91,114)
#565064
(86,80,100)
#4A4556
(74,69,86)
#3E3A48
(62,58,72)
#322F3A
(50,47,58)
#26242C
(38,36,44)
#1A191E
(26,25,30)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #867C9C

#867C9C
(134,124,156)
#9187A5
(145,135,165)
#9C92AE
(156,146,174)
#A79DB7
(167,157,183)
#B2A8C0
(178,168,192)
#BDB3C9
(189,179,201)
#C8BED2
(200,190,210)
#D3C9DB
(211,201,219)
#DED4E4
(222,212,228)
#E9DFED
(233,223,237)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C9C; }

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

This text font color is #867C9C.


Background Color

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

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

This div background color is #867C9C.


Border color

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

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

This div border color is #867C9C.


Opacity

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

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

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

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

This text has shadow with #867C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867C9C on black background.


Color preview on white background

This text has color #867C9C on white background.



Black color preview on #867C9C background

This text has black color on #867C9C background.


White color preview on #867C9C background

This text has white color on #867C9C background.