COLOR #977180

HEX: #977180
RGB: (151,113,128)

Color info

#977180 contains red, green and blue colors in about the same proportion. Web safe color of #977180 is #996666 (or #966).

RGB color model

#977180 color RGB value is (151,113,128).

  • red value is 151;
  • green value is 113;
  • blue value is 128.
RGB:
(151,113,128)
(59%,44%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 113 of 255 = 44%
B 128 of 255 = 50%

151
113
128

R + G + B ~ 51%. #977180 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 113 + 128 = 392 (100%)
R 151 of 392 ~ 38.52%
G 113 of 392 ~ 28.83%
B 128 of 392 ~ 32.65%

%38.52
%28.83
%32.65

CMYK color model

#977180 color CMYK value is (0,25,15,41).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 15.23%
  • key color value is 40.78%
CMYK:
(0,25,15,41)
C0M25Y15K41 
(0%,25%,15%,41%)
(0.00/0.25/0.15/0.41)	

CMYK percentages

%0
%25.17
%15.23
%40.78

Codes

Color #977180 in popluar color models

977180
RGB151113128
HSL336°15.45%51.76%
HSB/HSV336°25.17%59.22%
CMYK0.00%25.17%15.23%
40.78%

Color #977180 in popluar number systems.

HEX977180
Decimal151113128
Binary10010111111000110000000
Octal227161200

Shades and tints

Shades of #977180

#977180
(151,113,128)
#8A6775
(138,103,117)
#7D5D6A
(125,93,106)
#70535F
(112,83,95)
#634954
(99,73,84)
#563F49
(86,63,73)
#49353E
(73,53,62)
#3C2B33
(60,43,51)
#2F2128
(47,33,40)
#22171D
(34,23,29)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #977180

#977180
(151,113,128)
#A07D8B
(160,125,139)
#A98996
(169,137,150)
#B295A1
(178,149,161)
#BBA1AC
(187,161,172)
#C4ADB7
(196,173,183)
#CDB9C2
(205,185,194)
#D6C5CD
(214,197,205)
#DFD1D8
(223,209,216)
#E8DDE3
(232,221,227)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977180 color. Also use rgb(151,113,128) instead hex code.

Text Font Color

.myTextColor { color: #977180; }

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

This text font color is #977180.


Background Color

.myBgColor { background-color: #977180; }

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

This div background color is #977180.


Border color

.myBorderColor { border: 1px solid #977180; }

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

This div border color is #977180.


Opacity

.myOpacity80 { color: #977180; opacity: 0.8; }

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

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

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

This text has shadow with #977180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977180 on black background.


Color preview on white background

This text has color #977180 on white background.



Black color preview on #977180 background

This text has black color on #977180 background.


White color preview on #977180 background

This text has white color on #977180 background.