COLOR #986082

HEX: #986082
RGB: (152,96,130)

Color info

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

RGB color model

#986082 color RGB value is (152,96,130).

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

RGB channels and saturation

R 152 of 255 = 60%
G 96 of 255 = 38%
B 130 of 255 = 51%

152
96
130

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

Portions of RGB colors in percentages

R + G + B =
152 + 96 + 130 = 378 (100%)
R 152 of 378 ~ 40.21%
G 96 of 378 ~ 25.4%
B 130 of 378 ~ 34.39%

%40.21
%25.4
%34.39

CMYK color model

#986082 color CMYK value is (0,37,14,40).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(0,37,14,40)
C0M37Y14K40 
(0%,37%,14%,40%)
(0.00/0.37/0.14/0.40)	

CMYK percentages

%0
%36.84
%14.47
%40.39

Codes

Color #986082 in popluar color models

986082
RGB15296130
HSL324°22.58%48.63%
HSB/HSV324°36.84%59.61%
CMYK0.00%36.84%14.47%
40.39%

Color #986082 in popluar number systems.

HEX986082
Decimal15296130
Binary10011000110000010000010
Octal230140202

Shades and tints

Shades of #986082

#986082
(152,96,130)
#8B5877
(139,88,119)
#7E506C
(126,80,108)
#714861
(113,72,97)
#644056
(100,64,86)
#57384B
(87,56,75)
#4A3040
(74,48,64)
#3D2835
(61,40,53)
#30202A
(48,32,42)
#23181F
(35,24,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #986082

#986082
(152,96,130)
#A16E8D
(161,110,141)
#AA7C98
(170,124,152)
#B38AA3
(179,138,163)
#BC98AE
(188,152,174)
#C5A6B9
(197,166,185)
#CEB4C4
(206,180,196)
#D7C2CF
(215,194,207)
#E0D0DA
(224,208,218)
#E9DEE5
(233,222,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986082; }

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

This text font color is #986082.


Background Color

.myBgColor { background-color: #986082; }

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

This div background color is #986082.


Border color

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

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

This div border color is #986082.


Opacity

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

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

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

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

This text has shadow with #986082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986082 on black background.


Color preview on white background

This text has color #986082 on white background.



Black color preview on #986082 background

This text has black color on #986082 background.


White color preview on #986082 background

This text has white color on #986082 background.