COLOR #986982

HEX: #986982
RGB: (152,105,130)

Color info

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

RGB color model

#986982 color RGB value is (152,105,130).

  • red value is 152;
  • green value is 105;
  • blue value is 130.
RGB:
(152,105,130)
(60%,41%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 130 of 255 = 51%

152
105
130

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

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 130 = 387 (100%)
R 152 of 387 ~ 39.28%
G 105 of 387 ~ 27.13%
B 130 of 387 ~ 33.59%

%39.28
%27.13
%33.59

CMYK color model

#986982 color CMYK value is (0,31,14,40).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(0,31,14,40)
C0M31Y14K40 
(0%,31%,14%,40%)
(0.00/0.31/0.14/0.40)	

CMYK percentages

%0
%30.92
%14.47
%40.39

Codes

Color #986982 in popluar color models

986982
RGB152105130
HSL328°18.58%50.39%
HSB/HSV328°30.92%59.61%
CMYK0.00%30.92%14.47%
40.39%

Color #986982 in popluar number systems.

HEX986982
Decimal152105130
Binary10011000110100110000010
Octal230151202

Shades and tints

Shades of #986982

#986982
(152,105,130)
#8B6077
(139,96,119)
#7E576C
(126,87,108)
#714E61
(113,78,97)
#644556
(100,69,86)
#573C4B
(87,60,75)
#4A3340
(74,51,64)
#3D2A35
(61,42,53)
#30212A
(48,33,42)
#23181F
(35,24,31)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #986982

#986982
(152,105,130)
#A1768D
(161,118,141)
#AA8398
(170,131,152)
#B390A3
(179,144,163)
#BC9DAE
(188,157,174)
#C5AAB9
(197,170,185)
#CEB7C4
(206,183,196)
#D7C4CF
(215,196,207)
#E0D1DA
(224,209,218)
#E9DEE5
(233,222,229)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986982 color. Also use rgb(152,105,130) instead hex code.

Text Font Color

.myTextColor { color: #986982; }

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

This text font color is #986982.


Background Color

.myBgColor { background-color: #986982; }

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

This div background color is #986982.


Border color

.myBorderColor { border: 1px solid #986982; }

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

This div border color is #986982.


Opacity

.myOpacity80 { color: #986982; opacity: 0.8; }

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

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

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

This text has shadow with #986982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986982 on black background.


Color preview on white background

This text has color #986982 on white background.



Black color preview on #986982 background

This text has black color on #986982 background.


White color preview on #986982 background

This text has white color on #986982 background.