COLOR #977D8C

HEX: #977D8C
RGB: (151,125,140)

Color info

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

RGB color model

#977D8C color RGB value is (151,125,140).

  • red value is 151;
  • green value is 125;
  • blue value is 140.
RGB:
(151,125,140)
(59%,49%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 125 of 255 = 49%
B 140 of 255 = 55%

151
125
140

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

Portions of RGB colors in percentages

R + G + B =
151 + 125 + 140 = 416 (100%)
R 151 of 416 ~ 36.3%
G 125 of 416 ~ 30.05%
B 140 of 416 ~ 33.65%

%36.3
%30.05
%33.65

CMYK color model

#977D8C color CMYK value is (0,17,7,41).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(0,17,7,41)
C0M17Y7K41 
(0%,17%,7%,41%)
(0.00/0.17/0.07/0.41)	

CMYK percentages

%0
%17.22
%7.28
%40.78

Codes

Color #977D8C in popluar color models

977D8C
RGB151125140
HSL325°11.11%54.12%
HSB/HSV325°17.22%59.22%
CMYK0.00%17.22%7.28%
40.78%

Color #977D8C in popluar number systems.

HEX977D8C
Decimal151125140
Binary10010111111110110001100
Octal227175214

Shades and tints

Shades of #977D8C

#977D8C
(151,125,140)
#8A7280
(138,114,128)
#7D6774
(125,103,116)
#705C68
(112,92,104)
#63515C
(99,81,92)
#564650
(86,70,80)
#493B44
(73,59,68)
#3C3038
(60,48,56)
#2F252C
(47,37,44)
#221A20
(34,26,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #977D8C

#977D8C
(151,125,140)
#A08896
(160,136,150)
#A993A0
(169,147,160)
#B29EAA
(178,158,170)
#BBA9B4
(187,169,180)
#C4B4BE
(196,180,190)
#CDBFC8
(205,191,200)
#D6CAD2
(214,202,210)
#DFD5DC
(223,213,220)
#E8E0E6
(232,224,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977D8C color. Also use rgb(151,125,140) instead hex code.

Text Font Color

.myTextColor { color: #977D8C; }

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

This text font color is #977D8C.


Background Color

.myBgColor { background-color: #977D8C; }

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

This div background color is #977D8C.


Border color

.myBorderColor { border: 1px solid #977D8C; }

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

This div border color is #977D8C.


Opacity

.myOpacity80 { color: #977D8C; opacity: 0.8; }

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

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

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

This text has shadow with #977D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977D8C on black background.


Color preview on white background

This text has color #977D8C on white background.



Black color preview on #977D8C background

This text has black color on #977D8C background.


White color preview on #977D8C background

This text has white color on #977D8C background.