COLOR #9C908C

HEX: #9C908C
RGB: (156,144,140)

Color info

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

RGB color model

#9C908C color RGB value is (156,144,140).

  • red value is 156;
  • green value is 144;
  • blue value is 140.
RGB:
(156,144,140)
(61%,56%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 144 of 255 = 56%
B 140 of 255 = 55%

156
144
140

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

Portions of RGB colors in percentages

R + G + B =
156 + 144 + 140 = 440 (100%)
R 156 of 440 ~ 35.45%
G 144 of 440 ~ 32.73%
B 140 of 440 ~ 31.82%

%35.45
%32.73
%31.82

CMYK color model

#9C908C color CMYK value is (0,8,10,39).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 10.26%
  • key color value is 38.82%
CMYK:
(0,8,10,39)
C0M8Y10K39 
(0%,8%,10%,39%)
(0.00/0.08/0.10/0.39)	

CMYK percentages

%0
%7.69
%10.26
%38.82

Codes

Color #9C908C in popluar color models

9C908C
RGB156144140
HSL15°7.48%58.04%
HSB/HSV15°10.26%61.18%
CMYK0.00%7.69%10.26%
38.82%

Color #9C908C in popluar number systems.

HEX9C908C
Decimal156144140
Binary100111001001000010001100
Octal234220214

Shades and tints

Shades of #9C908C

#9C908C
(156,144,140)
#8E8380
(142,131,128)
#807674
(128,118,116)
#726968
(114,105,104)
#645C5C
(100,92,92)
#564F50
(86,79,80)
#484244
(72,66,68)
#3A3538
(58,53,56)
#2C282C
(44,40,44)
#1E1B20
(30,27,32)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #9C908C

#9C908C
(156,144,140)
#A59A96
(165,154,150)
#AEA4A0
(174,164,160)
#B7AEAA
(183,174,170)
#C0B8B4
(192,184,180)
#C9C2BE
(201,194,190)
#D2CCC8
(210,204,200)
#DBD6D2
(219,214,210)
#E4E0DC
(228,224,220)
#EDEAE6
(237,234,230)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C908C color. Also use rgb(156,144,140) instead hex code.

Text Font Color

.myTextColor { color: #9C908C; }

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

This text font color is #9C908C.


Background Color

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

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

This div background color is #9C908C.


Border color

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

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

This div border color is #9C908C.


Opacity

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

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

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

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

This text has shadow with #9C908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C908C on black background.


Color preview on white background

This text has color #9C908C on white background.



Black color preview on #9C908C background

This text has black color on #9C908C background.


White color preview on #9C908C background

This text has white color on #9C908C background.