COLOR #9FAE9C

HEX: #9FAE9C
RGB: (159,174,156)

Color info

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

RGB color model

#9FAE9C color RGB value is (159,174,156).

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

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 156 of 255 = 61%

159
174
156

R + G + B ~ 64%. #9FAE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 156 = 489 (100%)
R 159 of 489 ~ 32.52%
G 174 of 489 ~ 35.58%
B 156 of 489 ~ 31.9%

%32.52
%35.58
%31.9

CMYK color model

#9FAE9C color CMYK value is (9,0,10,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(9,0,10,32)
C9M0Y10K32 
(9%,0%,10%,32%)
(0.09/0.00/0.10/0.32)	

CMYK percentages

%8.62
%0
%10.34
%31.76

Codes

Color #9FAE9C in popluar color models

9FAE9C
RGB159174156
HSL110°10.00%64.71%
HSB/HSV110°10.34%68.24%
CMYK8.62%0.00%10.34%
31.76%

Color #9FAE9C in popluar number systems.

HEX9FAE9C
Decimal159174156
Binary100111111010111010011100
Octal237256234

Shades and tints

Shades of #9FAE9C

#9FAE9C
(159,174,156)
#919F8E
(145,159,142)
#839080
(131,144,128)
#758172
(117,129,114)
#677264
(103,114,100)
#596356
(89,99,86)
#4B5448
(75,84,72)
#3D453A
(61,69,58)
#2F362C
(47,54,44)
#21271E
(33,39,30)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #9FAE9C

#9FAE9C
(159,174,156)
#A7B5A5
(167,181,165)
#AFBCAE
(175,188,174)
#B7C3B7
(183,195,183)
#BFCAC0
(191,202,192)
#C7D1C9
(199,209,201)
#CFD8D2
(207,216,210)
#D7DFDB
(215,223,219)
#DFE6E4
(223,230,228)
#E7EDED
(231,237,237)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAE9C; }

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

This text font color is #9FAE9C.


Background Color

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

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

This div background color is #9FAE9C.


Border color

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

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

This div border color is #9FAE9C.


Opacity

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

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

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

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

This text has shadow with #9FAE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAE9C on black background.


Color preview on white background

This text has color #9FAE9C on white background.



Black color preview on #9FAE9C background

This text has black color on #9FAE9C background.


White color preview on #9FAE9C background

This text has white color on #9FAE9C background.