COLOR #9C8588

HEX: #9C8588 RGB: (156,133,136)

Color info

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

RGB color model

#9C8588 color RGB value is (156,133,136).

RGB: (156,133,136) (61%, 52%, 53%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 136 of 255 = 53%

156
133
136

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

Portions of RGB colors in percentages

R + G + B = 156 + 133 + 136 = 425 (100%)
R 156 of 425 ~ 36.71%
G 133 of 425 ~ 31.29%
B 136 of 425 ~ 32'%

%36.71
%31.29
%32

CMYK color model

#9C8588 color CMYK value is (0,15,13,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 12.82%
  • key color value is 38.82%

CMYK: (0,15,13,39)
C0M15Y13K39 (0%, 15%, 13%, 39%)
(0.00 / 0.15 / 0.13 / 0.39)

CMYK percentages

%0
%14.74
%12.82
%38.82

Codes

Color #9C8588 in popluar color models

9C 85 88
RGB 156 133 136
HSL 352° 10.41% 56.67%
HSB/HSV 352° 14.74% 61.18%
CMYK 0.00% 14.74% 12.82%
38.82%

Color #9C8588 in popluar number systems.

HEX 9C 85 88
Decimal 156 133 136
Binary 10011100 10000101 10001000
Octal 234 205 210

Shades and tints

Shades of #9C8588

#9C8588
(156,133,136)
#8E797C
(142,121,124)
#806D70
(128,109,112)
#726164
(114,97,100)
#645558
(100,85,88)
#56494C
(86,73,76)
#483D40
(72,61,64)
#3A3134
(58,49,52)
#2C2528
(44,37,40)
#1E191C
(30,25,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #9C8588

#9C8588
(156,133,136)
#A59092
(165,144,146)
#AE9B9C
(174,155,156)
#B7A6A6
(183,166,166)
#C0B1B0
(192,177,176)
#C9BCBA
(201,188,186)
#D2C7C4
(210,199,196)
#DBD2CE
(219,210,206)
#E4DDD8
(228,221,216)
#EDE8E2
(237,232,226)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8588 color. Also use rgb(156,133,136) instead hex code.

Text Font Color

.myTextColor { color: #9C8588; }

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

This text font color is #9C8588.

Background Color

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

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

This div background color is #9C8588.

Border color

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

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

This div border color is #9C8588.

Opacity

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

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

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

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

This text has shadow with #9C8588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8588.

Preview

Color preview on black background

This text has color #9C8588 on black background.


Color preview on white background

This text has color #9C8588 on white background.


Black color preview on #9C8588 background

This text has black color on #9C8588 background.


White color preview on #9C8588 background

This text has white color on #9C8588 background.


Related colors

Complementary color

Complementary color for #hex is #637A77.


I love getcolorcode.com

Triadic colors

1 #889C85 and #85889C with #9C8588 are triadic colors.

2 #88859C and #859C88 with #9C8588 are triadic colors.