COLOR #9986A9

HEX: #9986A9
RGB: (153,134,169)

Color info

#9986A9 contains red, green and blue colors in about the same proportion. Web safe color of #9986A9 is #999999 (or #999).

RGB color model

#9986A9 color RGB value is (153,134,169).

  • red value is 153;
  • green value is 134;
  • blue value is 169.
RGB:
(153,134,169)
(60%,53%,66%)

RGB channels and saturation

R 153 of 255 = 60%
G 134 of 255 = 53%
B 169 of 255 = 66%

153
134
169

R + G + B ~ 60%. #9986A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 134 + 169 = 456 (100%)
R 153 of 456 ~ 33.55%
G 134 of 456 ~ 29.39%
B 169 of 456 ~ 37.06%

%33.55
%29.39
%37.06

CMYK color model

#9986A9 color CMYK value is (9,21,0,34).

  • cyan value is 9.47%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(9,21,0,34)
C9M21Y0K34 
(9%,21%,0%,34%)
(0.09/0.21/0.00/0.34)	

CMYK percentages

%9.47
%20.71
%0
%33.73

Codes

Color #9986A9 in popluar color models

9986A9
RGB153134169
HSL273°16.91%59.41%
HSB/HSV273°20.71%66.27%
CMYK9.47%20.71%0.00%
33.73%

Color #9986A9 in popluar number systems.

HEX9986A9
Decimal153134169
Binary100110011000011010101001
Octal231206251

Shades and tints

Shades of #9986A9

#9986A9
(153,134,169)
#8C7A9A
(140,122,154)
#7F6E8B
(127,110,139)
#72627C
(114,98,124)
#65566D
(101,86,109)
#584A5E
(88,74,94)
#4B3E4F
(75,62,79)
#3E3240
(62,50,64)
#312631
(49,38,49)
#241A22
(36,26,34)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #9986A9

#9986A9
(153,134,169)
#A291B0
(162,145,176)
#AB9CB7
(171,156,183)
#B4A7BE
(180,167,190)
#BDB2C5
(189,178,197)
#C6BDCC
(198,189,204)
#CFC8D3
(207,200,211)
#D8D3DA
(216,211,218)
#E1DEE1
(225,222,225)
#EAE9E8
(234,233,232)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9986A9 color. Also use rgb(153,134,169) instead hex code.

Text Font Color

.myTextColor { color: #9986A9; }

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

This text font color is #9986A9.


Background Color

.myBgColor { background-color: #9986A9; }

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

This div background color is #9986A9.


Border color

.myBorderColor { border: 1px solid #9986A9; }

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

This div border color is #9986A9.


Opacity

.myOpacity80 { color: #9986A9; opacity: 0.8; }

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

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

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

This text has shadow with #9986A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9986A9 on black background.


Color preview on white background

This text has color #9986A9 on white background.



Black color preview on #9986A9 background

This text has black color on #9986A9 background.


White color preview on #9986A9 background

This text has white color on #9986A9 background.