COLOR #977C98

HEX: #977C98 RGB: (151,124,152)

Color info

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

RGB color model

#977C98 color RGB value is (151,124,152).

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

RGB channels and saturation

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

151
124
152

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

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 152 = 427 (100%)
R 151 of 427 ~ 35.36%
G 124 of 427 ~ 29.04%
B 152 of 427 ~ 35.6'%

%35.36
%29.04
%35.6

CMYK color model

#977C98 color CMYK value is (1,18,0,40).

  • cyan value is 0.66%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (1,18,0,40) C1M18Y0K40 (1%,18%,0%,40%) (0.01/0.18/0.00/0.40) 

CMYK percentages

%0.66
%18.42
%0
%40.39

Codes

Color #977C98 in popluar color models

97 7C 98
RGB 151 124 152
HSL 298° 11.97% 54.12%
HSB/HSV 298° 18.42% 59.61%
CMYK 0.66% 18.42% 0.00%
40.39%

Color #977C98 in popluar number systems.

HEX 97 7C 98
Decimal 151 124 152
Binary 10010111 1111100 10011000
Octal 227 174 230

Shades and tints

Shades of #977C98

#977C98
(151,124,152)
#8A718B
(138,113,139)
#7D667E
(125,102,126)
#705B71
(112,91,113)
#635064
(99,80,100)
#564557
(86,69,87)
#493A4A
(73,58,74)
#3C2F3D
(60,47,61)
#2F2430
(47,36,48)
#221923
(34,25,35)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #977C98

#977C98
(151,124,152)
#A087A1
(160,135,161)
#A992AA
(169,146,170)
#B29DB3
(178,157,179)
#BBA8BC
(187,168,188)
#C4B3C5
(196,179,197)
#CDBECE
(205,190,206)
#D6C9D7
(214,201,215)
#DFD4E0
(223,212,224)
#E8DFE9
(232,223,233)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977C98; }

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

This text font color is #977C98.

Background Color

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

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

This div background color is #977C98.

Border color

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

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

This div border color is #977C98.

Opacity

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

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

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

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

This text has shadow with #977C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977C98.

Preview

Color preview on black background

This text has color #977C98 on black background.


Color preview on white background

This text has color #977C98 on white background.


Black color preview on #977C98 background

This text has black color on #977C98 background.


White color preview on #977C98 background

This text has white color on #977C98 background.


Related colors

Complementary color

Complementary color for #hex is #688367.


I love getcolorcode.com

Triadic colors

1 #98977C and #7C9897 with #977C98 are triadic colors.

2 #987C97 and #7C9798 with #977C98 are triadic colors.