COLOR #9C789B

HEX: #9C789B RGB: (156,120,155)

Color info

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

RGB color model

#9C789B color RGB value is (156,120,155).

RGB: (156,120,155) (61%, 47%, 61%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 155 of 255 = 61%

156
120
155

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

Portions of RGB colors in percentages

R + G + B = 156 + 120 + 155 = 431 (100%)
R 156 of 431 ~ 36.19%
G 120 of 431 ~ 27.84%
B 155 of 431 ~ 35.96'%

%36.19
%27.84
%35.96

CMYK color model

#9C789B color CMYK value is (0,23,1,39).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 0.64%
  • key color value is 38.82%

CMYK: (0,23,1,39)
C0M23Y1K39 (0%, 23%, 1%, 39%)
(0.00 / 0.23 / 0.01 / 0.39)

CMYK percentages

%0
%23.08
%0.64
%38.82

Codes

Color #9C789B in popluar color models

9C 78 9B
RGB 156 120 155
HSL 302° 15.38% 54.12%
HSB/HSV 302° 23.08% 61.18%
CMYK 0.00% 23.08% 0.64%
38.82%

Color #9C789B in popluar number systems.

HEX 9C 78 9B
Decimal 156 120 155
Binary 10011100 1111000 10011011
Octal 234 170 233

Shades and tints

Shades of #9C789B

#9C789B
(156,120,155)
#8E6E8D
(142,110,141)
#80647F
(128,100,127)
#725A71
(114,90,113)
#645063
(100,80,99)
#564655
(86,70,85)
#483C47
(72,60,71)
#3A3239
(58,50,57)
#2C282B
(44,40,43)
#1E1E1D
(30,30,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #9C789B

#9C789B
(156,120,155)
#A584A4
(165,132,164)
#AE90AD
(174,144,173)
#B79CB6
(183,156,182)
#C0A8BF
(192,168,191)
#C9B4C8
(201,180,200)
#D2C0D1
(210,192,209)
#DBCCDA
(219,204,218)
#E4D8E3
(228,216,227)
#EDE4EC
(237,228,236)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C789B color. Also use rgb(156,120,155) instead hex code.

Text Font Color

.myTextColor { color: #9C789B; }

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

This text font color is #9C789B.

Background Color

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

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

This div background color is #9C789B.

Border color

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

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

This div border color is #9C789B.

Opacity

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

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

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

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

This text has shadow with #9C789B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C789B.

Preview

Color preview on black background

This text has color #9C789B on black background.


Color preview on white background

This text has color #9C789B on white background.


Black color preview on #9C789B background

This text has black color on #9C789B background.


White color preview on #9C789B background

This text has white color on #9C789B background.


Related colors

Complementary color

Complementary color for #hex is #638764.


I love getcolorcode.com

Triadic colors

1 #9B9C78 and #789B9C with #9C789B are triadic colors.

2 #9B789C and #789C9B with #9C789B are triadic colors.