COLOR #986A89

HEX: #986A89
RGB: (152,106,137)

Color info

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

RGB color model

#986A89 color RGB value is (152,106,137).

  • red value is 152;
  • green value is 106;
  • blue value is 137.
RGB:
(152,106,137)
(60%,42%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 137 of 255 = 54%

152
106
137

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

Portions of RGB colors in percentages

R + G + B =
152 + 106 + 137 = 395 (100%)
R 152 of 395 ~ 38.48%
G 106 of 395 ~ 26.84%
B 137 of 395 ~ 34.68%

%38.48
%26.84
%34.68

CMYK color model

#986A89 color CMYK value is (0,30,10,40).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(0,30,10,40)
C0M30Y10K40 
(0%,30%,10%,40%)
(0.00/0.30/0.10/0.40)	

CMYK percentages

%0
%30.26
%9.87
%40.39

Codes

Color #986A89 in popluar color models

986A89
RGB152106137
HSL320°18.25%50.59%
HSB/HSV320°30.26%59.61%
CMYK0.00%30.26%9.87%
40.39%

Color #986A89 in popluar number systems.

HEX986A89
Decimal152106137
Binary10011000110101010001001
Octal230152211

Shades and tints

Shades of #986A89

#986A89
(152,106,137)
#8B617D
(139,97,125)
#7E5871
(126,88,113)
#714F65
(113,79,101)
#644659
(100,70,89)
#573D4D
(87,61,77)
#4A3441
(74,52,65)
#3D2B35
(61,43,53)
#302229
(48,34,41)
#23191D
(35,25,29)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #986A89

#986A89
(152,106,137)
#A17793
(161,119,147)
#AA849D
(170,132,157)
#B391A7
(179,145,167)
#BC9EB1
(188,158,177)
#C5ABBB
(197,171,187)
#CEB8C5
(206,184,197)
#D7C5CF
(215,197,207)
#E0D2D9
(224,210,217)
#E9DFE3
(233,223,227)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986A89 color. Also use rgb(152,106,137) instead hex code.

Text Font Color

.myTextColor { color: #986A89; }

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

This text font color is #986A89.


Background Color

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

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

This div background color is #986A89.


Border color

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

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

This div border color is #986A89.


Opacity

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

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

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

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

This text has shadow with #986A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986A89 on black background.


Color preview on white background

This text has color #986A89 on white background.



Black color preview on #986A89 background

This text has black color on #986A89 background.


White color preview on #986A89 background

This text has white color on #986A89 background.