COLOR #9F9C84

HEX: #9F9C84 RGB: (159,156,132)

Color info

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

RGB color model

#9F9C84 color RGB value is (159,156,132).

RGB: (159,156,132) (62%, 61%, 52%)

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 132 of 255 = 52%

159
156
132

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

Portions of RGB colors in percentages

R + G + B = 159 + 156 + 132 = 447 (100%)
R 159 of 447 ~ 35.57%
G 156 of 447 ~ 34.9%
B 132 of 447 ~ 29.53'%

%35.57
%34.9
%29.53

CMYK color model

#9F9C84 color CMYK value is (0,2,17,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 16.98%
  • key color value is 37.65%

CMYK: (0,2,17,38)
C0M2Y17K38 (0%, 2%, 17%, 38%)
(0.00 / 0.02 / 0.17 / 0.38)

CMYK percentages

%0
%1.89
%16.98
%37.65

Codes

Color #9F9C84 in popluar color models

9F 9C 84
RGB 159 156 132
HSL 53° 12.33% 57.06%
HSB/HSV 53° 16.98% 62.35%
CMYK 0.00% 1.89% 16.98%
37.65%

Color #9F9C84 in popluar number systems.

HEX 9F 9C 84
Decimal 159 156 132
Binary 10011111 10011100 10000100
Octal 237 234 204

Shades and tints

Shades of #9F9C84

#9F9C84
(159,156,132)
#918E78
(145,142,120)
#83806C
(131,128,108)
#757260
(117,114,96)
#676454
(103,100,84)
#595648
(89,86,72)
#4B483C
(75,72,60)
#3D3A30
(61,58,48)
#2F2C24
(47,44,36)
#211E18
(33,30,24)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #9F9C84

#9F9C84
(159,156,132)
#A7A58F
(167,165,143)
#AFAE9A
(175,174,154)
#B7B7A5
(183,183,165)
#BFC0B0
(191,192,176)
#C7C9BB
(199,201,187)
#CFD2C6
(207,210,198)
#D7DBD1
(215,219,209)
#DFE4DC
(223,228,220)
#E7EDE7
(231,237,231)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9C84 color. Also use rgb(159,156,132) instead hex code.

Text Font Color

.myTextColor { color: #9F9C84; }

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

This text font color is #9F9C84.

Background Color

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

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

This div background color is #9F9C84.

Border color

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

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

This div border color is #9F9C84.

Opacity

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

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

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

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

This text has shadow with #9F9C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9C84.

Preview

Color preview on black background

This text has color #9F9C84 on black background.


Color preview on white background

This text has color #9F9C84 on white background.


Black color preview on #9F9C84 background

This text has black color on #9F9C84 background.


White color preview on #9F9C84 background

This text has white color on #9F9C84 background.


Related colors

Complementary color

Complementary color for #hex is #60637B.


I love getcolorcode.com

Triadic colors

1 #849F9C and #9C849F with #9F9C84 are triadic colors.

2 #849C9F and #9C9F84 with #9F9C84 are triadic colors.