COLOR #986E7F

HEX: #986E7F
RGB: (152,110,127)

Color info

#986E7F contains red, green and blue colors in about the same proportion. Web safe color of #986E7F is #996666 (or #966).

RGB color model

#986E7F color RGB value is (152,110,127).

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

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 127 of 255 = 50%

152
110
127

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 127 = 389 (100%)
R 152 of 389 ~ 39.07%
G 110 of 389 ~ 28.28%
B 127 of 389 ~ 32.65%

%39.07
%28.28
%32.65

CMYK color model

#986E7F color CMYK value is (0,28,16,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(0,28,16,40)
C0M28Y16K40 
(0%,28%,16%,40%)
(0.00/0.28/0.16/0.40)	

CMYK percentages

%0
%27.63
%16.45
%40.39

Codes

Color #986E7F in popluar color models

986E7F
RGB152110127
HSL336°16.94%51.37%
HSB/HSV336°27.63%59.61%
CMYK0.00%27.63%16.45%
40.39%

Color #986E7F in popluar number systems.

HEX986E7F
Decimal152110127
Binary1001100011011101111111
Octal230156177

Shades and tints

Shades of #986E7F

#986E7F
(152,110,127)
#8B6474
(139,100,116)
#7E5A69
(126,90,105)
#71505E
(113,80,94)
#644653
(100,70,83)
#573C48
(87,60,72)
#4A323D
(74,50,61)
#3D2832
(61,40,50)
#301E27
(48,30,39)
#23141C
(35,20,28)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #986E7F

#986E7F
(152,110,127)
#A17B8A
(161,123,138)
#AA8895
(170,136,149)
#B395A0
(179,149,160)
#BCA2AB
(188,162,171)
#C5AFB6
(197,175,182)
#CEBCC1
(206,188,193)
#D7C9CC
(215,201,204)
#E0D6D7
(224,214,215)
#E9E3E2
(233,227,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986E7F; }

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

This text font color is #986E7F.


Background Color

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

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

This div background color is #986E7F.


Border color

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

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

This div border color is #986E7F.


Opacity

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

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

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

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

This text has shadow with #986E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E7F on black background.


Color preview on white background

This text has color #986E7F on white background.



Black color preview on #986E7F background

This text has black color on #986E7F background.


White color preview on #986E7F background

This text has white color on #986E7F background.