COLOR #9FAE90

HEX: #9FAE90
RGB: (159,174,144)

Color info

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

RGB color model

#9FAE90 color RGB value is (159,174,144).

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

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 144 of 255 = 56%

159
174
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 144 = 477 (100%)
R 159 of 477 ~ 33.33%
G 174 of 477 ~ 36.48%
B 144 of 477 ~ 30.19%

%33.33
%36.48
%30.19

CMYK color model

#9FAE90 color CMYK value is (9,0,17,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(9,0,17,32)
C9M0Y17K32 
(9%,0%,17%,32%)
(0.09/0.00/0.17/0.32)	

CMYK percentages

%8.62
%0
%17.24
%31.76

Codes

Color #9FAE90 in popluar color models

9FAE90
RGB159174144
HSL90°15.63%62.35%
HSB/HSV90°17.24%68.24%
CMYK8.62%0.00%17.24%
31.76%

Color #9FAE90 in popluar number systems.

HEX9FAE90
Decimal159174144
Binary100111111010111010010000
Octal237256220

Shades and tints

Shades of #9FAE90

#9FAE90
(159,174,144)
#919F83
(145,159,131)
#839076
(131,144,118)
#758169
(117,129,105)
#67725C
(103,114,92)
#59634F
(89,99,79)
#4B5442
(75,84,66)
#3D4535
(61,69,53)
#2F3628
(47,54,40)
#21271B
(33,39,27)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #9FAE90

#9FAE90
(159,174,144)
#A7B59A
(167,181,154)
#AFBCA4
(175,188,164)
#B7C3AE
(183,195,174)
#BFCAB8
(191,202,184)
#C7D1C2
(199,209,194)
#CFD8CC
(207,216,204)
#D7DFD6
(215,223,214)
#DFE6E0
(223,230,224)
#E7EDEA
(231,237,234)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAE90; }

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

This text font color is #9FAE90.


Background Color

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

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

This div background color is #9FAE90.


Border color

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

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

This div border color is #9FAE90.


Opacity

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

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

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

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

This text has shadow with #9FAE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAE90 on black background.


Color preview on white background

This text has color #9FAE90 on white background.



Black color preview on #9FAE90 background

This text has black color on #9FAE90 background.


White color preview on #9FAE90 background

This text has white color on #9FAE90 background.