COLOR #9F987E

HEX: #9F987E
RGB: (159,152,126)

Color info

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

RGB color model

#9F987E color RGB value is (159,152,126).

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

RGB channels and saturation

R 159 of 255 = 62%
G 152 of 255 = 60%
B 126 of 255 = 49%

159
152
126

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

Portions of RGB colors in percentages

R + G + B =
159 + 152 + 126 = 437 (100%)
R 159 of 437 ~ 36.38%
G 152 of 437 ~ 34.78%
B 126 of 437 ~ 28.83%

%36.38
%34.78
%28.83

CMYK color model

#9F987E color CMYK value is (0,4,21,38).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 20.75%
  • key color value is 37.65%
CMYK:
(0,4,21,38)
C0M4Y21K38 
(0%,4%,21%,38%)
(0.00/0.04/0.21/0.38)	

CMYK percentages

%0
%4.4
%20.75
%37.65

Codes

Color #9F987E in popluar color models

9F987E
RGB159152126
HSL47°14.67%55.88%
HSB/HSV47°20.75%62.35%
CMYK0.00%4.40%20.75%
37.65%

Color #9F987E in popluar number systems.

HEX9F987E
Decimal159152126
Binary10011111100110001111110
Octal237230176

Shades and tints

Shades of #9F987E

#9F987E
(159,152,126)
#918B73
(145,139,115)
#837E68
(131,126,104)
#75715D
(117,113,93)
#676452
(103,100,82)
#595747
(89,87,71)
#4B4A3C
(75,74,60)
#3D3D31
(61,61,49)
#2F3026
(47,48,38)
#21231B
(33,35,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #9F987E

#9F987E
(159,152,126)
#A7A189
(167,161,137)
#AFAA94
(175,170,148)
#B7B39F
(183,179,159)
#BFBCAA
(191,188,170)
#C7C5B5
(199,197,181)
#CFCEC0
(207,206,192)
#D7D7CB
(215,215,203)
#DFE0D6
(223,224,214)
#E7E9E1
(231,233,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F987E; }

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

This text font color is #9F987E.


Background Color

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

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

This div background color is #9F987E.


Border color

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

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

This div border color is #9F987E.


Opacity

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

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

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

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

This text has shadow with #9F987E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F987E on black background.


Color preview on white background

This text has color #9F987E on white background.



Black color preview on #9F987E background

This text has black color on #9F987E background.


White color preview on #9F987E background

This text has white color on #9F987E background.