COLOR #977A99

HEX: #977A99 RGB: (151,122,153)

Color info

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

RGB color model

#977A99 color RGB value is (151,122,153).

RGB: (151,122,153) (59%, 48%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 153 of 255 = 60%

151
122
153

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

Portions of RGB colors in percentages

R + G + B = 151 + 122 + 153 = 426 (100%)
R 151 of 426 ~ 35.45%
G 122 of 426 ~ 28.64%
B 153 of 426 ~ 35.92'%

%35.45
%28.64
%35.92

CMYK color model

#977A99 color CMYK value is (1,20,0,40).

  • cyan value is 1.31%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (1,20,0,40) C1M20Y0K40 (1%,20%,0%,40%) (0.01/0.20/0.00/0.40) 

CMYK percentages

%1.31
%20.26
%0
%40

Codes

Color #977A99 in popluar color models

97 7A 99
RGB 151 122 153
HSL 296° 13.19% 53.92%
HSB/HSV 296° 20.26% 60.00%
CMYK 1.31% 20.26% 0.00%
40.00%

Color #977A99 in popluar number systems.

HEX 97 7A 99
Decimal 151 122 153
Binary 10010111 1111010 10011001
Octal 227 172 231

Shades and tints

Shades of #977A99

#977A99
(151,122,153)
#8A6F8C
(138,111,140)
#7D647F
(125,100,127)
#705972
(112,89,114)
#634E65
(99,78,101)
#564358
(86,67,88)
#49384B
(73,56,75)
#3C2D3E
(60,45,62)
#2F2231
(47,34,49)
#221724
(34,23,36)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #977A99

#977A99
(151,122,153)
#A086A2
(160,134,162)
#A992AB
(169,146,171)
#B29EB4
(178,158,180)
#BBAABD
(187,170,189)
#C4B6C6
(196,182,198)
#CDC2CF
(205,194,207)
#D6CED8
(214,206,216)
#DFDAE1
(223,218,225)
#E8E6EA
(232,230,234)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977A99; }

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

This text font color is #977A99.

Background Color

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

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

This div background color is #977A99.

Border color

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

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

This div border color is #977A99.

Opacity

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

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

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

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

This text has shadow with #977A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977A99.

Preview

Color preview on black background

This text has color #977A99 on black background.


Color preview on white background

This text has color #977A99 on white background.


Black color preview on #977A99 background

This text has black color on #977A99 background.


White color preview on #977A99 background

This text has white color on #977A99 background.


Related colors

Complementary color

Complementary color for #hex is #688566.


I love getcolorcode.com

Triadic colors

1 #99977A and #7A9997 with #977A99 are triadic colors.

2 #997A97 and #7A9799 with #977A99 are triadic colors.