COLOR #9C7D8E

HEX: #9C7D8E RGB: (156,125,142)

Color info

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

RGB color model

#9C7D8E color RGB value is (156,125,142).

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

RGB channels and saturation

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

156
125
142

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

Portions of RGB colors in percentages

R + G + B = 156 + 125 + 142 = 423 (100%)
R 156 of 423 ~ 36.88%
G 125 of 423 ~ 29.55%
B 142 of 423 ~ 33.57'%

%36.88
%29.55
%33.57

CMYK color model

#9C7D8E color CMYK value is (0,20,9,39).

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

CMYK: (0,20,9,39)
C0M20Y9K39 (0%, 20%, 9%, 39%)
(0.00 / 0.20 / 0.09 / 0.39)

CMYK percentages

%0
%19.87
%8.97
%38.82

Codes

Color #9C7D8E in popluar color models

9C 7D 8E
RGB 156 125 142
HSL 327° 13.54% 55.10%
HSB/HSV 327° 19.87% 61.18%
CMYK 0.00% 19.87% 8.97%
38.82%

Color #9C7D8E in popluar number systems.

HEX 9C 7D 8E
Decimal 156 125 142
Binary 10011100 1111101 10001110
Octal 234 175 216

Shades and tints

Shades of #9C7D8E

#9C7D8E
(156,125,142)
#8E7282
(142,114,130)
#806776
(128,103,118)
#725C6A
(114,92,106)
#64515E
(100,81,94)
#564652
(86,70,82)
#483B46
(72,59,70)
#3A303A
(58,48,58)
#2C252E
(44,37,46)
#1E1A22
(30,26,34)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #9C7D8E

#9C7D8E
(156,125,142)
#A58898
(165,136,152)
#AE93A2
(174,147,162)
#B79EAC
(183,158,172)
#C0A9B6
(192,169,182)
#C9B4C0
(201,180,192)
#D2BFCA
(210,191,202)
#DBCAD4
(219,202,212)
#E4D5DE
(228,213,222)
#EDE0E8
(237,224,232)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7D8E; }

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

This text font color is #9C7D8E.

Background Color

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

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

This div background color is #9C7D8E.

Border color

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

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

This div border color is #9C7D8E.

Opacity

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

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

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

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

This text has shadow with #9C7D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7D8E.

Preview

Color preview on black background

This text has color #9C7D8E on black background.


Color preview on white background

This text has color #9C7D8E on white background.


Black color preview on #9C7D8E background

This text has black color on #9C7D8E background.


White color preview on #9C7D8E background

This text has white color on #9C7D8E background.


Related colors

Complementary color

Complementary color for #hex is #638271.


I love getcolorcode.com

Triadic colors

1 #8E9C7D and #7D8E9C with #9C7D8E are triadic colors.

2 #8E7D9C and #7D9C8E with #9C7D8E are triadic colors.