COLOR #977A8E

HEX: #977A8E
RGB: (151,122,142)

Color info

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

RGB color model

#977A8E color RGB value is (151,122,142).

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

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 142 of 255 = 56%

151
122
142

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

Portions of RGB colors in percentages

R + G + B =
151 + 122 + 142 = 415 (100%)
R 151 of 415 ~ 36.39%
G 122 of 415 ~ 29.4%
B 142 of 415 ~ 34.22%

%36.39
%29.4
%34.22

CMYK color model

#977A8E color CMYK value is (0,19,6,41).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(0,19,6,41)
C0M19Y6K41 
(0%,19%,6%,41%)
(0.00/0.19/0.06/0.41)	

CMYK percentages

%0
%19.21
%5.96
%40.78

Codes

Color #977A8E in popluar color models

977A8E
RGB151122142
HSL319°12.24%53.53%
HSB/HSV319°19.21%59.22%
CMYK0.00%19.21%5.96%
40.78%

Color #977A8E in popluar number systems.

HEX977A8E
Decimal151122142
Binary10010111111101010001110
Octal227172216

Shades and tints

Shades of #977A8E

#977A8E
(151,122,142)
#8A6F82
(138,111,130)
#7D6476
(125,100,118)
#70596A
(112,89,106)
#634E5E
(99,78,94)
#564352
(86,67,82)
#493846
(73,56,70)
#3C2D3A
(60,45,58)
#2F222E
(47,34,46)
#221722
(34,23,34)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #977A8E

#977A8E
(151,122,142)
#A08698
(160,134,152)
#A992A2
(169,146,162)
#B29EAC
(178,158,172)
#BBAAB6
(187,170,182)
#C4B6C0
(196,182,192)
#CDC2CA
(205,194,202)
#D6CED4
(214,206,212)
#DFDADE
(223,218,222)
#E8E6E8
(232,230,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977A8E color. Also use rgb(151,122,142) instead hex code.

Text Font Color

.myTextColor { color: #977A8E; }

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

This text font color is #977A8E.


Background Color

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

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

This div background color is #977A8E.


Border color

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

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

This div border color is #977A8E.


Opacity

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

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

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

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

This text has shadow with #977A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977A8E on black background.


Color preview on white background

This text has color #977A8E on white background.



Black color preview on #977A8E background

This text has black color on #977A8E background.


White color preview on #977A8E background

This text has white color on #977A8E background.