COLOR #9C8190

HEX: #9C8190
RGB: (156,129,144)

Color info

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

RGB color model

#9C8190 color RGB value is (156,129,144).

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

RGB channels and saturation

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

156
129
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 129 + 144 = 429 (100%)
R 156 of 429 ~ 36.36%
G 129 of 429 ~ 30.07%
B 144 of 429 ~ 33.57%

%36.36
%30.07
%33.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.31%
  • 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
%17.31
%7.69
%38.82

Codes

Color #9C8190 in popluar color models

9C8190
RGB156129144
HSL327°12.00%55.88%
HSB/HSV327°17.31%61.18%
CMYK0.00%17.31%7.69%
38.82%

Color #9C8190 in popluar number systems.

HEX9C8190
Decimal156129144
Binary100111001000000110010000
Octal234201220

Shades and tints

Shades of #9C8190

#9C8190
(156,129,144)
#8E7683
(142,118,131)
#806B76
(128,107,118)
#726069
(114,96,105)
#64555C
(100,85,92)
#564A4F
(86,74,79)
#483F42
(72,63,66)
#3A3435
(58,52,53)
#2C2928
(44,41,40)
#1E1E1B
(30,30,27)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9C8190

#9C8190
(156,129,144)
#A58C9A
(165,140,154)
#AE97A4
(174,151,164)
#B7A2AE
(183,162,174)
#C0ADB8
(192,173,184)
#C9B8C2
(201,184,194)
#D2C3CC
(210,195,204)
#DBCED6
(219,206,214)
#E4D9E0
(228,217,224)
#EDE4EA
(237,228,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8190; }

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

This text font color is #9C8190.


Background Color

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

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

This div background color is #9C8190.


Border color

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

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

This div border color is #9C8190.


Opacity

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

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

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

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

This text has shadow with #9C8190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8190 on black background.


Color preview on white background

This text has color #9C8190 on white background.



Black color preview on #9C8190 background

This text has black color on #9C8190 background.


White color preview on #9C8190 background

This text has white color on #9C8190 background.