COLOR #9C7F90

HEX: #9C7F90
RGB: (156,127,144)

Color info

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

RGB color model

#9C7F90 color RGB value is (156,127,144).

  • red value is 156;
  • green value is 127;
  • blue value is 144.
RGB:
(156,127,144)
(61%,50%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 144 of 255 = 56%

156
127
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 127 + 144 = 427 (100%)
R 156 of 427 ~ 36.53%
G 127 of 427 ~ 29.74%
B 144 of 427 ~ 33.72%

%36.53
%29.74
%33.72

CMYK color model

#9C7F90 color CMYK value is (0,19,8,39).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,19,8,39)
C0M19Y8K39 
(0%,19%,8%,39%)
(0.00/0.19/0.08/0.39)	

CMYK percentages

%0
%18.59
%7.69
%38.82

Codes

Color #9C7F90 in popluar color models

9C7F90
RGB156127144
HSL325°12.78%55.49%
HSB/HSV325°18.59%61.18%
CMYK0.00%18.59%7.69%
38.82%

Color #9C7F90 in popluar number systems.

HEX9C7F90
Decimal156127144
Binary10011100111111110010000
Octal234177220

Shades and tints

Shades of #9C7F90

#9C7F90
(156,127,144)
#8E7483
(142,116,131)
#806976
(128,105,118)
#725E69
(114,94,105)
#64535C
(100,83,92)
#56484F
(86,72,79)
#483D42
(72,61,66)
#3A3235
(58,50,53)
#2C2728
(44,39,40)
#1E1C1B
(30,28,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #9C7F90

#9C7F90
(156,127,144)
#A58A9A
(165,138,154)
#AE95A4
(174,149,164)
#B7A0AE
(183,160,174)
#C0ABB8
(192,171,184)
#C9B6C2
(201,182,194)
#D2C1CC
(210,193,204)
#DBCCD6
(219,204,214)
#E4D7E0
(228,215,224)
#EDE2EA
(237,226,234)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7F90 color. Also use rgb(156,127,144) instead hex code.

Text Font Color

.myTextColor { color: #9C7F90; }

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

This text font color is #9C7F90.


Background Color

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

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

This div background color is #9C7F90.


Border color

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

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

This div border color is #9C7F90.


Opacity

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

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

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

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

This text has shadow with #9C7F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7F90 on black background.


Color preview on white background

This text has color #9C7F90 on white background.



Black color preview on #9C7F90 background

This text has black color on #9C7F90 background.


White color preview on #9C7F90 background

This text has white color on #9C7F90 background.