COLOR #9C8E7E

HEX: #9C8E7E RGB: (156,142,126)

Color info

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

RGB color model

#9C8E7E color RGB value is (156,142,126).

RGB: (156,142,126) (61%, 56%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 142 of 255 = 56%
B 126 of 255 = 49%

156
142
126

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

Portions of RGB colors in percentages

R + G + B = 156 + 142 + 126 = 424 (100%)
R 156 of 424 ~ 36.79%
G 142 of 424 ~ 33.49%
B 126 of 424 ~ 29.72'%

%36.79
%33.49
%29.72

CMYK color model

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

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

CMYK: (0,9,19,39)
C0M9Y19K39 (0%, 9%, 19%, 39%)
(0.00 / 0.09 / 0.19 / 0.39)

CMYK percentages

%0
%8.97
%19.23
%38.82

Codes

Color #9C8E7E in popluar color models

9C 8E 7E
RGB 156 142 126
HSL 32° 13.16% 55.29%
HSB/HSV 32° 19.23% 61.18%
CMYK 0.00% 8.97% 19.23%
38.82%

Color #9C8E7E in popluar number systems.

HEX 9C 8E 7E
Decimal 156 142 126
Binary 10011100 10001110 1111110
Octal 234 216 176

Shades and tints

Shades of #9C8E7E

#9C8E7E
(156,142,126)
#8E8273
(142,130,115)
#807668
(128,118,104)
#726A5D
(114,106,93)
#645E52
(100,94,82)
#565247
(86,82,71)
#48463C
(72,70,60)
#3A3A31
(58,58,49)
#2C2E26
(44,46,38)
#1E221B
(30,34,27)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #9C8E7E

#9C8E7E
(156,142,126)
#A59889
(165,152,137)
#AEA294
(174,162,148)
#B7AC9F
(183,172,159)
#C0B6AA
(192,182,170)
#C9C0B5
(201,192,181)
#D2CAC0
(210,202,192)
#DBD4CB
(219,212,203)
#E4DED6
(228,222,214)
#EDE8E1
(237,232,225)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8E7E; }

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

This text font color is #9C8E7E.

Background Color

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

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

This div background color is #9C8E7E.

Border color

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

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

This div border color is #9C8E7E.

Opacity

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

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

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

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

This text has shadow with #9C8E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8E7E.

Preview

Color preview on black background

This text has color #9C8E7E on black background.


Color preview on white background

This text has color #9C8E7E on white background.


Black color preview on #9C8E7E background

This text has black color on #9C8E7E background.


White color preview on #9C8E7E background

This text has white color on #9C8E7E background.


Related colors

Complementary color

Complementary color for #hex is #637181.


I love getcolorcode.com

Triadic colors

1 #7E9C8E and #8E7E9C with #9C8E7E are triadic colors.

2 #7E8E9C and #8E9C7E with #9C8E7E are triadic colors.