COLOR #9F9BAA

HEX: #9F9BAA RGB: (159,155,170)

Color info

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

RGB color model

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

RGB: (159,155,170) (62%, 61%, 67%)

RGB channels and saturation

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

159
155
170

R + G + B ~ 63%. #9F9BAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 155 + 170 = 484 (100%)
R 159 of 484 ~ 32.85%
G 155 of 484 ~ 32.02%
B 170 of 484 ~ 35.12'%

%32.85
%32.02
%35.12

CMYK color model

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

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

CMYK percentages

%6.47
%8.82
%0
%33.33

Codes

Color #9F9BAA in popluar color models

9F 9B AA
RGB 159 155 170
HSL 256° 8.11% 63.73%
HSB/HSV 256° 8.82% 66.67%
CMYK 6.47% 8.82% 0.00%
33.33%

Color #9F9BAA in popluar number systems.

HEX 9F 9B AA
Decimal 159 155 170
Binary 10011111 10011011 10101010
Octal 237 233 252

Shades and tints

Shades of #9F9BAA

#9F9BAA
(159,155,170)
#918D9B
(145,141,155)
#837F8C
(131,127,140)
#75717D
(117,113,125)
#67636E
(103,99,110)
#59555F
(89,85,95)
#4B4750
(75,71,80)
#3D3941
(61,57,65)
#2F2B32
(47,43,50)
#211D23
(33,29,35)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9F9BAA

#9F9BAA
(159,155,170)
#A7A4B1
(167,164,177)
#AFADB8
(175,173,184)
#B7B6BF
(183,182,191)
#BFBFC6
(191,191,198)
#C7C8CD
(199,200,205)
#CFD1D4
(207,209,212)
#D7DADB
(215,218,219)
#DFE3E2
(223,227,226)
#E7ECE9
(231,236,233)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9BAA; }

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

This text font color is #9F9BAA.

Background Color

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

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

This div background color is #9F9BAA.

Border color

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

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

This div border color is #9F9BAA.

Opacity

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

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

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

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

This text has shadow with #9F9BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9BAA.

Preview

Color preview on black background

This text has color #9F9BAA on black background.


Color preview on white background

This text has color #9F9BAA on white background.


Black color preview on #9F9BAA background

This text has black color on #9F9BAA background.


White color preview on #9F9BAA background

This text has white color on #9F9BAA background.


Related colors

Complementary color

Complementary color for #hex is #606455.


I love getcolorcode.com

Triadic colors

1 #AA9F9B and #9BAA9F with #9F9BAA are triadic colors.

2 #AA9B9F and #9B9FAA with #9F9BAA are triadic colors.