COLOR #9FAEA8

HEX: #9FAEA8
RGB: (159,174,168)

Color info

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

RGB color model

#9FAEA8 color RGB value is (159,174,168).

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

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 168 of 255 = 66%

159
174
168

R + G + B ~ 65%. #9FAEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 168 = 501 (100%)
R 159 of 501 ~ 31.74%
G 174 of 501 ~ 34.73%
B 168 of 501 ~ 33.53%

%31.74
%34.73
%33.53

CMYK color model

#9FAEA8 color CMYK value is (9,0,3,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(9,0,3,32)
C9M0Y3K32 
(9%,0%,3%,32%)
(0.09/0.00/0.03/0.32)	

CMYK percentages

%8.62
%0
%3.45
%31.76

Codes

Color #9FAEA8 in popluar color models

9FAEA8
RGB159174168
HSL156°8.47%65.29%
HSB/HSV156°8.62%68.24%
CMYK8.62%0.00%3.45%
31.76%

Color #9FAEA8 in popluar number systems.

HEX9FAEA8
Decimal159174168
Binary100111111010111010101000
Octal237256250

Shades and tints

Shades of #9FAEA8

#9FAEA8
(159,174,168)
#919F99
(145,159,153)
#83908A
(131,144,138)
#75817B
(117,129,123)
#67726C
(103,114,108)
#59635D
(89,99,93)
#4B544E
(75,84,78)
#3D453F
(61,69,63)
#2F3630
(47,54,48)
#212721
(33,39,33)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FAEA8

#9FAEA8
(159,174,168)
#A7B5AF
(167,181,175)
#AFBCB6
(175,188,182)
#B7C3BD
(183,195,189)
#BFCAC4
(191,202,196)
#C7D1CB
(199,209,203)
#CFD8D2
(207,216,210)
#D7DFD9
(215,223,217)
#DFE6E0
(223,230,224)
#E7EDE7
(231,237,231)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAEA8; }

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

This text font color is #9FAEA8.


Background Color

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

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

This div background color is #9FAEA8.


Border color

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

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

This div border color is #9FAEA8.


Opacity

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

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

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

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

This text has shadow with #9FAEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAEA8 on black background.


Color preview on white background

This text has color #9FAEA8 on white background.



Black color preview on #9FAEA8 background

This text has black color on #9FAEA8 background.


White color preview on #9FAEA8 background

This text has white color on #9FAEA8 background.