COLOR #9C7887

HEX: #9C7887
RGB: (156,120,135)

Color info

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

RGB color model

#9C7887 color RGB value is (156,120,135).

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

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 135 of 255 = 53%

156
120
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 120 + 135 = 411 (100%)
R 156 of 411 ~ 37.96%
G 120 of 411 ~ 29.2%
B 135 of 411 ~ 32.85%

%37.96
%29.2
%32.85

CMYK color model

#9C7887 color CMYK value is (0,23,13,39).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(0,23,13,39)
C0M23Y13K39 
(0%,23%,13%,39%)
(0.00/0.23/0.13/0.39)	

CMYK percentages

%0
%23.08
%13.46
%38.82

Codes

Color #9C7887 in popluar color models

9C7887
RGB156120135
HSL335°15.38%54.12%
HSB/HSV335°23.08%61.18%
CMYK0.00%23.08%13.46%
38.82%

Color #9C7887 in popluar number systems.

HEX9C7887
Decimal156120135
Binary10011100111100010000111
Octal234170207

Shades and tints

Shades of #9C7887

#9C7887
(156,120,135)
#8E6E7B
(142,110,123)
#80646F
(128,100,111)
#725A63
(114,90,99)
#645057
(100,80,87)
#56464B
(86,70,75)
#483C3F
(72,60,63)
#3A3233
(58,50,51)
#2C2827
(44,40,39)
#1E1E1B
(30,30,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #9C7887

#9C7887
(156,120,135)
#A58491
(165,132,145)
#AE909B
(174,144,155)
#B79CA5
(183,156,165)
#C0A8AF
(192,168,175)
#C9B4B9
(201,180,185)
#D2C0C3
(210,192,195)
#DBCCCD
(219,204,205)
#E4D8D7
(228,216,215)
#EDE4E1
(237,228,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7887; }

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

This text font color is #9C7887.


Background Color

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

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

This div background color is #9C7887.


Border color

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

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

This div border color is #9C7887.


Opacity

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

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

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

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

This text has shadow with #9C7887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7887 on black background.


Color preview on white background

This text has color #9C7887 on white background.



Black color preview on #9C7887 background

This text has black color on #9C7887 background.


White color preview on #9C7887 background

This text has white color on #9C7887 background.