COLOR #9C8196

HEX: #9C8196 RGB: (156,129,150)

Color info

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

RGB color model

#9C8196 color RGB value is (156,129,150).

RGB: (156,129,150) (61%, 51%, 59%)

RGB channels and saturation

R 156 of 255 = 61%
G 129 of 255 = 51%
B 150 of 255 = 59%

156
129
150

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

Portions of RGB colors in percentages

R + G + B = 156 + 129 + 150 = 435 (100%)
R 156 of 435 ~ 35.86%
G 129 of 435 ~ 29.66%
B 150 of 435 ~ 34.48'%

%35.86
%29.66
%34.48

CMYK color model

#9C8196 color CMYK value is (0,17,4,39).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 3.85%
  • key color value is 38.82%

CMYK: (0,17,4,39)
C0M17Y4K39 (0%, 17%, 4%, 39%)
(0.00 / 0.17 / 0.04 / 0.39)

CMYK percentages

%0
%17.31
%3.85
%38.82

Codes

Color #9C8196 in popluar color models

9C 81 96
RGB 156 129 150
HSL 313° 12.00% 55.88%
HSB/HSV 313° 17.31% 61.18%
CMYK 0.00% 17.31% 3.85%
38.82%

Color #9C8196 in popluar number systems.

HEX 9C 81 96
Decimal 156 129 150
Binary 10011100 10000001 10010110
Octal 234 201 226

Shades and tints

Shades of #9C8196

#9C8196
(156,129,150)
#8E7689
(142,118,137)
#806B7C
(128,107,124)
#72606F
(114,96,111)
#645562
(100,85,98)
#564A55
(86,74,85)
#483F48
(72,63,72)
#3A343B
(58,52,59)
#2C292E
(44,41,46)
#1E1E21
(30,30,33)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #9C8196

#9C8196
(156,129,150)
#A58C9F
(165,140,159)
#AE97A8
(174,151,168)
#B7A2B1
(183,162,177)
#C0ADBA
(192,173,186)
#C9B8C3
(201,184,195)
#D2C3CC
(210,195,204)
#DBCED5
(219,206,213)
#E4D9DE
(228,217,222)
#EDE4E7
(237,228,231)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8196; }

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

This text font color is #9C8196.

Background Color

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

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

This div background color is #9C8196.

Border color

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

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

This div border color is #9C8196.

Opacity

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

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

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

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

This text has shadow with #9C8196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8196.

Preview

Color preview on black background

This text has color #9C8196 on black background.


Color preview on white background

This text has color #9C8196 on white background.


Black color preview on #9C8196 background

This text has black color on #9C8196 background.


White color preview on #9C8196 background

This text has white color on #9C8196 background.


Related colors

Complementary color

Complementary color for #hex is #637E69.


I love getcolorcode.com

Triadic colors

1 #969C81 and #81969C with #9C8196 are triadic colors.

2 #96819C and #819C96 with #9C8196 are triadic colors.