COLOR #9FAEAA

HEX: #9FAEAA
RGB: (159,174,170)

Color info

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

RGB color model

#9FAEAA color RGB value is (159,174,170).

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

RGB channels and saturation

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

159
174
170

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

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 170 = 503 (100%)
R 159 of 503 ~ 31.61%
G 174 of 503 ~ 34.59%
B 170 of 503 ~ 33.8%

%31.61
%34.59
%33.8

CMYK color model

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

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • 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
%2.3
%31.76

Codes

Color #9FAEAA in popluar color models

9FAEAA
RGB159174170
HSL164°8.47%65.29%
HSB/HSV164°8.62%68.24%
CMYK8.62%0.00%2.30%
31.76%

Color #9FAEAA in popluar number systems.

HEX9FAEAA
Decimal159174170
Binary100111111010111010101010
Octal237256252

Shades and tints

Shades of #9FAEAA

#9FAEAA
(159,174,170)
#919F9B
(145,159,155)
#83908C
(131,144,140)
#75817D
(117,129,125)
#67726E
(103,114,110)
#59635F
(89,99,95)
#4B5450
(75,84,80)
#3D4541
(61,69,65)
#2F3632
(47,54,50)
#212723
(33,39,35)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FAEAA

#9FAEAA
(159,174,170)
#A7B5B1
(167,181,177)
#AFBCB8
(175,188,184)
#B7C3BF
(183,195,191)
#BFCAC6
(191,202,198)
#C7D1CD
(199,209,205)
#CFD8D4
(207,216,212)
#D7DFDB
(215,223,219)
#DFE6E2
(223,230,226)
#E7EDE9
(231,237,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAEAA; }

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

This text font color is #9FAEAA.


Background Color

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

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

This div background color is #9FAEAA.


Border color

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

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

This div border color is #9FAEAA.


Opacity

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

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

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

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

This text has shadow with #9FAEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAEAA on black background.


Color preview on white background

This text has color #9FAEAA on white background.



Black color preview on #9FAEAA background

This text has black color on #9FAEAA background.


White color preview on #9FAEAA background

This text has white color on #9FAEAA background.