COLOR #9984A7

HEX: #9984A7
RGB: (153,132,167)

Color info

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

RGB color model

#9984A7 color RGB value is (153,132,167).

  • red value is 153;
  • green value is 132;
  • blue value is 167.
RGB:
(153,132,167)
(60%,52%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 167 of 255 = 65%

153
132
167

R + G + B ~ 59%. #9984A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 167 = 452 (100%)
R 153 of 452 ~ 33.85%
G 132 of 452 ~ 29.2%
B 167 of 452 ~ 36.95%

%33.85
%29.2
%36.95

CMYK color model

#9984A7 color CMYK value is (8,21,0,35).

  • cyan value is 8.38%
  • magenta value is 20.96%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(8,21,0,35)
C8M21Y0K35 
(8%,21%,0%,35%)
(0.08/0.21/0.00/0.35)	

CMYK percentages

%8.38
%20.96
%0
%34.51

Codes

Color #9984A7 in popluar color models

9984A7
RGB153132167
HSL276°16.59%58.63%
HSB/HSV276°20.96%65.49%
CMYK8.38%20.96%0.00%
34.51%

Color #9984A7 in popluar number systems.

HEX9984A7
Decimal153132167
Binary100110011000010010100111
Octal231204247

Shades and tints

Shades of #9984A7

#9984A7
(153,132,167)
#8C7898
(140,120,152)
#7F6C89
(127,108,137)
#72607A
(114,96,122)
#65546B
(101,84,107)
#58485C
(88,72,92)
#4B3C4D
(75,60,77)
#3E303E
(62,48,62)
#31242F
(49,36,47)
#241820
(36,24,32)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #9984A7

#9984A7
(153,132,167)
#A28FAF
(162,143,175)
#AB9AB7
(171,154,183)
#B4A5BF
(180,165,191)
#BDB0C7
(189,176,199)
#C6BBCF
(198,187,207)
#CFC6D7
(207,198,215)
#D8D1DF
(216,209,223)
#E1DCE7
(225,220,231)
#EAE7EF
(234,231,239)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9984A7 color. Also use rgb(153,132,167) instead hex code.

Text Font Color

.myTextColor { color: #9984A7; }

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

This text font color is #9984A7.


Background Color

.myBgColor { background-color: #9984A7; }

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

This div background color is #9984A7.


Border color

.myBorderColor { border: 1px solid #9984A7; }

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

This div border color is #9984A7.


Opacity

.myOpacity80 { color: #9984A7; opacity: 0.8; }

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

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

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

This text has shadow with #9984A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9984A7 on black background.


Color preview on white background

This text has color #9984A7 on white background.



Black color preview on #9984A7 background

This text has black color on #9984A7 background.


White color preview on #9984A7 background

This text has white color on #9984A7 background.