COLOR #9F8189

HEX: #9F8189
RGB: (159,129,137)

Color info

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

RGB color model

#9F8189 color RGB value is (159,129,137).

  • red value is 159;
  • green value is 129;
  • blue value is 137.
RGB:
(159,129,137)
(62%,51%,54%)

RGB channels and saturation

R 159 of 255 = 62%
G 129 of 255 = 51%
B 137 of 255 = 54%

159
129
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 129 + 137 = 425 (100%)
R 159 of 425 ~ 37.41%
G 129 of 425 ~ 30.35%
B 137 of 425 ~ 32.24%

%37.41
%30.35
%32.24

CMYK color model

#9F8189 color CMYK value is (0,19,14,38).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,19,14,38)
C0M19Y14K38 
(0%,19%,14%,38%)
(0.00/0.19/0.14/0.38)	

CMYK percentages

%0
%18.87
%13.84
%37.65

Codes

Color #9F8189 in popluar color models

9F8189
RGB159129137
HSL344°13.51%56.47%
HSB/HSV344°18.87%62.35%
CMYK0.00%18.87%13.84%
37.65%

Color #9F8189 in popluar number systems.

HEX9F8189
Decimal159129137
Binary100111111000000110001001
Octal237201211

Shades and tints

Shades of #9F8189

#9F8189
(159,129,137)
#91767D
(145,118,125)
#836B71
(131,107,113)
#756065
(117,96,101)
#675559
(103,85,89)
#594A4D
(89,74,77)
#4B3F41
(75,63,65)
#3D3435
(61,52,53)
#2F2929
(47,41,41)
#211E1D
(33,30,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9F8189

#9F8189
(159,129,137)
#A78C93
(167,140,147)
#AF979D
(175,151,157)
#B7A2A7
(183,162,167)
#BFADB1
(191,173,177)
#C7B8BB
(199,184,187)
#CFC3C5
(207,195,197)
#D7CECF
(215,206,207)
#DFD9D9
(223,217,217)
#E7E4E3
(231,228,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8189 color. Also use rgb(159,129,137) instead hex code.

Text Font Color

.myTextColor { color: #9F8189; }

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

This text font color is #9F8189.


Background Color

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

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

This div background color is #9F8189.


Border color

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

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

This div border color is #9F8189.


Opacity

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

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

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

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

This text has shadow with #9F8189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8189 on black background.


Color preview on white background

This text has color #9F8189 on white background.



Black color preview on #9F8189 background

This text has black color on #9F8189 background.


White color preview on #9F8189 background

This text has white color on #9F8189 background.