COLOR #9FAC7B

HEX: #9FAC7B RGB: (159,172,123)

Color info

#9FAC7B contains red, green and blue colors in about the same proportion. Web safe color of #9FAC7B is #999966 (or #996).

RGB color model

#9FAC7B color RGB value is (159,172,123).

RGB: (159,172,123) (62%, 67%, 48%)

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 123 of 255 = 48%

159
172
123

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

Portions of RGB colors in percentages

R + G + B = 159 + 172 + 123 = 454 (100%)
R 159 of 454 ~ 35.02%
G 172 of 454 ~ 37.89%
B 123 of 454 ~ 27.09'%

%35.02
%37.89
%27.09

CMYK color model

#9FAC7B color CMYK value is (8,0,28,33).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK: (8,0,28,33) C8M0Y28K33 (8%,0%,28%,33%) (0.08/0.00/0.28/0.33) 

CMYK percentages

%7.56
%0
%28.49
%32.55

Codes

Color #9FAC7B in popluar color models

9F AC 7B
RGB 159 172 123
HSL 76° 22.79% 57.84%
HSB/HSV 76° 28.49% 67.45%
CMYK 7.56% 0.00% 28.49%
32.55%

Color #9FAC7B in popluar number systems.

HEX 9F AC 7B
Decimal 159 172 123
Binary 10011111 10101100 1111011
Octal 237 254 173

Shades and tints

Shades of #9FAC7B

#9FAC7B
(159,172,123)
#919D70
(145,157,112)
#838E65
(131,142,101)
#757F5A
(117,127,90)
#67704F
(103,112,79)
#596144
(89,97,68)
#4B5239
(75,82,57)
#3D432E
(61,67,46)
#2F3423
(47,52,35)
#212518
(33,37,24)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #9FAC7B

#9FAC7B
(159,172,123)
#A7B387
(167,179,135)
#AFBA93
(175,186,147)
#B7C19F
(183,193,159)
#BFC8AB
(191,200,171)
#C7CFB7
(199,207,183)
#CFD6C3
(207,214,195)
#D7DDCF
(215,221,207)
#DFE4DB
(223,228,219)
#E7EBE7
(231,235,231)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAC7B color. Also use rgb(159,172,123) instead hex code.

Text Font Color

.myTextColor { color: #9FAC7B; }

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

This text font color is #9FAC7B.

Background Color

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

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

This div background color is #9FAC7B.

Border color

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

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

This div border color is #9FAC7B.

Opacity

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

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

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

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

This text has shadow with #9FAC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FAC7B.

Preview

Color preview on black background

This text has color #9FAC7B on black background.


Color preview on white background

This text has color #9FAC7B on white background.


Black color preview on #9FAC7B background

This text has black color on #9FAC7B background.


White color preview on #9FAC7B background

This text has white color on #9FAC7B background.


Related colors

Complementary color

Complementary color for #hex is #605384.


I love getcolorcode.com

Triadic colors

1 #7B9FAC and #AC7B9F with #9FAC7B are triadic colors.

2 #7BAC9F and #AC9F7B with #9FAC7B are triadic colors.