COLOR #986A9B

HEX: #986A9B
RGB: (152,106,155)

Color info

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

RGB color model

#986A9B color RGB value is (152,106,155).

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

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 155 of 255 = 61%

152
106
155

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

Portions of RGB colors in percentages

R + G + B =
152 + 106 + 155 = 413 (100%)
R 152 of 413 ~ 36.8%
G 106 of 413 ~ 25.67%
B 155 of 413 ~ 37.53%

%36.8
%25.67
%37.53

CMYK color model

#986A9B color CMYK value is (2,32,0,39).

  • cyan value is 1.94%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(2,32,0,39)
C2M32Y0K39 
(2%,32%,0%,39%)
(0.02/0.32/0.00/0.39)	

CMYK percentages

%1.94
%31.61
%0
%39.22

Codes

Color #986A9B in popluar color models

986A9B
RGB152106155
HSL296°19.68%51.18%
HSB/HSV296°31.61%60.78%
CMYK1.94%31.61%0.00%
39.22%

Color #986A9B in popluar number systems.

HEX986A9B
Decimal152106155
Binary10011000110101010011011
Octal230152233

Shades and tints

Shades of #986A9B

#986A9B
(152,106,155)
#8B618D
(139,97,141)
#7E587F
(126,88,127)
#714F71
(113,79,113)
#644663
(100,70,99)
#573D55
(87,61,85)
#4A3447
(74,52,71)
#3D2B39
(61,43,57)
#30222B
(48,34,43)
#23191D
(35,25,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #986A9B

#986A9B
(152,106,155)
#A177A4
(161,119,164)
#AA84AD
(170,132,173)
#B391B6
(179,145,182)
#BC9EBF
(188,158,191)
#C5ABC8
(197,171,200)
#CEB8D1
(206,184,209)
#D7C5DA
(215,197,218)
#E0D2E3
(224,210,227)
#E9DFEC
(233,223,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986A9B; }

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

This text font color is #986A9B.


Background Color

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

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

This div background color is #986A9B.


Border color

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

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

This div border color is #986A9B.


Opacity

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

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

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

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

This text has shadow with #986A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986A9B on black background.


Color preview on white background

This text has color #986A9B on white background.



Black color preview on #986A9B background

This text has black color on #986A9B background.


White color preview on #986A9B background

This text has white color on #986A9B background.