COLOR #9C788B

HEX: #9C788B RGB: (156,120,139)

Color info

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

RGB color model

#9C788B color RGB value is (156,120,139).

RGB: (156,120,139) (61%, 47%, 55%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 139 of 255 = 55%

156
120
139

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

Portions of RGB colors in percentages

R + G + B = 156 + 120 + 139 = 415 (100%)
R 156 of 415 ~ 37.59%
G 120 of 415 ~ 28.92%
B 139 of 415 ~ 33.49'%

%37.59
%28.92
%33.49

CMYK color model

#9C788B color CMYK value is (0,23,11,39).

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

CMYK: (0,23,11,39)
C0M23Y11K39 (0%, 23%, 11%, 39%)
(0.00 / 0.23 / 0.11 / 0.39)

CMYK percentages

%0
%23.08
%10.9
%38.82

Codes

Color #9C788B in popluar color models

9C 78 8B
RGB 156 120 139
HSL 328° 15.38% 54.12%
HSB/HSV 328° 23.08% 61.18%
CMYK 0.00% 23.08% 10.90%
38.82%

Color #9C788B in popluar number systems.

HEX 9C 78 8B
Decimal 156 120 139
Binary 10011100 1111000 10001011
Octal 234 170 213

Shades and tints

Shades of #9C788B

#9C788B
(156,120,139)
#8E6E7F
(142,110,127)
#806473
(128,100,115)
#725A67
(114,90,103)
#64505B
(100,80,91)
#56464F
(86,70,79)
#483C43
(72,60,67)
#3A3237
(58,50,55)
#2C282B
(44,40,43)
#1E1E1F
(30,30,31)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #9C788B

#9C788B
(156,120,139)
#A58495
(165,132,149)
#AE909F
(174,144,159)
#B79CA9
(183,156,169)
#C0A8B3
(192,168,179)
#C9B4BD
(201,180,189)
#D2C0C7
(210,192,199)
#DBCCD1
(219,204,209)
#E4D8DB
(228,216,219)
#EDE4E5
(237,228,229)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C788B; }

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

This text font color is #9C788B.

Background Color

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

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

This div background color is #9C788B.

Border color

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

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

This div border color is #9C788B.

Opacity

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

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

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

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

This text has shadow with #9C788B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C788B.

Preview

Color preview on black background

This text has color #9C788B on black background.


Color preview on white background

This text has color #9C788B on white background.


Black color preview on #9C788B background

This text has black color on #9C788B background.


White color preview on #9C788B background

This text has white color on #9C788B background.


Related colors

Complementary color

Complementary color for #hex is #638774.


I love getcolorcode.com

Triadic colors

1 #8B9C78 and #788B9C with #9C788B are triadic colors.

2 #8B789C and #789C8B with #9C788B are triadic colors.