COLOR #9C988F

HEX: #9C988F
RGB: (156,152,143)

Color info

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

RGB color model

#9C988F color RGB value is (156,152,143).

  • red value is 156;
  • green value is 152;
  • blue value is 143.
RGB:
(156,152,143)
(61%,60%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 152 of 255 = 60%
B 143 of 255 = 56%

156
152
143

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

Portions of RGB colors in percentages

R + G + B =
156 + 152 + 143 = 451 (100%)
R 156 of 451 ~ 34.59%
G 152 of 451 ~ 33.7%
B 143 of 451 ~ 31.71%

%34.59
%33.7
%31.71

CMYK color model

#9C988F color CMYK value is (0,3,8,39).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 8.33%
  • key color value is 38.82%
CMYK:
(0,3,8,39)
C0M3Y8K39 
(0%,3%,8%,39%)
(0.00/0.03/0.08/0.39)	

CMYK percentages

%0
%2.56
%8.33
%38.82

Codes

Color #9C988F in popluar color models

9C988F
RGB156152143
HSL42°6.16%58.63%
HSB/HSV42°8.33%61.18%
CMYK0.00%2.56%8.33%
38.82%

Color #9C988F in popluar number systems.

HEX9C988F
Decimal156152143
Binary100111001001100010001111
Octal234230217

Shades and tints

Shades of #9C988F

#9C988F
(156,152,143)
#8E8B82
(142,139,130)
#807E75
(128,126,117)
#727168
(114,113,104)
#64645B
(100,100,91)
#56574E
(86,87,78)
#484A41
(72,74,65)
#3A3D34
(58,61,52)
#2C3027
(44,48,39)
#1E231A
(30,35,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #9C988F

#9C988F
(156,152,143)
#A5A199
(165,161,153)
#AEAAA3
(174,170,163)
#B7B3AD
(183,179,173)
#C0BCB7
(192,188,183)
#C9C5C1
(201,197,193)
#D2CECB
(210,206,203)
#DBD7D5
(219,215,213)
#E4E0DF
(228,224,223)
#EDE9E9
(237,233,233)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C988F color. Also use rgb(156,152,143) instead hex code.

Text Font Color

.myTextColor { color: #9C988F; }

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

This text font color is #9C988F.


Background Color

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

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

This div background color is #9C988F.


Border color

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

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

This div border color is #9C988F.


Opacity

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

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

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

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

This text has shadow with #9C988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C988F on black background.


Color preview on white background

This text has color #9C988F on white background.



Black color preview on #9C988F background

This text has black color on #9C988F background.


White color preview on #9C988F background

This text has white color on #9C988F background.