COLOR #9F9FAA

HEX: #9F9FAA
RGB: (159,159,170)

Color info

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

RGB color model

#9F9FAA color RGB value is (159,159,170).

  • red value is 159;
  • green value is 159;
  • blue value is 170.
RGB:
(159,159,170)
(62%,62%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 159 of 255 = 62%
B 170 of 255 = 67%

159
159
170

R + G + B ~ 64%. #9F9FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 159 + 170 = 488 (100%)
R 159 of 488 ~ 32.58%
G 159 of 488 ~ 32.58%
B 170 of 488 ~ 34.84%

%32.58
%32.58
%34.84

CMYK color model

#9F9FAA color CMYK value is (6,6,0,33).

  • cyan value is 6.47%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,6,0,33)
C6M6Y0K33 
(6%,6%,0%,33%)
(0.06/0.06/0.00/0.33)	

CMYK percentages

%6.47
%6.47
%0
%33.33

Codes

Color #9F9FAA in popluar color models

9F9FAA
RGB159159170
HSL240°6.08%64.51%
HSB/HSV240°6.47%66.67%
CMYK6.47%6.47%0.00%
33.33%

Color #9F9FAA in popluar number systems.

HEX9F9FAA
Decimal159159170
Binary100111111001111110101010
Octal237237252

Shades and tints

Shades of #9F9FAA

#9F9FAA
(159,159,170)
#91919B
(145,145,155)
#83838C
(131,131,140)
#75757D
(117,117,125)
#67676E
(103,103,110)
#59595F
(89,89,95)
#4B4B50
(75,75,80)
#3D3D41
(61,61,65)
#2F2F32
(47,47,50)
#212123
(33,33,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9F9FAA

#9F9FAA
(159,159,170)
#A7A7B1
(167,167,177)
#AFAFB8
(175,175,184)
#B7B7BF
(183,183,191)
#BFBFC6
(191,191,198)
#C7C7CD
(199,199,205)
#CFCFD4
(207,207,212)
#D7D7DB
(215,215,219)
#DFDFE2
(223,223,226)
#E7E7E9
(231,231,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9FAA; }

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

This text font color is #9F9FAA.


Background Color

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

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

This div background color is #9F9FAA.


Border color

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

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

This div border color is #9F9FAA.


Opacity

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

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

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

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

This text has shadow with #9F9FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9FAA on black background.


Color preview on white background

This text has color #9F9FAA on white background.



Black color preview on #9F9FAA background

This text has black color on #9F9FAA background.


White color preview on #9F9FAA background

This text has white color on #9F9FAA background.