COLOR #977380

HEX: #977380
RGB: (151,115,128)

Color info

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

RGB color model

#977380 color RGB value is (151,115,128).

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

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 128 of 255 = 50%

151
115
128

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 128 = 394 (100%)
R 151 of 394 ~ 38.32%
G 115 of 394 ~ 29.19%
B 128 of 394 ~ 32.49%

%38.32
%29.19
%32.49

CMYK color model

#977380 color CMYK value is (0,24,15,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 15.23%
  • key color value is 40.78%
CMYK:
(0,24,15,41)
C0M24Y15K41 
(0%,24%,15%,41%)
(0.00/0.24/0.15/0.41)	

CMYK percentages

%0
%23.84
%15.23
%40.78

Codes

Color #977380 in popluar color models

977380
RGB151115128
HSL338°14.75%52.16%
HSB/HSV338°23.84%59.22%
CMYK0.00%23.84%15.23%
40.78%

Color #977380 in popluar number systems.

HEX977380
Decimal151115128
Binary10010111111001110000000
Octal227163200

Shades and tints

Shades of #977380

#977380
(151,115,128)
#8A6975
(138,105,117)
#7D5F6A
(125,95,106)
#70555F
(112,85,95)
#634B54
(99,75,84)
#564149
(86,65,73)
#49373E
(73,55,62)
#3C2D33
(60,45,51)
#2F2328
(47,35,40)
#22191D
(34,25,29)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #977380

#977380
(151,115,128)
#A07F8B
(160,127,139)
#A98B96
(169,139,150)
#B297A1
(178,151,161)
#BBA3AC
(187,163,172)
#C4AFB7
(196,175,183)
#CDBBC2
(205,187,194)
#D6C7CD
(214,199,205)
#DFD3D8
(223,211,216)
#E8DFE3
(232,223,227)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977380; }

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

This text font color is #977380.


Background Color

.myBgColor { background-color: #977380; }

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

This div background color is #977380.


Border color

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

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

This div border color is #977380.


Opacity

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

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

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

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

This text has shadow with #977380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977380 on black background.


Color preview on white background

This text has color #977380 on white background.



Black color preview on #977380 background

This text has black color on #977380 background.


White color preview on #977380 background

This text has white color on #977380 background.