COLOR #977C99

HEX: #977C99 RGB: (151,124,153)

Color info

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

RGB color model

#977C99 color RGB value is (151,124,153).

RGB: (151,124,153) (59%, 49%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 153 of 255 = 60%

151
124
153

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

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 153 = 428 (100%)
R 151 of 428 ~ 35.28%
G 124 of 428 ~ 28.97%
B 153 of 428 ~ 35.75'%

%35.28
%28.97
%35.75

CMYK color model

#977C99 color CMYK value is (1,19,0,40).

  • cyan value is 1.31%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (1,19,0,40) C1M19Y0K40 (1%,19%,0%,40%) (0.01/0.19/0.00/0.40) 

CMYK percentages

%1.31
%18.95
%0
%40

Codes

Color #977C99 in popluar color models

97 7C 99
RGB 151 124 153
HSL 296° 12.45% 54.31%
HSB/HSV 296° 18.95% 60.00%
CMYK 1.31% 18.95% 0.00%
40.00%

Color #977C99 in popluar number systems.

HEX 97 7C 99
Decimal 151 124 153
Binary 10010111 1111100 10011001
Octal 227 174 231

Shades and tints

Shades of #977C99

#977C99
(151,124,153)
#8A718C
(138,113,140)
#7D667F
(125,102,127)
#705B72
(112,91,114)
#635065
(99,80,101)
#564558
(86,69,88)
#493A4B
(73,58,75)
#3C2F3E
(60,47,62)
#2F2431
(47,36,49)
#221924
(34,25,36)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #977C99

#977C99
(151,124,153)
#A087A2
(160,135,162)
#A992AB
(169,146,171)
#B29DB4
(178,157,180)
#BBA8BD
(187,168,189)
#C4B3C6
(196,179,198)
#CDBECF
(205,190,207)
#D6C9D8
(214,201,216)
#DFD4E1
(223,212,225)
#E8DFEA
(232,223,234)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977C99; }

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

This text font color is #977C99.

Background Color

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

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

This div background color is #977C99.

Border color

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

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

This div border color is #977C99.

Opacity

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

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

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

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

This text has shadow with #977C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977C99.

Preview

Color preview on black background

This text has color #977C99 on black background.


Color preview on white background

This text has color #977C99 on white background.


Black color preview on #977C99 background

This text has black color on #977C99 background.


White color preview on #977C99 background

This text has white color on #977C99 background.


Related colors

Complementary color

Complementary color for #hex is #688366.


I love getcolorcode.com

Triadic colors

1 #99977C and #7C9997 with #977C99 are triadic colors.

2 #997C97 and #7C9799 with #977C99 are triadic colors.