COLOR #9FAE7A

HEX: #9FAE7A
RGB: (159,174,122)

Color info

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

RGB color model

#9FAE7A color RGB value is (159,174,122).

  • red value is 159;
  • green value is 174;
  • blue value is 122.
RGB:
(159,174,122)
(62%,68%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 122 of 255 = 48%

159
174
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 122 = 455 (100%)
R 159 of 455 ~ 34.95%
G 174 of 455 ~ 38.24%
B 122 of 455 ~ 26.81%

%34.95
%38.24
%26.81

CMYK color model

#9FAE7A color CMYK value is (9,0,30,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 31.76%
CMYK:
(9,0,30,32)
C9M0Y30K32 
(9%,0%,30%,32%)
(0.09/0.00/0.30/0.32)	

CMYK percentages

%8.62
%0
%29.89
%31.76

Codes

Color #9FAE7A in popluar color models

9FAE7A
RGB159174122
HSL77°24.30%58.04%
HSB/HSV77°29.89%68.24%
CMYK8.62%0.00%29.89%
31.76%

Color #9FAE7A in popluar number systems.

HEX9FAE7A
Decimal159174122
Binary10011111101011101111010
Octal237256172

Shades and tints

Shades of #9FAE7A

#9FAE7A
(159,174,122)
#919F6F
(145,159,111)
#839064
(131,144,100)
#758159
(117,129,89)
#67724E
(103,114,78)
#596343
(89,99,67)
#4B5438
(75,84,56)
#3D452D
(61,69,45)
#2F3622
(47,54,34)
#212717
(33,39,23)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #9FAE7A

#9FAE7A
(159,174,122)
#A7B586
(167,181,134)
#AFBC92
(175,188,146)
#B7C39E
(183,195,158)
#BFCAAA
(191,202,170)
#C7D1B6
(199,209,182)
#CFD8C2
(207,216,194)
#D7DFCE
(215,223,206)
#DFE6DA
(223,230,218)
#E7EDE6
(231,237,230)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAE7A color. Also use rgb(159,174,122) instead hex code.

Text Font Color

.myTextColor { color: #9FAE7A; }

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

This text font color is #9FAE7A.


Background Color

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

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

This div background color is #9FAE7A.


Border color

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

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

This div border color is #9FAE7A.


Opacity

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

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

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

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

This text has shadow with #9FAE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAE7A on black background.


Color preview on white background

This text has color #9FAE7A on white background.



Black color preview on #9FAE7A background

This text has black color on #9FAE7A background.


White color preview on #9FAE7A background

This text has white color on #9FAE7A background.