COLOR #9F9AA7

HEX: #9F9AA7
RGB: (159,154,167)

Color info

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

RGB color model

#9F9AA7 color RGB value is (159,154,167).

  • red value is 159;
  • green value is 154;
  • blue value is 167.
RGB:
(159,154,167)
(62%,60%,65%)

RGB channels and saturation

R 159 of 255 = 62%
G 154 of 255 = 60%
B 167 of 255 = 65%

159
154
167

R + G + B ~ 62%. #9F9AA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 154 + 167 = 480 (100%)
R 159 of 480 ~ 33.13%
G 154 of 480 ~ 32.08%
B 167 of 480 ~ 34.79%

%33.13
%32.08
%34.79

CMYK color model

#9F9AA7 color CMYK value is (5,8,0,35).

  • cyan value is 4.79%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(5,8,0,35)
C5M8Y0K35 
(5%,8%,0%,35%)
(0.05/0.08/0.00/0.35)	

CMYK percentages

%4.79
%7.78
%0
%34.51

Codes

Color #9F9AA7 in popluar color models

9F9AA7
RGB159154167
HSL263°6.88%62.94%
HSB/HSV263°7.78%65.49%
CMYK4.79%7.78%0.00%
34.51%

Color #9F9AA7 in popluar number systems.

HEX9F9AA7
Decimal159154167
Binary100111111001101010100111
Octal237232247

Shades and tints

Shades of #9F9AA7

#9F9AA7
(159,154,167)
#918C98
(145,140,152)
#837E89
(131,126,137)
#75707A
(117,112,122)
#67626B
(103,98,107)
#59545C
(89,84,92)
#4B464D
(75,70,77)
#3D383E
(61,56,62)
#2F2A2F
(47,42,47)
#211C20
(33,28,32)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #9F9AA7

#9F9AA7
(159,154,167)
#A7A3AF
(167,163,175)
#AFACB7
(175,172,183)
#B7B5BF
(183,181,191)
#BFBEC7
(191,190,199)
#C7C7CF
(199,199,207)
#CFD0D7
(207,208,215)
#D7D9DF
(215,217,223)
#DFE2E7
(223,226,231)
#E7EBEF
(231,235,239)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9AA7 color. Also use rgb(159,154,167) instead hex code.

Text Font Color

.myTextColor { color: #9F9AA7; }

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

This text font color is #9F9AA7.


Background Color

.myBgColor { background-color: #9F9AA7; }

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

This div background color is #9F9AA7.


Border color

.myBorderColor { border: 1px solid #9F9AA7; }

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

This div border color is #9F9AA7.


Opacity

.myOpacity80 { color: #9F9AA7; opacity: 0.8; }

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

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

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

This text has shadow with #9F9AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9AA7 on black background.


Color preview on white background

This text has color #9F9AA7 on white background.



Black color preview on #9F9AA7 background

This text has black color on #9F9AA7 background.


White color preview on #9F9AA7 background

This text has white color on #9F9AA7 background.