COLOR #9C7E82

HEX: #9C7E82 RGB: (156,126,130)

Color info

#9C7E82 contains red, green and blue colors in about the same proportion. Web safe color of #9C7E82 is #996699 (or #969).

RGB color model

#9C7E82 color RGB value is (156,126,130).

RGB: (156,126,130) (61%, 49%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 130 of 255 = 51%

156
126
130

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 130 = 412 (100%)
R 156 of 412 ~ 37.86%
G 126 of 412 ~ 30.58%
B 130 of 412 ~ 31.55'%

%37.86
%30.58
%31.55

CMYK color model

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

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

CMYK: (0,19,17,39)
C0M19Y17K39 (0%, 19%, 17%, 39%)
(0.00 / 0.19 / 0.17 / 0.39)

CMYK percentages

%0
%19.23
%16.67
%38.82

Codes

Color #9C7E82 in popluar color models

9C 7E 82
RGB 156 126 130
HSL 352° 13.16% 55.29%
HSB/HSV 352° 19.23% 61.18%
CMYK 0.00% 19.23% 16.67%
38.82%

Color #9C7E82 in popluar number systems.

HEX 9C 7E 82
Decimal 156 126 130
Binary 10011100 1111110 10000010
Octal 234 176 202

Shades and tints

Shades of #9C7E82

#9C7E82
(156,126,130)
#8E7377
(142,115,119)
#80686C
(128,104,108)
#725D61
(114,93,97)
#645256
(100,82,86)
#56474B
(86,71,75)
#483C40
(72,60,64)
#3A3135
(58,49,53)
#2C262A
(44,38,42)
#1E1B1F
(30,27,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #9C7E82

#9C7E82
(156,126,130)
#A5898D
(165,137,141)
#AE9498
(174,148,152)
#B79FA3
(183,159,163)
#C0AAAE
(192,170,174)
#C9B5B9
(201,181,185)
#D2C0C4
(210,192,196)
#DBCBCF
(219,203,207)
#E4D6DA
(228,214,218)
#EDE1E5
(237,225,229)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7E82; }

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

This text font color is #9C7E82.

Background Color

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

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

This div background color is #9C7E82.

Border color

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

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

This div border color is #9C7E82.

Opacity

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

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

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

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

This text has shadow with #9C7E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7E82.

Preview

Color preview on black background

This text has color #9C7E82 on black background.


Color preview on white background

This text has color #9C7E82 on white background.


Black color preview on #9C7E82 background

This text has black color on #9C7E82 background.


White color preview on #9C7E82 background

This text has white color on #9C7E82 background.


Related colors

Complementary color

Complementary color for #hex is #63817D.


I love getcolorcode.com

Triadic colors

1 #829C7E and #7E829C with #9C7E82 are triadic colors.

2 #827E9C and #7E9C82 with #9C7E82 are triadic colors.