COLOR #9FAD7D

HEX: #9FAD7D RGB: (159,173,125)

Color info

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

RGB color model

#9FAD7D color RGB value is (159,173,125).

RGB: (159,173,125) (62%, 68%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 173 of 255 = 68%
B 125 of 255 = 49%

159
173
125

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

Portions of RGB colors in percentages

R + G + B = 159 + 173 + 125 = 457 (100%)
R 159 of 457 ~ 34.79%
G 173 of 457 ~ 37.86%
B 125 of 457 ~ 27.35'%

%34.79
%37.86
%27.35

CMYK color model

#9FAD7D color CMYK value is (8,0,28,32).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 32.16%

CMYK: (8,0,28,32)
C8M0Y28K32 (8%, 0%, 28%, 32%)
(0.08 / 0.00 / 0.28 / 0.32)

CMYK percentages

%8.09
%0
%27.75
%32.16

Codes

Color #9FAD7D in popluar color models

9F AD 7D
RGB 159 173 125
HSL 78° 22.64% 58.43%
HSB/HSV 78° 27.75% 67.84%
CMYK 8.09% 0.00% 27.75%
32.16%

Color #9FAD7D in popluar number systems.

HEX 9F AD 7D
Decimal 159 173 125
Binary 10011111 10101101 1111101
Octal 237 255 175

Shades and tints

Shades of #9FAD7D

#9FAD7D
(159,173,125)
#919E72
(145,158,114)
#838F67
(131,143,103)
#75805C
(117,128,92)
#677151
(103,113,81)
#596246
(89,98,70)
#4B533B
(75,83,59)
#3D4430
(61,68,48)
#2F3525
(47,53,37)
#21261A
(33,38,26)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #9FAD7D

#9FAD7D
(159,173,125)
#A7B488
(167,180,136)
#AFBB93
(175,187,147)
#B7C29E
(183,194,158)
#BFC9A9
(191,201,169)
#C7D0B4
(199,208,180)
#CFD7BF
(207,215,191)
#D7DECA
(215,222,202)
#DFE5D5
(223,229,213)
#E7ECE0
(231,236,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAD7D color. Also use rgb(159,173,125) instead hex code.

Text Font Color

.myTextColor { color: #9FAD7D; }

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

This text font color is #9FAD7D.

Background Color

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

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

This div background color is #9FAD7D.

Border color

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

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

This div border color is #9FAD7D.

Opacity

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

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

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

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

This text has shadow with #9FAD7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FAD7D.

Preview

Color preview on black background

This text has color #9FAD7D on black background.


Color preview on white background

This text has color #9FAD7D on white background.


Black color preview on #9FAD7D background

This text has black color on #9FAD7D background.


White color preview on #9FAD7D background

This text has white color on #9FAD7D background.


Related colors

Complementary color

Complementary color for #hex is #605282.


I love getcolorcode.com

Triadic colors

1 #7D9FAD and #AD7D9F with #9FAD7D are triadic colors.

2 #7DAD9F and #AD9F7D with #9FAD7D are triadic colors.