COLOR #9F868E

HEX: #9F868E
RGB: (159,134,142)

Color info

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

RGB color model

#9F868E color RGB value is (159,134,142).

  • red value is 159;
  • green value is 134;
  • blue value is 142.
RGB:
(159,134,142)
(62%,53%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 134 of 255 = 53%
B 142 of 255 = 56%

159
134
142

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

Portions of RGB colors in percentages

R + G + B =
159 + 134 + 142 = 435 (100%)
R 159 of 435 ~ 36.55%
G 134 of 435 ~ 30.8%
B 142 of 435 ~ 32.64%

%36.55
%30.8
%32.64

CMYK color model

#9F868E color CMYK value is (0,16,11,38).

  • cyan value is 0.00%
  • magenta value is 15.72%
  • yellow value is 10.69%
  • key color value is 37.65%
CMYK:
(0,16,11,38)
C0M16Y11K38 
(0%,16%,11%,38%)
(0.00/0.16/0.11/0.38)	

CMYK percentages

%0
%15.72
%10.69
%37.65

Codes

Color #9F868E in popluar color models

9F868E
RGB159134142
HSL341°11.52%57.45%
HSB/HSV341°15.72%62.35%
CMYK0.00%15.72%10.69%
37.65%

Color #9F868E in popluar number systems.

HEX9F868E
Decimal159134142
Binary100111111000011010001110
Octal237206216

Shades and tints

Shades of #9F868E

#9F868E
(159,134,142)
#917A82
(145,122,130)
#836E76
(131,110,118)
#75626A
(117,98,106)
#67565E
(103,86,94)
#594A52
(89,74,82)
#4B3E46
(75,62,70)
#3D323A
(61,50,58)
#2F262E
(47,38,46)
#211A22
(33,26,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #9F868E

#9F868E
(159,134,142)
#A79198
(167,145,152)
#AF9CA2
(175,156,162)
#B7A7AC
(183,167,172)
#BFB2B6
(191,178,182)
#C7BDC0
(199,189,192)
#CFC8CA
(207,200,202)
#D7D3D4
(215,211,212)
#DFDEDE
(223,222,222)
#E7E9E8
(231,233,232)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F868E color. Also use rgb(159,134,142) instead hex code.

Text Font Color

.myTextColor { color: #9F868E; }

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

This text font color is #9F868E.


Background Color

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

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

This div background color is #9F868E.


Border color

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

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

This div border color is #9F868E.


Opacity

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

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

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

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

This text has shadow with #9F868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F868E on black background.


Color preview on white background

This text has color #9F868E on white background.



Black color preview on #9F868E background

This text has black color on #9F868E background.


White color preview on #9F868E background

This text has white color on #9F868E background.