COLOR #9F888E

HEX: #9F888E RGB: (159,136,142)

Color info

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

RGB color model

#9F888E color RGB value is (159,136,142).

RGB: (159,136,142) (62%, 53%, 56%)

RGB channels and saturation

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

159
136
142

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

Portions of RGB colors in percentages

R + G + B = 159 + 136 + 142 = 437 (100%)
R 159 of 437 ~ 36.38%
G 136 of 437 ~ 31.12%
B 142 of 437 ~ 32.49'%

%36.38
%31.12
%32.49

CMYK color model

#9F888E color CMYK value is (0,14,11,38).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 10.69%
  • key color value is 37.65%

CMYK: (0,14,11,38)
C0M14Y11K38 (0%, 14%, 11%, 38%)
(0.00 / 0.14 / 0.11 / 0.38)

CMYK percentages

%0
%14.47
%10.69
%37.65

Codes

Color #9F888E in popluar color models

9F 88 8E
RGB 159 136 142
HSL 344° 10.70% 57.84%
HSB/HSV 344° 14.47% 62.35%
CMYK 0.00% 14.47% 10.69%
37.65%

Color #9F888E in popluar number systems.

HEX 9F 88 8E
Decimal 159 136 142
Binary 10011111 10001000 10001110
Octal 237 210 216

Shades and tints

Shades of #9F888E

#9F888E
(159,136,142)
#917C82
(145,124,130)
#837076
(131,112,118)
#75646A
(117,100,106)
#67585E
(103,88,94)
#594C52
(89,76,82)
#4B4046
(75,64,70)
#3D343A
(61,52,58)
#2F282E
(47,40,46)
#211C22
(33,28,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9F888E

#9F888E
(159,136,142)
#A79298
(167,146,152)
#AF9CA2
(175,156,162)
#B7A6AC
(183,166,172)
#BFB0B6
(191,176,182)
#C7BAC0
(199,186,192)
#CFC4CA
(207,196,202)
#D7CED4
(215,206,212)
#DFD8DE
(223,216,222)
#E7E2E8
(231,226,232)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F888E; }

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

This text font color is #9F888E.

Background Color

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

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

This div background color is #9F888E.

Border color

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

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

This div border color is #9F888E.

Opacity

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

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

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

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

This text has shadow with #9F888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F888E.

Preview

Color preview on black background

This text has color #9F888E on black background.


Color preview on white background

This text has color #9F888E on white background.


Black color preview on #9F888E background

This text has black color on #9F888E background.


White color preview on #9F888E background

This text has white color on #9F888E background.


Related colors

Complementary color

Complementary color for #hex is #607771.


I love getcolorcode.com

Triadic colors

1 #8E9F88 and #888E9F with #9F888E are triadic colors.

2 #8E889F and #889F8E with #9F888E are triadic colors.