COLOR #977B8F

HEX: #977B8F
RGB: (151,123,143)

Color info

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

RGB color model

#977B8F color RGB value is (151,123,143).

  • red value is 151;
  • green value is 123;
  • blue value is 143.
RGB:
(151,123,143)
(59%,48%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 143 of 255 = 56%

151
123
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 123 + 143 = 417 (100%)
R 151 of 417 ~ 36.21%
G 123 of 417 ~ 29.5%
B 143 of 417 ~ 34.29%

%36.21
%29.5
%34.29

CMYK color model

#977B8F color CMYK value is (0,19,5,41).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(0,19,5,41)
C0M19Y5K41 
(0%,19%,5%,41%)
(0.00/0.19/0.05/0.41)	

CMYK percentages

%0
%18.54
%5.3
%40.78

Codes

Color #977B8F in popluar color models

977B8F
RGB151123143
HSL317°11.86%53.73%
HSB/HSV317°18.54%59.22%
CMYK0.00%18.54%5.30%
40.78%

Color #977B8F in popluar number systems.

HEX977B8F
Decimal151123143
Binary10010111111101110001111
Octal227173217

Shades and tints

Shades of #977B8F

#977B8F
(151,123,143)
#8A7082
(138,112,130)
#7D6575
(125,101,117)
#705A68
(112,90,104)
#634F5B
(99,79,91)
#56444E
(86,68,78)
#493941
(73,57,65)
#3C2E34
(60,46,52)
#2F2327
(47,35,39)
#22181A
(34,24,26)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #977B8F

#977B8F
(151,123,143)
#A08799
(160,135,153)
#A993A3
(169,147,163)
#B29FAD
(178,159,173)
#BBABB7
(187,171,183)
#C4B7C1
(196,183,193)
#CDC3CB
(205,195,203)
#D6CFD5
(214,207,213)
#DFDBDF
(223,219,223)
#E8E7E9
(232,231,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977B8F color. Also use rgb(151,123,143) instead hex code.

Text Font Color

.myTextColor { color: #977B8F; }

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

This text font color is #977B8F.


Background Color

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

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

This div background color is #977B8F.


Border color

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

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

This div border color is #977B8F.


Opacity

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

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

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

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

This text has shadow with #977B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977B8F on black background.


Color preview on white background

This text has color #977B8F on white background.



Black color preview on #977B8F background

This text has black color on #977B8F background.


White color preview on #977B8F background

This text has white color on #977B8F background.