COLOR #986E87

HEX: #986E87
RGB: (152,110,135)

Color info

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

RGB color model

#986E87 color RGB value is (152,110,135).

  • red value is 152;
  • green value is 110;
  • blue value is 135.
RGB:
(152,110,135)
(60%,43%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 135 of 255 = 53%

152
110
135

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 135 = 397 (100%)
R 152 of 397 ~ 38.29%
G 110 of 397 ~ 27.71%
B 135 of 397 ~ 34.01%

%38.29
%27.71
%34.01

CMYK color model

#986E87 color CMYK value is (0,28,11,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(0,28,11,40)
C0M28Y11K40 
(0%,28%,11%,40%)
(0.00/0.28/0.11/0.40)	

CMYK percentages

%0
%27.63
%11.18
%40.39

Codes

Color #986E87 in popluar color models

986E87
RGB152110135
HSL324°16.94%51.37%
HSB/HSV324°27.63%59.61%
CMYK0.00%27.63%11.18%
40.39%

Color #986E87 in popluar number systems.

HEX986E87
Decimal152110135
Binary10011000110111010000111
Octal230156207

Shades and tints

Shades of #986E87

#986E87
(152,110,135)
#8B647B
(139,100,123)
#7E5A6F
(126,90,111)
#715063
(113,80,99)
#644657
(100,70,87)
#573C4B
(87,60,75)
#4A323F
(74,50,63)
#3D2833
(61,40,51)
#301E27
(48,30,39)
#23141B
(35,20,27)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #986E87

#986E87
(152,110,135)
#A17B91
(161,123,145)
#AA889B
(170,136,155)
#B395A5
(179,149,165)
#BCA2AF
(188,162,175)
#C5AFB9
(197,175,185)
#CEBCC3
(206,188,195)
#D7C9CD
(215,201,205)
#E0D6D7
(224,214,215)
#E9E3E1
(233,227,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986E87; }

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

This text font color is #986E87.


Background Color

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

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

This div background color is #986E87.


Border color

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

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

This div border color is #986E87.


Opacity

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

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

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

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

This text has shadow with #986E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E87 on black background.


Color preview on white background

This text has color #986E87 on white background.



Black color preview on #986E87 background

This text has black color on #986E87 background.


White color preview on #986E87 background

This text has white color on #986E87 background.