COLOR #9C788A

HEX: #9C788A
RGB: (156,120,138)

Color info

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

RGB color model

#9C788A color RGB value is (156,120,138).

  • red value is 156;
  • green value is 120;
  • blue value is 138.
RGB:
(156,120,138)
(61%,47%,54%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 138 of 255 = 54%

156
120
138

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

Portions of RGB colors in percentages

R + G + B =
156 + 120 + 138 = 414 (100%)
R 156 of 414 ~ 37.68%
G 120 of 414 ~ 28.99%
B 138 of 414 ~ 33.33%

%37.68
%28.99
%33.33

CMYK color model

#9C788A color CMYK value is (0,23,12,39).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(0,23,12,39)
C0M23Y12K39 
(0%,23%,12%,39%)
(0.00/0.23/0.12/0.39)	

CMYK percentages

%0
%23.08
%11.54
%38.82

Codes

Color #9C788A in popluar color models

9C788A
RGB156120138
HSL330°15.38%54.12%
HSB/HSV330°23.08%61.18%
CMYK0.00%23.08%11.54%
38.82%

Color #9C788A in popluar number systems.

HEX9C788A
Decimal156120138
Binary10011100111100010001010
Octal234170212

Shades and tints

Shades of #9C788A

#9C788A
(156,120,138)
#8E6E7E
(142,110,126)
#806472
(128,100,114)
#725A66
(114,90,102)
#64505A
(100,80,90)
#56464E
(86,70,78)
#483C42
(72,60,66)
#3A3236
(58,50,54)
#2C282A
(44,40,42)
#1E1E1E
(30,30,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #9C788A

#9C788A
(156,120,138)
#A58494
(165,132,148)
#AE909E
(174,144,158)
#B79CA8
(183,156,168)
#C0A8B2
(192,168,178)
#C9B4BC
(201,180,188)
#D2C0C6
(210,192,198)
#DBCCD0
(219,204,208)
#E4D8DA
(228,216,218)
#EDE4E4
(237,228,228)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C788A; }

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

This text font color is #9C788A.


Background Color

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

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

This div background color is #9C788A.


Border color

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

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

This div border color is #9C788A.


Opacity

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

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

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

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

This text has shadow with #9C788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C788A on black background.


Color preview on white background

This text has color #9C788A on white background.



Black color preview on #9C788A background

This text has black color on #9C788A background.


White color preview on #9C788A background

This text has white color on #9C788A background.