COLOR #986E8B

HEX: #986E8B
RGB: (152,110,139)

Color info

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

RGB color model

#986E8B color RGB value is (152,110,139).

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

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 139 of 255 = 55%

152
110
139

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 139 = 401 (100%)
R 152 of 401 ~ 37.91%
G 110 of 401 ~ 27.43%
B 139 of 401 ~ 34.66%

%37.91
%27.43
%34.66

CMYK color model

#986E8B color CMYK value is (0,28,9,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(0,28,9,40)
C0M28Y9K40 
(0%,28%,9%,40%)
(0.00/0.28/0.09/0.40)	

CMYK percentages

%0
%27.63
%8.55
%40.39

Codes

Color #986E8B in popluar color models

986E8B
RGB152110139
HSL319°16.94%51.37%
HSB/HSV319°27.63%59.61%
CMYK0.00%27.63%8.55%
40.39%

Color #986E8B in popluar number systems.

HEX986E8B
Decimal152110139
Binary10011000110111010001011
Octal230156213

Shades and tints

Shades of #986E8B

#986E8B
(152,110,139)
#8B647F
(139,100,127)
#7E5A73
(126,90,115)
#715067
(113,80,103)
#64465B
(100,70,91)
#573C4F
(87,60,79)
#4A3243
(74,50,67)
#3D2837
(61,40,55)
#301E2B
(48,30,43)
#23141F
(35,20,31)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #986E8B

#986E8B
(152,110,139)
#A17B95
(161,123,149)
#AA889F
(170,136,159)
#B395A9
(179,149,169)
#BCA2B3
(188,162,179)
#C5AFBD
(197,175,189)
#CEBCC7
(206,188,199)
#D7C9D1
(215,201,209)
#E0D6DB
(224,214,219)
#E9E3E5
(233,227,229)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986E8B; }

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

This text font color is #986E8B.


Background Color

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

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

This div background color is #986E8B.


Border color

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

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

This div border color is #986E8B.


Opacity

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

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

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

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

This text has shadow with #986E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E8B on black background.


Color preview on white background

This text has color #986E8B on white background.



Black color preview on #986E8B background

This text has black color on #986E8B background.


White color preview on #986E8B background

This text has white color on #986E8B background.