COLOR #9F9E80

HEX: #9F9E80
RGB: (159,158,128)

Color info

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

RGB color model

#9F9E80 color RGB value is (159,158,128).

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

RGB channels and saturation

R 159 of 255 = 62%
G 158 of 255 = 62%
B 128 of 255 = 50%

159
158
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 158 + 128 = 445 (100%)
R 159 of 445 ~ 35.73%
G 158 of 445 ~ 35.51%
B 128 of 445 ~ 28.76%

%35.73
%35.51
%28.76

CMYK color model

#9F9E80 color CMYK value is (0,1,19,38).

  • cyan value is 0.00%
  • magenta value is 0.63%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(0,1,19,38)
C0M1Y19K38 
(0%,1%,19%,38%)
(0.00/0.01/0.19/0.38)	

CMYK percentages

%0
%0.63
%19.5
%37.65

Codes

Color #9F9E80 in popluar color models

9F9E80
RGB159158128
HSL58°13.90%56.27%
HSB/HSV58°19.50%62.35%
CMYK0.00%0.63%19.50%
37.65%

Color #9F9E80 in popluar number systems.

HEX9F9E80
Decimal159158128
Binary100111111001111010000000
Octal237236200

Shades and tints

Shades of #9F9E80

#9F9E80
(159,158,128)
#919075
(145,144,117)
#83826A
(131,130,106)
#75745F
(117,116,95)
#676654
(103,102,84)
#595849
(89,88,73)
#4B4A3E
(75,74,62)
#3D3C33
(61,60,51)
#2F2E28
(47,46,40)
#21201D
(33,32,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9F9E80

#9F9E80
(159,158,128)
#A7A68B
(167,166,139)
#AFAE96
(175,174,150)
#B7B6A1
(183,182,161)
#BFBEAC
(191,190,172)
#C7C6B7
(199,198,183)
#CFCEC2
(207,206,194)
#D7D6CD
(215,214,205)
#DFDED8
(223,222,216)
#E7E6E3
(231,230,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9E80; }

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

This text font color is #9F9E80.


Background Color

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

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

This div background color is #9F9E80.


Border color

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

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

This div border color is #9F9E80.


Opacity

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

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

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

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

This text has shadow with #9F9E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9E80 on black background.


Color preview on white background

This text has color #9F9E80 on white background.



Black color preview on #9F9E80 background

This text has black color on #9F9E80 background.


White color preview on #9F9E80 background

This text has white color on #9F9E80 background.