COLOR #9C897E

HEX: #9C897E RGB: (156,137,126)

Color info

#9C897E contains red, green and blue colors in about the same proportion. Web safe color of #9C897E is #999966 (or #996).

RGB color model

#9C897E color RGB value is (156,137,126).

RGB: (156,137,126) (61%, 54%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 126 of 255 = 49%

156
137
126

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

Portions of RGB colors in percentages

R + G + B = 156 + 137 + 126 = 419 (100%)
R 156 of 419 ~ 37.23%
G 137 of 419 ~ 32.7%
B 126 of 419 ~ 30.07'%

%37.23
%32.7
%30.07

CMYK color model

#9C897E color CMYK value is (0,12,19,39).

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

CMYK: (0,12,19,39)
C0M12Y19K39 (0%, 12%, 19%, 39%)
(0.00 / 0.12 / 0.19 / 0.39)

CMYK percentages

%0
%12.18
%19.23
%38.82

Codes

Color #9C897E in popluar color models

9C 89 7E
RGB 156 137 126
HSL 22° 13.16% 55.29%
HSB/HSV 22° 19.23% 61.18%
CMYK 0.00% 12.18% 19.23%
38.82%

Color #9C897E in popluar number systems.

HEX 9C 89 7E
Decimal 156 137 126
Binary 10011100 10001001 1111110
Octal 234 211 176

Shades and tints

Shades of #9C897E

#9C897E
(156,137,126)
#8E7D73
(142,125,115)
#807168
(128,113,104)
#72655D
(114,101,93)
#645952
(100,89,82)
#564D47
(86,77,71)
#48413C
(72,65,60)
#3A3531
(58,53,49)
#2C2926
(44,41,38)
#1E1D1B
(30,29,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #9C897E

#9C897E
(156,137,126)
#A59389
(165,147,137)
#AE9D94
(174,157,148)
#B7A79F
(183,167,159)
#C0B1AA
(192,177,170)
#C9BBB5
(201,187,181)
#D2C5C0
(210,197,192)
#DBCFCB
(219,207,203)
#E4D9D6
(228,217,214)
#EDE3E1
(237,227,225)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C897E; }

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

This text font color is #9C897E.

Background Color

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

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

This div background color is #9C897E.

Border color

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

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

This div border color is #9C897E.

Opacity

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

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

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

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

This text has shadow with #9C897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C897E.

Preview

Color preview on black background

This text has color #9C897E on black background.


Color preview on white background

This text has color #9C897E on white background.


Black color preview on #9C897E background

This text has black color on #9C897E background.


White color preview on #9C897E background

This text has white color on #9C897E background.


Related colors

Complementary color

Complementary color for #hex is #637681.


I love getcolorcode.com

Triadic colors

1 #7E9C89 and #897E9C with #9C897E are triadic colors.

2 #7E899C and #899C7E with #9C897E are triadic colors.