COLOR #9C8290

HEX: #9C8290
RGB: (156,130,144)

Color info

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

RGB color model

#9C8290 color RGB value is (156,130,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 130 of 255 = 51%
B 144 of 255 = 56%

156
130
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 130 + 144 = 430 (100%)
R 156 of 430 ~ 36.28%
G 130 of 430 ~ 30.23%
B 144 of 430 ~ 33.49%

%36.28
%30.23
%33.49

CMYK color model

#9C8290 color CMYK value is (0,17,8,39).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,17,8,39)
C0M17Y8K39 
(0%,17%,8%,39%)
(0.00/0.17/0.08/0.39)	

CMYK percentages

%0
%16.67
%7.69
%38.82

Codes

Color #9C8290 in popluar color models

9C8290
RGB156130144
HSL328°11.61%56.08%
HSB/HSV328°16.67%61.18%
CMYK0.00%16.67%7.69%
38.82%

Color #9C8290 in popluar number systems.

HEX9C8290
Decimal156130144
Binary100111001000001010010000
Octal234202220

Shades and tints

Shades of #9C8290

#9C8290
(156,130,144)
#8E7783
(142,119,131)
#806C76
(128,108,118)
#726169
(114,97,105)
#64565C
(100,86,92)
#564B4F
(86,75,79)
#484042
(72,64,66)
#3A3535
(58,53,53)
#2C2A28
(44,42,40)
#1E1F1B
(30,31,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #9C8290

#9C8290
(156,130,144)
#A58D9A
(165,141,154)
#AE98A4
(174,152,164)
#B7A3AE
(183,163,174)
#C0AEB8
(192,174,184)
#C9B9C2
(201,185,194)
#D2C4CC
(210,196,204)
#DBCFD6
(219,207,214)
#E4DAE0
(228,218,224)
#EDE5EA
(237,229,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8290; }

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

This text font color is #9C8290.


Background Color

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

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

This div background color is #9C8290.


Border color

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

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

This div border color is #9C8290.


Opacity

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

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

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

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

This text has shadow with #9C8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8290 on black background.


Color preview on white background

This text has color #9C8290 on white background.



Black color preview on #9C8290 background

This text has black color on #9C8290 background.


White color preview on #9C8290 background

This text has white color on #9C8290 background.