COLOR #9FAEAB

HEX: #9FAEAB
RGB: (159,174,171)

Color info

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

RGB color model

#9FAEAB color RGB value is (159,174,171).

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

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 171 of 255 = 67%

159
174
171

R + G + B ~ 66%. #9FAEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 171 = 504 (100%)
R 159 of 504 ~ 31.55%
G 174 of 504 ~ 34.52%
B 171 of 504 ~ 33.93%

%31.55
%34.52
%33.93

CMYK color model

#9FAEAB color CMYK value is (9,0,2,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(9,0,2,32)
C9M0Y2K32 
(9%,0%,2%,32%)
(0.09/0.00/0.02/0.32)	

CMYK percentages

%8.62
%0
%1.72
%31.76

Codes

Color #9FAEAB in popluar color models

9FAEAB
RGB159174171
HSL168°8.47%65.29%
HSB/HSV168°8.62%68.24%
CMYK8.62%0.00%1.72%
31.76%

Color #9FAEAB in popluar number systems.

HEX9FAEAB
Decimal159174171
Binary100111111010111010101011
Octal237256253

Shades and tints

Shades of #9FAEAB

#9FAEAB
(159,174,171)
#919F9C
(145,159,156)
#83908D
(131,144,141)
#75817E
(117,129,126)
#67726F
(103,114,111)
#596360
(89,99,96)
#4B5451
(75,84,81)
#3D4542
(61,69,66)
#2F3633
(47,54,51)
#212724
(33,39,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #9FAEAB

#9FAEAB
(159,174,171)
#A7B5B2
(167,181,178)
#AFBCB9
(175,188,185)
#B7C3C0
(183,195,192)
#BFCAC7
(191,202,199)
#C7D1CE
(199,209,206)
#CFD8D5
(207,216,213)
#D7DFDC
(215,223,220)
#DFE6E3
(223,230,227)
#E7EDEA
(231,237,234)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAEAB; }

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

This text font color is #9FAEAB.


Background Color

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

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

This div background color is #9FAEAB.


Border color

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

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

This div border color is #9FAEAB.


Opacity

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

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

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

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

This text has shadow with #9FAEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAEAB on black background.


Color preview on white background

This text has color #9FAEAB on white background.



Black color preview on #9FAEAB background

This text has black color on #9FAEAB background.


White color preview on #9FAEAB background

This text has white color on #9FAEAB background.