COLOR #9FA289

HEX: #9FA289 RGB: (159,162,137)

Color info

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

RGB color model

#9FA289 color RGB value is (159,162,137).

RGB: (159,162,137) (62%, 64%, 54%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 137 of 255 = 54%

159
162
137

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

Portions of RGB colors in percentages

R + G + B = 159 + 162 + 137 = 458 (100%)
R 159 of 458 ~ 34.72%
G 162 of 458 ~ 35.37%
B 137 of 458 ~ 29.91'%

%34.72
%35.37
%29.91

CMYK color model

#9FA289 color CMYK value is (2,0,15,36).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 36.47%
CMYK: (2,0,15,36) C2M0Y15K36 (2%,0%,15%,36%) (0.02/0.00/0.15/0.36) 

CMYK percentages

%1.85
%0
%15.43
%36.47

Codes

Color #9FA289 in popluar color models

9F A2 89
RGB 159 162 137
HSL 67° 11.85% 58.63%
HSB/HSV 67° 15.43% 63.53%
CMYK 1.85% 0.00% 15.43%
36.47%

Color #9FA289 in popluar number systems.

HEX 9F A2 89
Decimal 159 162 137
Binary 10011111 10100010 10001001
Octal 237 242 211

Shades and tints

Shades of #9FA289

#9FA289
(159,162,137)
#91947D
(145,148,125)
#838671
(131,134,113)
#757865
(117,120,101)
#676A59
(103,106,89)
#595C4D
(89,92,77)
#4B4E41
(75,78,65)
#3D4035
(61,64,53)
#2F3229
(47,50,41)
#21241D
(33,36,29)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #9FA289

#9FA289
(159,162,137)
#A7AA93
(167,170,147)
#AFB29D
(175,178,157)
#B7BAA7
(183,186,167)
#BFC2B1
(191,194,177)
#C7CABB
(199,202,187)
#CFD2C5
(207,210,197)
#D7DACF
(215,218,207)
#DFE2D9
(223,226,217)
#E7EAE3
(231,234,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA289; }

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

This text font color is #9FA289.

Background Color

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

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

This div background color is #9FA289.

Border color

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

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

This div border color is #9FA289.

Opacity

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

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

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

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

This text has shadow with #9FA289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA289.

Preview

Color preview on black background

This text has color #9FA289 on black background.


Color preview on white background

This text has color #9FA289 on white background.


Black color preview on #9FA289 background

This text has black color on #9FA289 background.


White color preview on #9FA289 background

This text has white color on #9FA289 background.


Related colors

Complementary color

Complementary color for #hex is #605D76.


I love getcolorcode.com

Triadic colors

1 #899FA2 and #A2899F with #9FA289 are triadic colors.

2 #89A29F and #A29F89 with #9FA289 are triadic colors.