COLOR #986D96

HEX: #986D96
RGB: (152,109,150)

Color info

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

RGB color model

#986D96 color RGB value is (152,109,150).

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

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 150 of 255 = 59%

152
109
150

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 150 = 411 (100%)
R 152 of 411 ~ 36.98%
G 109 of 411 ~ 26.52%
B 150 of 411 ~ 36.5%

%36.98
%26.52
%36.5

CMYK color model

#986D96 color CMYK value is (0,28,1,40).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 1.32%
  • key color value is 40.39%
CMYK:
(0,28,1,40)
C0M28Y1K40 
(0%,28%,1%,40%)
(0.00/0.28/0.01/0.40)	

CMYK percentages

%0
%28.29
%1.32
%40.39

Codes

Color #986D96 in popluar color models

986D96
RGB152109150
HSL303°17.27%51.18%
HSB/HSV303°28.29%59.61%
CMYK0.00%28.29%1.32%
40.39%

Color #986D96 in popluar number systems.

HEX986D96
Decimal152109150
Binary10011000110110110010110
Octal230155226

Shades and tints

Shades of #986D96

#986D96
(152,109,150)
#8B6489
(139,100,137)
#7E5B7C
(126,91,124)
#71526F
(113,82,111)
#644962
(100,73,98)
#574055
(87,64,85)
#4A3748
(74,55,72)
#3D2E3B
(61,46,59)
#30252E
(48,37,46)
#231C21
(35,28,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #986D96

#986D96
(152,109,150)
#A17A9F
(161,122,159)
#AA87A8
(170,135,168)
#B394B1
(179,148,177)
#BCA1BA
(188,161,186)
#C5AEC3
(197,174,195)
#CEBBCC
(206,187,204)
#D7C8D5
(215,200,213)
#E0D5DE
(224,213,222)
#E9E2E7
(233,226,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986D96; }

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

This text font color is #986D96.


Background Color

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

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

This div background color is #986D96.


Border color

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

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

This div border color is #986D96.


Opacity

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

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

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

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

This text has shadow with #986D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986D96 on black background.


Color preview on white background

This text has color #986D96 on white background.



Black color preview on #986D96 background

This text has black color on #986D96 background.


White color preview on #986D96 background

This text has white color on #986D96 background.