COLOR #9FABA0

HEX: #9FABA0
RGB: (159,171,160)

Color info

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

RGB color model

#9FABA0 color RGB value is (159,171,160).

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

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 160 of 255 = 63%

159
171
160

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

Portions of RGB colors in percentages

R + G + B =
159 + 171 + 160 = 490 (100%)
R 159 of 490 ~ 32.45%
G 171 of 490 ~ 34.9%
B 160 of 490 ~ 32.65%

%32.45
%34.9
%32.65

CMYK color model

#9FABA0 color CMYK value is (7,0,6,33).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK: (7,0,6,33) C7M0Y6K33 (7%,0%,6%,33%) (0.07/0.00/0.06/0.33)

CMYK percentages

%7.02
%0
%6.43
%32.94

Codes

Color #9FABA0 in popluar color models

9FABA0
RGB159171160
HSL125°6.67%64.71%
HSB/HSV125°7.02%67.06%
CMYK7.02%0.00%6.43%
32.94%

Color #9FABA0 in popluar number systems.

HEX9FABA0
Decimal159171160
Binary100111111010101110100000
Octal237253240

Shades and tints

Shades of #9FABA0

#9FABA0
(159,171,160)
#919C92
(145,156,146)
#838D84
(131,141,132)
#757E76
(117,126,118)
#676F68
(103,111,104)
#59605A
(89,96,90)
#4B514C
(75,81,76)
#3D423E
(61,66,62)
#2F3330
(47,51,48)
#212422
(33,36,34)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #9FABA0

#9FABA0
(159,171,160)
#A7B2A8
(167,178,168)
#AFB9B0
(175,185,176)
#B7C0B8
(183,192,184)
#BFC7C0
(191,199,192)
#C7CEC8
(199,206,200)
#CFD5D0
(207,213,208)
#D7DCD8
(215,220,216)
#DFE3E0
(223,227,224)
#E7EAE8
(231,234,232)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FABA0; }

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

This text font color is #9FABA0.


Background Color

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

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

This div background color is #9FABA0.


Border color

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

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

This div border color is #9FABA0.


Opacity

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

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

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

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

This text has shadow with #9FABA0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FABA0 on black background.


Color preview on white background

This text has color #9FABA0 on white background.



Black color preview on #9FABA0 background

This text has black color on #9FABA0 background.


White color preview on #9FABA0 background

This text has white color on #9FABA0 background.