COLOR #986A87

HEX: #986A87 RGB: (152,106,135)

Color info

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

RGB color model

#986A87 color RGB value is (152,106,135).

RGB: (152,106,135) (60%, 42%, 53%)

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 135 of 255 = 53%

152
106
135

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

Portions of RGB colors in percentages

R + G + B = 152 + 106 + 135 = 393 (100%)
R 152 of 393 ~ 38.68%
G 106 of 393 ~ 26.97%
B 135 of 393 ~ 34.35'%

%38.68
%26.97
%34.35

CMYK color model

#986A87 color CMYK value is (0,30,11,40).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 11.18%
  • key color value is 40.39%

CMYK: (0,30,11,40)
C0M30Y11K40 (0%, 30%, 11%, 40%)
(0.00 / 0.30 / 0.11 / 0.40)

CMYK percentages

%0
%30.26
%11.18
%40.39

Codes

Color #986A87 in popluar color models

98 6A 87
RGB 152 106 135
HSL 322° 18.25% 50.59%
HSB/HSV 322° 30.26% 59.61%
CMYK 0.00% 30.26% 11.18%
40.39%

Color #986A87 in popluar number systems.

HEX 98 6A 87
Decimal 152 106 135
Binary 10011000 1101010 10000111
Octal 230 152 207

Shades and tints

Shades of #986A87

#986A87
(152,106,135)
#8B617B
(139,97,123)
#7E586F
(126,88,111)
#714F63
(113,79,99)
#644657
(100,70,87)
#573D4B
(87,61,75)
#4A343F
(74,52,63)
#3D2B33
(61,43,51)
#302227
(48,34,39)
#23191B
(35,25,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #986A87

#986A87
(152,106,135)
#A17791
(161,119,145)
#AA849B
(170,132,155)
#B391A5
(179,145,165)
#BC9EAF
(188,158,175)
#C5ABB9
(197,171,185)
#CEB8C3
(206,184,195)
#D7C5CD
(215,197,205)
#E0D2D7
(224,210,215)
#E9DFE1
(233,223,225)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986A87 color. Also use rgb(152,106,135) instead hex code.

Text Font Color

.myTextColor { color: #986A87; }

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

This text font color is #986A87.

Background Color

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

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

This div background color is #986A87.

Border color

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

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

This div border color is #986A87.

Opacity

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

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

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

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

This text has shadow with #986A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986A87.

Preview

Color preview on black background

This text has color #986A87 on black background.


Color preview on white background

This text has color #986A87 on white background.


Black color preview on #986A87 background

This text has black color on #986A87 background.


White color preview on #986A87 background

This text has white color on #986A87 background.


Related colors

Complementary color

Complementary color for #hex is #679578.


I love getcolorcode.com

Triadic colors

1 #87986A and #6A8798 with #986A87 are triadic colors.

2 #876A98 and #6A9887 with #986A87 are triadic colors.