COLOR #986D92

HEX: #986D92
RGB: (152,109,146)

Color info

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

RGB color model

#986D92 color RGB value is (152,109,146).

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

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 146 of 255 = 57%

152
109
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 146 = 407 (100%)
R 152 of 407 ~ 37.35%
G 109 of 407 ~ 26.78%
B 146 of 407 ~ 35.87%

%37.35
%26.78
%35.87

CMYK color model

#986D92 color CMYK value is (0,28,4,40).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,28,4,40)
C0M28Y4K40 
(0%,28%,4%,40%)
(0.00/0.28/0.04/0.40)	

CMYK percentages

%0
%28.29
%3.95
%40.39

Codes

Color #986D92 in popluar color models

986D92
RGB152109146
HSL308°17.27%51.18%
HSB/HSV308°28.29%59.61%
CMYK0.00%28.29%3.95%
40.39%

Color #986D92 in popluar number systems.

HEX986D92
Decimal152109146
Binary10011000110110110010010
Octal230155222

Shades and tints

Shades of #986D92

#986D92
(152,109,146)
#8B6485
(139,100,133)
#7E5B78
(126,91,120)
#71526B
(113,82,107)
#64495E
(100,73,94)
#574051
(87,64,81)
#4A3744
(74,55,68)
#3D2E37
(61,46,55)
#30252A
(48,37,42)
#231C1D
(35,28,29)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #986D92

#986D92
(152,109,146)
#A17A9B
(161,122,155)
#AA87A4
(170,135,164)
#B394AD
(179,148,173)
#BCA1B6
(188,161,182)
#C5AEBF
(197,174,191)
#CEBBC8
(206,187,200)
#D7C8D1
(215,200,209)
#E0D5DA
(224,213,218)
#E9E2E3
(233,226,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986D92; }

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

This text font color is #986D92.


Background Color

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

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

This div background color is #986D92.


Border color

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

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

This div border color is #986D92.


Opacity

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

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

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

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

This text has shadow with #986D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986D92 on black background.


Color preview on white background

This text has color #986D92 on white background.



Black color preview on #986D92 background

This text has black color on #986D92 background.


White color preview on #986D92 background

This text has white color on #986D92 background.