COLOR #9FB3AF

HEX: #9FB3AF RGB: (159,179,175)

Color info

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

RGB color model

#9FB3AF color RGB value is (159,179,175).

RGB: (159,179,175) (62%, 70%, 69%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 175 of 255 = 69%

159
179
175

R + G + B ~ 67%. #9FB3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 179 + 175 = 513 (100%)
R 159 of 513 ~ 30.99%
G 179 of 513 ~ 34.89%
B 175 of 513 ~ 34.11'%

%30.99
%34.89
%34.11

CMYK color model

#9FB3AF color CMYK value is (11,0,2,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%

CMYK: (11,0,2,30)
C11M0Y2K30 (11%, 0%, 2%, 30%)
(0.11 / 0.00 / 0.02 / 0.30)

CMYK percentages

%11.17
%0
%2.23
%29.8

Codes

Color #9FB3AF in popluar color models

9F B3 AF
RGB 159 179 175
HSL 168° 11.63% 66.27%
HSB/HSV 168° 11.17% 70.20%
CMYK 11.17% 0.00% 2.23%
29.80%

Color #9FB3AF in popluar number systems.

HEX 9F B3 AF
Decimal 159 179 175
Binary 10011111 10110011 10101111
Octal 237 263 257

Shades and tints

Shades of #9FB3AF

#9FB3AF
(159,179,175)
#91A3A0
(145,163,160)
#839391
(131,147,145)
#758382
(117,131,130)
#677373
(103,115,115)
#596364
(89,99,100)
#4B5355
(75,83,85)
#3D4346
(61,67,70)
#2F3337
(47,51,55)
#212328
(33,35,40)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #9FB3AF

#9FB3AF
(159,179,175)
#A7B9B6
(167,185,182)
#AFBFBD
(175,191,189)
#B7C5C4
(183,197,196)
#BFCBCB
(191,203,203)
#C7D1D2
(199,209,210)
#CFD7D9
(207,215,217)
#D7DDE0
(215,221,224)
#DFE3E7
(223,227,231)
#E7E9EE
(231,233,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB3AF; }

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

This text font color is #9FB3AF.

Background Color

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

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

This div background color is #9FB3AF.

Border color

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

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

This div border color is #9FB3AF.

Opacity

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

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

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

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

This text has shadow with #9FB3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB3AF.

Preview

Color preview on black background

This text has color #9FB3AF on black background.


Color preview on white background

This text has color #9FB3AF on white background.


Black color preview on #9FB3AF background

This text has black color on #9FB3AF background.


White color preview on #9FB3AF background

This text has white color on #9FB3AF background.


Related colors

Complementary color

Complementary color for #hex is #604C50.


I love getcolorcode.com

Triadic colors

1 #AF9FB3 and #B3AF9F with #9FB3AF are triadic colors.

2 #AFB39F and #B39FAF with #9FB3AF are triadic colors.