COLOR #9F949E

HEX: #9F949E RGB: (159,148,158)

Color info

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

RGB color model

#9F949E color RGB value is (159,148,158).

RGB: (159,148,158) (62%, 58%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 158 of 255 = 62%

159
148
158

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

Portions of RGB colors in percentages

R + G + B = 159 + 148 + 158 = 465 (100%)
R 159 of 465 ~ 34.19%
G 148 of 465 ~ 31.83%
B 158 of 465 ~ 33.98'%

%34.19
%31.83
%33.98

CMYK color model

#9F949E color CMYK value is (0,7,1,38).

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 0.63%
  • key color value is 37.65%

CMYK: (0,7,1,38)
C0M7Y1K38 (0%, 7%, 1%, 38%)
(0.00 / 0.07 / 0.01 / 0.38)

CMYK percentages

%0
%6.92
%0.63
%37.65

Codes

Color #9F949E in popluar color models

9F 94 9E
RGB 159 148 158
HSL 305° 5.42% 60.20%
HSB/HSV 305° 6.92% 62.35%
CMYK 0.00% 6.92% 0.63%
37.65%

Color #9F949E in popluar number systems.

HEX 9F 94 9E
Decimal 159 148 158
Binary 10011111 10010100 10011110
Octal 237 224 236

Shades and tints

Shades of #9F949E

#9F949E
(159,148,158)
#918790
(145,135,144)
#837A82
(131,122,130)
#756D74
(117,109,116)
#676066
(103,96,102)
#595358
(89,83,88)
#4B464A
(75,70,74)
#3D393C
(61,57,60)
#2F2C2E
(47,44,46)
#211F20
(33,31,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9F949E

#9F949E
(159,148,158)
#A79DA6
(167,157,166)
#AFA6AE
(175,166,174)
#B7AFB6
(183,175,182)
#BFB8BE
(191,184,190)
#C7C1C6
(199,193,198)
#CFCACE
(207,202,206)
#D7D3D6
(215,211,214)
#DFDCDE
(223,220,222)
#E7E5E6
(231,229,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F949E; }

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

This text font color is #9F949E.

Background Color

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

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

This div background color is #9F949E.

Border color

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

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

This div border color is #9F949E.

Opacity

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

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

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

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

This text has shadow with #9F949E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F949E.

Preview

Color preview on black background

This text has color #9F949E on black background.


Color preview on white background

This text has color #9F949E on white background.


Black color preview on #9F949E background

This text has black color on #9F949E background.


White color preview on #9F949E background

This text has white color on #9F949E background.


Related colors

Complementary color

Complementary color for #hex is #606B61.


I love getcolorcode.com

Triadic colors

1 #9E9F94 and #949E9F with #9F949E are triadic colors.

2 #9E949F and #949F9E with #9F949E are triadic colors.