COLOR #986682

HEX: #986682
RGB: (152,102,130)

Color info

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

RGB color model

#986682 color RGB value is (152,102,130).

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

RGB channels and saturation

R 152 of 255 = 60%
G 102 of 255 = 40%
B 130 of 255 = 51%

152
102
130

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

Portions of RGB colors in percentages

R + G + B =
152 + 102 + 130 = 384 (100%)
R 152 of 384 ~ 39.58%
G 102 of 384 ~ 26.56%
B 130 of 384 ~ 33.85%

%39.58
%26.56
%33.85

CMYK color model

#986682 color CMYK value is (0,33,14,40).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(0,33,14,40)
C0M33Y14K40 
(0%,33%,14%,40%)
(0.00/0.33/0.14/0.40)	

CMYK percentages

%0
%32.89
%14.47
%40.39

Codes

Color #986682 in popluar color models

986682
RGB152102130
HSL326°19.69%49.80%
HSB/HSV326°32.89%59.61%
CMYK0.00%32.89%14.47%
40.39%

Color #986682 in popluar number systems.

HEX986682
Decimal152102130
Binary10011000110011010000010
Octal230146202

Shades and tints

Shades of #986682

#986682
(152,102,130)
#8B5D77
(139,93,119)
#7E546C
(126,84,108)
#714B61
(113,75,97)
#644256
(100,66,86)
#57394B
(87,57,75)
#4A3040
(74,48,64)
#3D2735
(61,39,53)
#301E2A
(48,30,42)
#23151F
(35,21,31)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #986682

#986682
(152,102,130)
#A1738D
(161,115,141)
#AA8098
(170,128,152)
#B38DA3
(179,141,163)
#BC9AAE
(188,154,174)
#C5A7B9
(197,167,185)
#CEB4C4
(206,180,196)
#D7C1CF
(215,193,207)
#E0CEDA
(224,206,218)
#E9DBE5
(233,219,229)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986682; }

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

This text font color is #986682.


Background Color

.myBgColor { background-color: #986682; }

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

This div background color is #986682.


Border color

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

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

This div border color is #986682.


Opacity

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

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

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

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

This text has shadow with #986682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986682 on black background.


Color preview on white background

This text has color #986682 on white background.



Black color preview on #986682 background

This text has black color on #986682 background.


White color preview on #986682 background

This text has white color on #986682 background.