COLOR #9F9E89

HEX: #9F9E89 RGB: (159,158,137)

Color info

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

RGB color model

#9F9E89 color RGB value is (159,158,137).

RGB: (159,158,137) (62%, 62%, 54%)

RGB channels and saturation

R 159 of 255 = 62%
G 158 of 255 = 62%
B 137 of 255 = 54%

159
158
137

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

Portions of RGB colors in percentages

R + G + B = 159 + 158 + 137 = 454 (100%)
R 159 of 454 ~ 35.02%
G 158 of 454 ~ 34.8%
B 137 of 454 ~ 30.18'%

%35.02
%34.8
%30.18

CMYK color model

#9F9E89 color CMYK value is (0,1,14,38).

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

CMYK: (0,1,14,38)
C0M1Y14K38 (0%, 1%, 14%, 38%)
(0.00 / 0.01 / 0.14 / 0.38)

CMYK percentages

%0
%0.63
%13.84
%37.65

Codes

Color #9F9E89 in popluar color models

9F 9E 89
RGB 159 158 137
HSL 57° 10.28% 58.04%
HSB/HSV 57° 13.84% 62.35%
CMYK 0.00% 0.63% 13.84%
37.65%

Color #9F9E89 in popluar number systems.

HEX 9F 9E 89
Decimal 159 158 137
Binary 10011111 10011110 10001001
Octal 237 236 211

Shades and tints

Shades of #9F9E89

#9F9E89
(159,158,137)
#91907D
(145,144,125)
#838271
(131,130,113)
#757465
(117,116,101)
#676659
(103,102,89)
#59584D
(89,88,77)
#4B4A41
(75,74,65)
#3D3C35
(61,60,53)
#2F2E29
(47,46,41)
#21201D
(33,32,29)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #9F9E89

#9F9E89
(159,158,137)
#A7A693
(167,166,147)
#AFAE9D
(175,174,157)
#B7B6A7
(183,182,167)
#BFBEB1
(191,190,177)
#C7C6BB
(199,198,187)
#CFCEC5
(207,206,197)
#D7D6CF
(215,214,207)
#DFDED9
(223,222,217)
#E7E6E3
(231,230,227)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9E89; }

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

This text font color is #9F9E89.

Background Color

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

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

This div background color is #9F9E89.

Border color

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

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

This div border color is #9F9E89.

Opacity

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

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

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

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

This text has shadow with #9F9E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9E89.

Preview

Color preview on black background

This text has color #9F9E89 on black background.


Color preview on white background

This text has color #9F9E89 on white background.


Black color preview on #9F9E89 background

This text has black color on #9F9E89 background.


White color preview on #9F9E89 background

This text has white color on #9F9E89 background.


Related colors

Complementary color

Complementary color for #hex is #606176.


I love getcolorcode.com

Triadic colors

1 #899F9E and #9E899F with #9F9E89 are triadic colors.

2 #899E9F and #9E9F89 with #9F9E89 are triadic colors.