COLOR #9C8995

HEX: #9C8995 RGB: (156,137,149)

Color info

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

RGB color model

#9C8995 color RGB value is (156,137,149).

RGB: (156,137,149) (61%, 54%, 58%)

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 149 of 255 = 58%

156
137
149

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

Portions of RGB colors in percentages

R + G + B = 156 + 137 + 149 = 442 (100%)
R 156 of 442 ~ 35.29%
G 137 of 442 ~ 31%
B 149 of 442 ~ 33.71'%

%35.29
%31
%33.71

CMYK color model

#9C8995 color CMYK value is (0,12,4,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 4.49%
  • key color value is 38.82%

CMYK: (0,12,4,39)
C0M12Y4K39 (0%, 12%, 4%, 39%)
(0.00 / 0.12 / 0.04 / 0.39)

CMYK percentages

%0
%12.18
%4.49
%38.82

Codes

Color #9C8995 in popluar color models

9C 89 95
RGB 156 137 149
HSL 322° 8.76% 57.45%
HSB/HSV 322° 12.18% 61.18%
CMYK 0.00% 12.18% 4.49%
38.82%

Color #9C8995 in popluar number systems.

HEX 9C 89 95
Decimal 156 137 149
Binary 10011100 10001001 10010101
Octal 234 211 225

Shades and tints

Shades of #9C8995

#9C8995
(156,137,149)
#8E7D88
(142,125,136)
#80717B
(128,113,123)
#72656E
(114,101,110)
#645961
(100,89,97)
#564D54
(86,77,84)
#484147
(72,65,71)
#3A353A
(58,53,58)
#2C292D
(44,41,45)
#1E1D20
(30,29,32)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #9C8995

#9C8995
(156,137,149)
#A5939E
(165,147,158)
#AE9DA7
(174,157,167)
#B7A7B0
(183,167,176)
#C0B1B9
(192,177,185)
#C9BBC2
(201,187,194)
#D2C5CB
(210,197,203)
#DBCFD4
(219,207,212)
#E4D9DD
(228,217,221)
#EDE3E6
(237,227,230)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8995 color. Also use rgb(156,137,149) instead hex code.

Text Font Color

.myTextColor { color: #9C8995; }

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

This text font color is #9C8995.

Background Color

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

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

This div background color is #9C8995.

Border color

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

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

This div border color is #9C8995.

Opacity

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

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

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

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

This text has shadow with #9C8995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8995.

Preview

Color preview on black background

This text has color #9C8995 on black background.


Color preview on white background

This text has color #9C8995 on white background.


Black color preview on #9C8995 background

This text has black color on #9C8995 background.


White color preview on #9C8995 background

This text has white color on #9C8995 background.


Related colors

Complementary color

Complementary color for #hex is #63766A.


I love getcolorcode.com

Triadic colors

1 #959C89 and #89959C with #9C8995 are triadic colors.

2 #95899C and #899C95 with #9C8995 are triadic colors.