COLOR #9FAE92

HEX: #9FAE92
RGB: (159,174,146)

Color info

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

RGB color model

#9FAE92 color RGB value is (159,174,146).

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

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 146 of 255 = 57%

159
174
146

R + G + B ~ 62%. #9FAE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 146 = 479 (100%)
R 159 of 479 ~ 33.19%
G 174 of 479 ~ 36.33%
B 146 of 479 ~ 30.48%

%33.19
%36.33
%30.48

CMYK color model

#9FAE92 color CMYK value is (9,0,16,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(9,0,16,32)
C9M0Y16K32 
(9%,0%,16%,32%)
(0.09/0.00/0.16/0.32)	

CMYK percentages

%8.62
%0
%16.09
%31.76

Codes

Color #9FAE92 in popluar color models

9FAE92
RGB159174146
HSL92°14.74%62.75%
HSB/HSV92°16.09%68.24%
CMYK8.62%0.00%16.09%
31.76%

Color #9FAE92 in popluar number systems.

HEX9FAE92
Decimal159174146
Binary100111111010111010010010
Octal237256222

Shades and tints

Shades of #9FAE92

#9FAE92
(159,174,146)
#919F85
(145,159,133)
#839078
(131,144,120)
#75816B
(117,129,107)
#67725E
(103,114,94)
#596351
(89,99,81)
#4B5444
(75,84,68)
#3D4537
(61,69,55)
#2F362A
(47,54,42)
#21271D
(33,39,29)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #9FAE92

#9FAE92
(159,174,146)
#A7B59B
(167,181,155)
#AFBCA4
(175,188,164)
#B7C3AD
(183,195,173)
#BFCAB6
(191,202,182)
#C7D1BF
(199,209,191)
#CFD8C8
(207,216,200)
#D7DFD1
(215,223,209)
#DFE6DA
(223,230,218)
#E7EDE3
(231,237,227)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAE92; }

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

This text font color is #9FAE92.


Background Color

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

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

This div background color is #9FAE92.


Border color

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

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

This div border color is #9FAE92.


Opacity

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

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

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

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

This text has shadow with #9FAE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAE92 on black background.


Color preview on white background

This text has color #9FAE92 on white background.



Black color preview on #9FAE92 background

This text has black color on #9FAE92 background.


White color preview on #9FAE92 background

This text has white color on #9FAE92 background.