COLOR #9F9C9B

HEX: #9F9C9B RGB: (159,156,155)

Color info

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

RGB color model

#9F9C9B color RGB value is (159,156,155).

RGB: (159,156,155) (62%, 61%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 155 of 255 = 61%

159
156
155

R + G + B ~ 61%. #9F9C9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 156 + 155 = 470 (100%)
R 159 of 470 ~ 33.83%
G 156 of 470 ~ 33.19%
B 155 of 470 ~ 32.98'%

%33.83
%33.19
%32.98

CMYK color model

#9F9C9B color CMYK value is (0,2,3,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 2.52%
  • key color value is 37.65%

CMYK: (0,2,3,38)
C0M2Y3K38 (0%, 2%, 3%, 38%)
(0.00 / 0.02 / 0.03 / 0.38)

CMYK percentages

%0
%1.89
%2.52
%37.65

Codes

Color #9F9C9B in popluar color models

9F 9C 9B
RGB 159 156 155
HSL 15° 2.04% 61.57%
HSB/HSV 15° 2.52% 62.35%
CMYK 0.00% 1.89% 2.52%
37.65%

Color #9F9C9B in popluar number systems.

HEX 9F 9C 9B
Decimal 159 156 155
Binary 10011111 10011100 10011011
Octal 237 234 233

Shades and tints

Shades of #9F9C9B

#9F9C9B
(159,156,155)
#918E8D
(145,142,141)
#83807F
(131,128,127)
#757271
(117,114,113)
#676463
(103,100,99)
#595655
(89,86,85)
#4B4847
(75,72,71)
#3D3A39
(61,58,57)
#2F2C2B
(47,44,43)
#211E1D
(33,30,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9F9C9B

#9F9C9B
(159,156,155)
#A7A5A4
(167,165,164)
#AFAEAD
(175,174,173)
#B7B7B6
(183,183,182)
#BFC0BF
(191,192,191)
#C7C9C8
(199,201,200)
#CFD2D1
(207,210,209)
#D7DBDA
(215,219,218)
#DFE4E3
(223,228,227)
#E7EDEC
(231,237,236)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9C9B; }

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

This text font color is #9F9C9B.

Background Color

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

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

This div background color is #9F9C9B.

Border color

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

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

This div border color is #9F9C9B.

Opacity

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

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

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

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

This text has shadow with #9F9C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9C9B.

Preview

Color preview on black background

This text has color #9F9C9B on black background.


Color preview on white background

This text has color #9F9C9B on white background.


Black color preview on #9F9C9B background

This text has black color on #9F9C9B background.


White color preview on #9F9C9B background

This text has white color on #9F9C9B background.


Related colors

Complementary color

Complementary color for #hex is #606364.


I love getcolorcode.com

Triadic colors

1 #9B9F9C and #9C9B9F with #9F9C9B are triadic colors.

2 #9B9C9F and #9C9F9B with #9F9C9B are triadic colors.