COLOR #9C7E83

HEX: #9C7E83 RGB: (156,126,131)

Color info

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

RGB color model

#9C7E83 color RGB value is (156,126,131).

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

RGB channels and saturation

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

156
126
131

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 131 = 413 (100%)
R 156 of 413 ~ 37.77%
G 126 of 413 ~ 30.51%
B 131 of 413 ~ 31.72'%

%37.77
%30.51
%31.72

CMYK color model

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

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

CMYK: (0,19,16,39)
C0M19Y16K39 (0%, 19%, 16%, 39%)
(0.00 / 0.19 / 0.16 / 0.39)

CMYK percentages

%0
%19.23
%16.03
%38.82

Codes

Color #9C7E83 in popluar color models

9C 7E 83
RGB 156 126 131
HSL 350° 13.16% 55.29%
HSB/HSV 350° 19.23% 61.18%
CMYK 0.00% 19.23% 16.03%
38.82%

Color #9C7E83 in popluar number systems.

HEX 9C 7E 83
Decimal 156 126 131
Binary 10011100 1111110 10000011
Octal 234 176 203

Shades and tints

Shades of #9C7E83

#9C7E83
(156,126,131)
#8E7378
(142,115,120)
#80686D
(128,104,109)
#725D62
(114,93,98)
#645257
(100,82,87)
#56474C
(86,71,76)
#483C41
(72,60,65)
#3A3136
(58,49,54)
#2C262B
(44,38,43)
#1E1B20
(30,27,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #9C7E83

#9C7E83
(156,126,131)
#A5898E
(165,137,142)
#AE9499
(174,148,153)
#B79FA4
(183,159,164)
#C0AAAF
(192,170,175)
#C9B5BA
(201,181,186)
#D2C0C5
(210,192,197)
#DBCBD0
(219,203,208)
#E4D6DB
(228,214,219)
#EDE1E6
(237,225,230)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7E83; }

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

This text font color is #9C7E83.

Background Color

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

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

This div background color is #9C7E83.

Border color

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

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

This div border color is #9C7E83.

Opacity

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

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

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

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

This text has shadow with #9C7E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7E83.

Preview

Color preview on black background

This text has color #9C7E83 on black background.


Color preview on white background

This text has color #9C7E83 on white background.


Black color preview on #9C7E83 background

This text has black color on #9C7E83 background.


White color preview on #9C7E83 background

This text has white color on #9C7E83 background.


Related colors

Complementary color

Complementary color for #hex is #63817C.


I love getcolorcode.com

Triadic colors

1 #839C7E and #7E839C with #9C7E83 are triadic colors.

2 #837E9C and #7E9C83 with #9C7E83 are triadic colors.