COLOR #867C99

HEX: #867C99 RGB: (134,124,153)

Color info

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

RGB color model

#867C99 color RGB value is (134,124,153).

RGB: (134,124,153) (53%, 49%, 60%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 153 of 255 = 60%

134
124
153

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 153 = 411 (100%)
R 134 of 411 ~ 32.6%
G 124 of 411 ~ 30.17%
B 153 of 411 ~ 37.23'%

%32.6
%30.17
%37.23

CMYK color model

#867C99 color CMYK value is (12,19,0,40).

  • cyan value is 12.42%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (12,19,0,40)
C12M19Y0K40 (12%, 19%, 0%, 40%)
(0.12 / 0.19 / 0.00 / 0.40)

CMYK percentages

%12.42
%18.95
%0
%40

Codes

Color #867C99 in popluar color models

86 7C 99
RGB 134 124 153
HSL 261° 12.45% 54.31%
HSB/HSV 261° 18.95% 60.00%
CMYK 12.42% 18.95% 0.00%
40.00%

Color #867C99 in popluar number systems.

HEX 86 7C 99
Decimal 134 124 153
Binary 10000110 1111100 10011001
Octal 206 174 231

Shades and tints

Shades of #867C99

#867C99
(134,124,153)
#7A718C
(122,113,140)
#6E667F
(110,102,127)
#625B72
(98,91,114)
#565065
(86,80,101)
#4A4558
(74,69,88)
#3E3A4B
(62,58,75)
#322F3E
(50,47,62)
#262431
(38,36,49)
#1A1924
(26,25,36)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #867C99

#867C99
(134,124,153)
#9187A2
(145,135,162)
#9C92AB
(156,146,171)
#A79DB4
(167,157,180)
#B2A8BD
(178,168,189)
#BDB3C6
(189,179,198)
#C8BECF
(200,190,207)
#D3C9D8
(211,201,216)
#DED4E1
(222,212,225)
#E9DFEA
(233,223,234)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C99; }

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

This text font color is #867C99.

Background Color

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

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

This div background color is #867C99.

Border color

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

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

This div border color is #867C99.

Opacity

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

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

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

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

This text has shadow with #867C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867C99.

Preview

Color preview on black background

This text has color #867C99 on black background.


Color preview on white background

This text has color #867C99 on white background.


Black color preview on #867C99 background

This text has black color on #867C99 background.


White color preview on #867C99 background

This text has white color on #867C99 background.


Related colors

Complementary color

Complementary color for #hex is #798366.


I love getcolorcode.com

Triadic colors

1 #99867C and #7C9986 with #867C99 are triadic colors.

2 #997C86 and #7C8699 with #867C99 are triadic colors.