COLOR #986C8C

HEX: #986C8C
RGB: (152,108,140)

Color info

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

RGB color model

#986C8C color RGB value is (152,108,140).

  • red value is 152;
  • green value is 108;
  • blue value is 140.
RGB:
(152,108,140)
(60%,42%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 140 of 255 = 55%

152
108
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 140 = 400 (100%)
R 152 of 400 ~ 38%
G 108 of 400 ~ 27%
B 140 of 400 ~ 35%

%38
%27
%35

CMYK color model

#986C8C color CMYK value is (0,29,8,40).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(0,29,8,40)
C0M29Y8K40 
(0%,29%,8%,40%)
(0.00/0.29/0.08/0.40)	

CMYK percentages

%0
%28.95
%7.89
%40.39

Codes

Color #986C8C in popluar color models

986C8C
RGB152108140
HSL316°17.60%50.98%
HSB/HSV316°28.95%59.61%
CMYK0.00%28.95%7.89%
40.39%

Color #986C8C in popluar number systems.

HEX986C8C
Decimal152108140
Binary10011000110110010001100
Octal230154214

Shades and tints

Shades of #986C8C

#986C8C
(152,108,140)
#8B6380
(139,99,128)
#7E5A74
(126,90,116)
#715168
(113,81,104)
#64485C
(100,72,92)
#573F50
(87,63,80)
#4A3644
(74,54,68)
#3D2D38
(61,45,56)
#30242C
(48,36,44)
#231B20
(35,27,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #986C8C

#986C8C
(152,108,140)
#A17996
(161,121,150)
#AA86A0
(170,134,160)
#B393AA
(179,147,170)
#BCA0B4
(188,160,180)
#C5ADBE
(197,173,190)
#CEBAC8
(206,186,200)
#D7C7D2
(215,199,210)
#E0D4DC
(224,212,220)
#E9E1E6
(233,225,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986C8C color. Also use rgb(152,108,140) instead hex code.

Text Font Color

.myTextColor { color: #986C8C; }

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

This text font color is #986C8C.


Background Color

.myBgColor { background-color: #986C8C; }

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

This div background color is #986C8C.


Border color

.myBorderColor { border: 1px solid #986C8C; }

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

This div border color is #986C8C.


Opacity

.myOpacity80 { color: #986C8C; opacity: 0.8; }

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

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

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

This text has shadow with #986C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986C8C on black background.


Color preview on white background

This text has color #986C8C on white background.



Black color preview on #986C8C background

This text has black color on #986C8C background.


White color preview on #986C8C background

This text has white color on #986C8C background.