COLOR #9FAB9E

HEX: #9FAB9E RGB: (159,171,158)

Color info

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

RGB color model

#9FAB9E color RGB value is (159,171,158).

RGB: (159,171,158) (62%, 67%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 158 of 255 = 62%

159
171
158

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

Portions of RGB colors in percentages

R + G + B = 159 + 171 + 158 = 488 (100%)
R 159 of 488 ~ 32.58%
G 171 of 488 ~ 35.04%
B 158 of 488 ~ 32.38'%

%32.58
%35.04
%32.38

CMYK color model

#9FAB9E color CMYK value is (7,0,8,33).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 32.94%

CMYK: (7,0,8,33)
C7M0Y8K33 (7%, 0%, 8%, 33%)
(0.07 / 0.00 / 0.08 / 0.33)

CMYK percentages

%7.02
%0
%7.6
%32.94

Codes

Color #9FAB9E in popluar color models

9F AB 9E
RGB 159 171 158
HSL 115° 7.18% 64.51%
HSB/HSV 115° 7.60% 67.06%
CMYK 7.02% 0.00% 7.60%
32.94%

Color #9FAB9E in popluar number systems.

HEX 9F AB 9E
Decimal 159 171 158
Binary 10011111 10101011 10011110
Octal 237 253 236

Shades and tints

Shades of #9FAB9E

#9FAB9E
(159,171,158)
#919C90
(145,156,144)
#838D82
(131,141,130)
#757E74
(117,126,116)
#676F66
(103,111,102)
#596058
(89,96,88)
#4B514A
(75,81,74)
#3D423C
(61,66,60)
#2F332E
(47,51,46)
#212420
(33,36,32)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #9FAB9E

#9FAB9E
(159,171,158)
#A7B2A6
(167,178,166)
#AFB9AE
(175,185,174)
#B7C0B6
(183,192,182)
#BFC7BE
(191,199,190)
#C7CEC6
(199,206,198)
#CFD5CE
(207,213,206)
#D7DCD6
(215,220,214)
#DFE3DE
(223,227,222)
#E7EAE6
(231,234,230)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAB9E; }

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

This text font color is #9FAB9E.

Background Color

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

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

This div background color is #9FAB9E.

Border color

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

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

This div border color is #9FAB9E.

Opacity

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

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

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

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

This text has shadow with #9FAB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FAB9E.

Preview

Color preview on black background

This text has color #9FAB9E on black background.


Color preview on white background

This text has color #9FAB9E on white background.


Black color preview on #9FAB9E background

This text has black color on #9FAB9E background.


White color preview on #9FAB9E background

This text has white color on #9FAB9E background.


Related colors

Complementary color

Complementary color for #hex is #605461.


I love getcolorcode.com

Triadic colors

1 #9E9FAB and #AB9E9F with #9FAB9E are triadic colors.

2 #9EAB9F and #AB9F9E with #9FAB9E are triadic colors.