COLOR #9C7895

HEX: #9C7895
RGB: (156,120,149)

Color info

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

RGB color model

#9C7895 color RGB value is (156,120,149).

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

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 149 of 255 = 58%

156
120
149

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

Portions of RGB colors in percentages

R + G + B =
156 + 120 + 149 = 425 (100%)
R 156 of 425 ~ 36.71%
G 120 of 425 ~ 28.24%
B 149 of 425 ~ 35.06%

%36.71
%28.24
%35.06

CMYK color model

#9C7895 color CMYK value is (0,23,4,39).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(0,23,4,39)
C0M23Y4K39 
(0%,23%,4%,39%)
(0.00/0.23/0.04/0.39)	

CMYK percentages

%0
%23.08
%4.49
%38.82

Codes

Color #9C7895 in popluar color models

9C7895
RGB156120149
HSL312°15.38%54.12%
HSB/HSV312°23.08%61.18%
CMYK0.00%23.08%4.49%
38.82%

Color #9C7895 in popluar number systems.

HEX9C7895
Decimal156120149
Binary10011100111100010010101
Octal234170225

Shades and tints

Shades of #9C7895

#9C7895
(156,120,149)
#8E6E88
(142,110,136)
#80647B
(128,100,123)
#725A6E
(114,90,110)
#645061
(100,80,97)
#564654
(86,70,84)
#483C47
(72,60,71)
#3A323A
(58,50,58)
#2C282D
(44,40,45)
#1E1E20
(30,30,32)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #9C7895

#9C7895
(156,120,149)
#A5849E
(165,132,158)
#AE90A7
(174,144,167)
#B79CB0
(183,156,176)
#C0A8B9
(192,168,185)
#C9B4C2
(201,180,194)
#D2C0CB
(210,192,203)
#DBCCD4
(219,204,212)
#E4D8DD
(228,216,221)
#EDE4E6
(237,228,230)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7895; }

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

This text font color is #9C7895.


Background Color

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

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

This div background color is #9C7895.


Border color

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

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

This div border color is #9C7895.


Opacity

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

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

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

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

This text has shadow with #9C7895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7895 on black background.


Color preview on white background

This text has color #9C7895 on white background.



Black color preview on #9C7895 background

This text has black color on #9C7895 background.


White color preview on #9C7895 background

This text has white color on #9C7895 background.