COLOR #9C8A90

HEX: #9C8A90
RGB: (156,138,144)

Color info

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

RGB color model

#9C8A90 color RGB value is (156,138,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 144 of 255 = 56%

156
138
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 138 + 144 = 438 (100%)
R 156 of 438 ~ 35.62%
G 138 of 438 ~ 31.51%
B 144 of 438 ~ 32.88%

%35.62
%31.51
%32.88

CMYK color model

#9C8A90 color CMYK value is (0,12,8,39).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,12,8,39)
C0M12Y8K39 
(0%,12%,8%,39%)
(0.00/0.12/0.08/0.39)	

CMYK percentages

%0
%11.54
%7.69
%38.82

Codes

Color #9C8A90 in popluar color models

9C8A90
RGB156138144
HSL340°8.33%57.65%
HSB/HSV340°11.54%61.18%
CMYK0.00%11.54%7.69%
38.82%

Color #9C8A90 in popluar number systems.

HEX9C8A90
Decimal156138144
Binary100111001000101010010000
Octal234212220

Shades and tints

Shades of #9C8A90

#9C8A90
(156,138,144)
#8E7E83
(142,126,131)
#807276
(128,114,118)
#726669
(114,102,105)
#645A5C
(100,90,92)
#564E4F
(86,78,79)
#484242
(72,66,66)
#3A3635
(58,54,53)
#2C2A28
(44,42,40)
#1E1E1B
(30,30,27)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #9C8A90

#9C8A90
(156,138,144)
#A5949A
(165,148,154)
#AE9EA4
(174,158,164)
#B7A8AE
(183,168,174)
#C0B2B8
(192,178,184)
#C9BCC2
(201,188,194)
#D2C6CC
(210,198,204)
#DBD0D6
(219,208,214)
#E4DAE0
(228,218,224)
#EDE4EA
(237,228,234)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8A90; }

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

This text font color is #9C8A90.


Background Color

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

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

This div background color is #9C8A90.


Border color

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

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

This div border color is #9C8A90.


Opacity

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

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

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

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

This text has shadow with #9C8A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8A90 on black background.


Color preview on white background

This text has color #9C8A90 on white background.



Black color preview on #9C8A90 background

This text has black color on #9C8A90 background.


White color preview on #9C8A90 background

This text has white color on #9C8A90 background.