COLOR #9FA180

HEX: #9FA180
RGB: (159,161,128)

Color info

#9FA180 contains red, green and blue colors in about the same proportion. Web safe color of #9FA180 is #999966 (or #996).

RGB color model

#9FA180 color RGB value is (159,161,128).

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

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 128 of 255 = 50%

159
161
128

R + G + B ~ 58%. #9FA180 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 161 + 128 = 448 (100%)
R 159 of 448 ~ 35.49%
G 161 of 448 ~ 35.94%
B 128 of 448 ~ 28.57%

%35.49
%35.94
%28.57

CMYK color model

#9FA180 color CMYK value is (1,0,20,37).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(1,0,20,37)
C1M0Y20K37 
(1%,0%,20%,37%)
(0.01/0.00/0.20/0.37)	

CMYK percentages

%1.24
%0
%20.5
%36.86

Codes

Color #9FA180 in popluar color models

9FA180
RGB159161128
HSL64°14.93%56.67%
HSB/HSV64°20.50%63.14%
CMYK1.24%0.00%20.50%
36.86%

Color #9FA180 in popluar number systems.

HEX9FA180
Decimal159161128
Binary100111111010000110000000
Octal237241200

Shades and tints

Shades of #9FA180

#9FA180
(159,161,128)
#919375
(145,147,117)
#83856A
(131,133,106)
#75775F
(117,119,95)
#676954
(103,105,84)
#595B49
(89,91,73)
#4B4D3E
(75,77,62)
#3D3F33
(61,63,51)
#2F3128
(47,49,40)
#21231D
(33,35,29)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #9FA180

#9FA180
(159,161,128)
#A7A98B
(167,169,139)
#AFB196
(175,177,150)
#B7B9A1
(183,185,161)
#BFC1AC
(191,193,172)
#C7C9B7
(199,201,183)
#CFD1C2
(207,209,194)
#D7D9CD
(215,217,205)
#DFE1D8
(223,225,216)
#E7E9E3
(231,233,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA180; }

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

This text font color is #9FA180.


Background Color

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

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

This div background color is #9FA180.


Border color

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

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

This div border color is #9FA180.


Opacity

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

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

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

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

This text has shadow with #9FA180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA180 on black background.


Color preview on white background

This text has color #9FA180 on white background.



Black color preview on #9FA180 background

This text has black color on #9FA180 background.


White color preview on #9FA180 background

This text has white color on #9FA180 background.