COLOR #9FAD9E

HEX: #9FAD9E
RGB: (159,173,158)

Color info

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

RGB color model

#9FAD9E color RGB value is (159,173,158).

  • red value is 159;
  • green value is 173;
  • blue value is 158.
RGB:
(159,173,158)
(62%,68%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 173 of 255 = 68%
B 158 of 255 = 62%

159
173
158

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

Portions of RGB colors in percentages

R + G + B =
159 + 173 + 158 = 490 (100%)
R 159 of 490 ~ 32.45%
G 173 of 490 ~ 35.31%
B 158 of 490 ~ 32.24%

%32.45
%35.31
%32.24

CMYK color model

#9FAD9E color CMYK value is (8,0,9,32).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(8,0,9,32)
C8M0Y9K32 
(8%,0%,9%,32%)
(0.08/0.00/0.09/0.32)	

CMYK percentages

%8.09
%0
%8.67
%32.16

Codes

Color #9FAD9E in popluar color models

9FAD9E
RGB159173158
HSL116°8.38%64.90%
HSB/HSV116°8.67%67.84%
CMYK8.09%0.00%8.67%
32.16%

Color #9FAD9E in popluar number systems.

HEX9FAD9E
Decimal159173158
Binary100111111010110110011110
Octal237255236

Shades and tints

Shades of #9FAD9E

#9FAD9E
(159,173,158)
#919E90
(145,158,144)
#838F82
(131,143,130)
#758074
(117,128,116)
#677166
(103,113,102)
#596258
(89,98,88)
#4B534A
(75,83,74)
#3D443C
(61,68,60)
#2F352E
(47,53,46)
#212620
(33,38,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #9FAD9E

#9FAD9E
(159,173,158)
#A7B4A6
(167,180,166)
#AFBBAE
(175,187,174)
#B7C2B6
(183,194,182)
#BFC9BE
(191,201,190)
#C7D0C6
(199,208,198)
#CFD7CE
(207,215,206)
#D7DED6
(215,222,214)
#DFE5DE
(223,229,222)
#E7ECE6
(231,236,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAD9E color. Also use rgb(159,173,158) instead hex code.

Text Font Color

.myTextColor { color: #9FAD9E; }

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

This text font color is #9FAD9E.


Background Color

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

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

This div background color is #9FAD9E.


Border color

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

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

This div border color is #9FAD9E.


Opacity

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

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

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

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

This text has shadow with #9FAD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAD9E on black background.


Color preview on white background

This text has color #9FAD9E on white background.



Black color preview on #9FAD9E background

This text has black color on #9FAD9E background.


White color preview on #9FAD9E background

This text has white color on #9FAD9E background.