COLOR #9F909B

HEX: #9F909B RGB: (159,144,155)

Color info

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

RGB color model

#9F909B color RGB value is (159,144,155).

RGB: (159,144,155) (62%, 56%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 144 of 255 = 56%
B 155 of 255 = 61%

159
144
155

R + G + B ~ 60%. #9F909B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 144 + 155 = 458 (100%)
R 159 of 458 ~ 34.72%
G 144 of 458 ~ 31.44%
B 155 of 458 ~ 33.84'%

%34.72
%31.44
%33.84

CMYK color model

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

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

CMYK: (0,9,3,38)
C0M9Y3K38 (0%, 9%, 3%, 38%)
(0.00 / 0.09 / 0.03 / 0.38)

CMYK percentages

%0
%9.43
%2.52
%37.65

Codes

Color #9F909B in popluar color models

9F 90 9B
RGB 159 144 155
HSL 316° 7.25% 59.41%
HSB/HSV 316° 9.43% 62.35%
CMYK 0.00% 9.43% 2.52%
37.65%

Color #9F909B in popluar number systems.

HEX 9F 90 9B
Decimal 159 144 155
Binary 10011111 10010000 10011011
Octal 237 220 233

Shades and tints

Shades of #9F909B

#9F909B
(159,144,155)
#91838D
(145,131,141)
#83767F
(131,118,127)
#756971
(117,105,113)
#675C63
(103,92,99)
#594F55
(89,79,85)
#4B4247
(75,66,71)
#3D3539
(61,53,57)
#2F282B
(47,40,43)
#211B1D
(33,27,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #9F909B

#9F909B
(159,144,155)
#A79AA4
(167,154,164)
#AFA4AD
(175,164,173)
#B7AEB6
(183,174,182)
#BFB8BF
(191,184,191)
#C7C2C8
(199,194,200)
#CFCCD1
(207,204,209)
#D7D6DA
(215,214,218)
#DFE0E3
(223,224,227)
#E7EAEC
(231,234,236)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F909B; }

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

This text font color is #9F909B.

Background Color

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

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

This div background color is #9F909B.

Border color

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

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

This div border color is #9F909B.

Opacity

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

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

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

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

This text has shadow with #9F909B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F909B.

Preview

Color preview on black background

This text has color #9F909B on black background.


Color preview on white background

This text has color #9F909B on white background.


Black color preview on #9F909B background

This text has black color on #9F909B background.


White color preview on #9F909B background

This text has white color on #9F909B background.


Related colors

Complementary color

Complementary color for #hex is #606F64.


I love getcolorcode.com

Triadic colors

1 #9B9F90 and #909B9F with #9F909B are triadic colors.

2 #9B909F and #909F9B with #9F909B are triadic colors.