COLOR #9FA198

HEX: #9FA198
RGB: (159,161,152)

Color info

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

RGB color model

#9FA198 color RGB value is (159,161,152).

  • red value is 159;
  • green value is 161;
  • blue value is 152.
RGB:
(159,161,152)
(62%,63%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 152 of 255 = 60%

159
161
152

R + G + B ~ 62%. #9FA198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 161 + 152 = 472 (100%)
R 159 of 472 ~ 33.69%
G 161 of 472 ~ 34.11%
B 152 of 472 ~ 32.2%

%33.69
%34.11
%32.2

CMYK color model

#9FA198 color CMYK value is (1,0,6,37).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK:
(1,0,6,37)
C1M0Y6K37 
(1%,0%,6%,37%)
(0.01/0.00/0.06/0.37)	

CMYK percentages

%1.24
%0
%5.59
%36.86

Codes

Color #9FA198 in popluar color models

9FA198
RGB159161152
HSL73°4.57%61.37%
HSB/HSV73°5.59%63.14%
CMYK1.24%0.00%5.59%
36.86%

Color #9FA198 in popluar number systems.

HEX9FA198
Decimal159161152
Binary100111111010000110011000
Octal237241230

Shades and tints

Shades of #9FA198

#9FA198
(159,161,152)
#91938B
(145,147,139)
#83857E
(131,133,126)
#757771
(117,119,113)
#676964
(103,105,100)
#595B57
(89,91,87)
#4B4D4A
(75,77,74)
#3D3F3D
(61,63,61)
#2F3130
(47,49,48)
#212323
(33,35,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FA198

#9FA198
(159,161,152)
#A7A9A1
(167,169,161)
#AFB1AA
(175,177,170)
#B7B9B3
(183,185,179)
#BFC1BC
(191,193,188)
#C7C9C5
(199,201,197)
#CFD1CE
(207,209,206)
#D7D9D7
(215,217,215)
#DFE1E0
(223,225,224)
#E7E9E9
(231,233,233)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA198 color. Also use rgb(159,161,152) instead hex code.

Text Font Color

.myTextColor { color: #9FA198; }

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

This text font color is #9FA198.


Background Color

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

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

This div background color is #9FA198.


Border color

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

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

This div border color is #9FA198.


Opacity

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

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

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

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

This text has shadow with #9FA198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA198 on black background.


Color preview on white background

This text has color #9FA198 on white background.



Black color preview on #9FA198 background

This text has black color on #9FA198 background.


White color preview on #9FA198 background

This text has white color on #9FA198 background.