COLOR #9C718A

HEX: #9C718A RGB: (156,113,138)

Color info

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

RGB color model

#9C718A color RGB value is (156,113,138).

RGB: (156,113,138) (61%, 44%, 54%)

RGB channels and saturation

R 156 of 255 = 61%
G 113 of 255 = 44%
B 138 of 255 = 54%

156
113
138

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

Portions of RGB colors in percentages

R + G + B = 156 + 113 + 138 = 407 (100%)
R 156 of 407 ~ 38.33%
G 113 of 407 ~ 27.76%
B 138 of 407 ~ 33.91'%

%38.33
%27.76
%33.91

CMYK color model

#9C718A color CMYK value is (0,28,12,39).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 11.54%
  • key color value is 38.82%

CMYK: (0,28,12,39)
C0M28Y12K39 (0%, 28%, 12%, 39%)
(0.00 / 0.28 / 0.12 / 0.39)

CMYK percentages

%0
%27.56
%11.54
%38.82

Codes

Color #9C718A in popluar color models

9C 71 8A
RGB 156 113 138
HSL 325° 17.84% 52.75%
HSB/HSV 325° 27.56% 61.18%
CMYK 0.00% 27.56% 11.54%
38.82%

Color #9C718A in popluar number systems.

HEX 9C 71 8A
Decimal 156 113 138
Binary 10011100 1110001 10001010
Octal 234 161 212

Shades and tints

Shades of #9C718A

#9C718A
(156,113,138)
#8E677E
(142,103,126)
#805D72
(128,93,114)
#725366
(114,83,102)
#64495A
(100,73,90)
#563F4E
(86,63,78)
#483542
(72,53,66)
#3A2B36
(58,43,54)
#2C212A
(44,33,42)
#1E171E
(30,23,30)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #9C718A

#9C718A
(156,113,138)
#A57D94
(165,125,148)
#AE899E
(174,137,158)
#B795A8
(183,149,168)
#C0A1B2
(192,161,178)
#C9ADBC
(201,173,188)
#D2B9C6
(210,185,198)
#DBC5D0
(219,197,208)
#E4D1DA
(228,209,218)
#EDDDE4
(237,221,228)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C718A color. Also use rgb(156,113,138) instead hex code.

Text Font Color

.myTextColor { color: #9C718A; }

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

This text font color is #9C718A.

Background Color

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

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

This div background color is #9C718A.

Border color

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

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

This div border color is #9C718A.

Opacity

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

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

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

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

This text has shadow with #9C718A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C718A.

Preview

Color preview on black background

This text has color #9C718A on black background.


Color preview on white background

This text has color #9C718A on white background.


Black color preview on #9C718A background

This text has black color on #9C718A background.


White color preview on #9C718A background

This text has white color on #9C718A background.


Related colors

Complementary color

Complementary color for #hex is #638E75.


I love getcolorcode.com

Triadic colors

1 #8A9C71 and #718A9C with #9C718A are triadic colors.

2 #8A719C and #719C8A with #9C718A are triadic colors.