COLOR #986D84

HEX: #986D84
RGB: (152,109,132)

Color info

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

RGB color model

#986D84 color RGB value is (152,109,132).

  • red value is 152;
  • green value is 109;
  • blue value is 132.
RGB:
(152,109,132)
(60%,43%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 132 of 255 = 52%

152
109
132

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 132 = 393 (100%)
R 152 of 393 ~ 38.68%
G 109 of 393 ~ 27.74%
B 132 of 393 ~ 33.59%

%38.68
%27.74
%33.59

CMYK color model

#986D84 color CMYK value is (0,28,13,40).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(0,28,13,40)
C0M28Y13K40 
(0%,28%,13%,40%)
(0.00/0.28/0.13/0.40)	

CMYK percentages

%0
%28.29
%13.16
%40.39

Codes

Color #986D84 in popluar color models

986D84
RGB152109132
HSL328°17.27%51.18%
HSB/HSV328°28.29%59.61%
CMYK0.00%28.29%13.16%
40.39%

Color #986D84 in popluar number systems.

HEX986D84
Decimal152109132
Binary10011000110110110000100
Octal230155204

Shades and tints

Shades of #986D84

#986D84
(152,109,132)
#8B6478
(139,100,120)
#7E5B6C
(126,91,108)
#715260
(113,82,96)
#644954
(100,73,84)
#574048
(87,64,72)
#4A373C
(74,55,60)
#3D2E30
(61,46,48)
#302524
(48,37,36)
#231C18
(35,28,24)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #986D84

#986D84
(152,109,132)
#A17A8F
(161,122,143)
#AA879A
(170,135,154)
#B394A5
(179,148,165)
#BCA1B0
(188,161,176)
#C5AEBB
(197,174,187)
#CEBBC6
(206,187,198)
#D7C8D1
(215,200,209)
#E0D5DC
(224,213,220)
#E9E2E7
(233,226,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986D84 color. Also use rgb(152,109,132) instead hex code.

Text Font Color

.myTextColor { color: #986D84; }

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

This text font color is #986D84.


Background Color

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

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

This div background color is #986D84.


Border color

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

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

This div border color is #986D84.


Opacity

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

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

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

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

This text has shadow with #986D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986D84 on black background.


Color preview on white background

This text has color #986D84 on white background.



Black color preview on #986D84 background

This text has black color on #986D84 background.


White color preview on #986D84 background

This text has white color on #986D84 background.