COLOR #977CAA

HEX: #977CAA RGB: (151,124,170)

Color info

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

RGB color model

#977CAA color RGB value is (151,124,170).

RGB: (151,124,170) (59%, 49%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 170 of 255 = 67%

151
124
170

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

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 170 = 445 (100%)
R 151 of 445 ~ 33.93%
G 124 of 445 ~ 27.87%
B 170 of 445 ~ 38.2'%

%33.93
%27.87
%38.2

CMYK color model

#977CAA color CMYK value is (11,27,0,33).

  • cyan value is 11.18%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (11,27,0,33)
C11M27Y0K33 (11%, 27%, 0%, 33%)
(0.11 / 0.27 / 0.00 / 0.33)

CMYK percentages

%11.18
%27.06
%0
%33.33

Codes

Color #977CAA in popluar color models

97 7C AA
RGB 151 124 170
HSL 275° 21.30% 57.65%
HSB/HSV 275° 27.06% 66.67%
CMYK 11.18% 27.06% 0.00%
33.33%

Color #977CAA in popluar number systems.

HEX 97 7C AA
Decimal 151 124 170
Binary 10010111 1111100 10101010
Octal 227 174 252

Shades and tints

Shades of #977CAA

#977CAA
(151,124,170)
#8A719B
(138,113,155)
#7D668C
(125,102,140)
#705B7D
(112,91,125)
#63506E
(99,80,110)
#56455F
(86,69,95)
#493A50
(73,58,80)
#3C2F41
(60,47,65)
#2F2432
(47,36,50)
#221923
(34,25,35)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #977CAA

#977CAA
(151,124,170)
#A087B1
(160,135,177)
#A992B8
(169,146,184)
#B29DBF
(178,157,191)
#BBA8C6
(187,168,198)
#C4B3CD
(196,179,205)
#CDBED4
(205,190,212)
#D6C9DB
(214,201,219)
#DFD4E2
(223,212,226)
#E8DFE9
(232,223,233)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977CAA; }

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

This text font color is #977CAA.

Background Color

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

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

This div background color is #977CAA.

Border color

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

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

This div border color is #977CAA.

Opacity

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

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

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

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

This text has shadow with #977CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977CAA.

Preview

Color preview on black background

This text has color #977CAA on black background.


Color preview on white background

This text has color #977CAA on white background.


Black color preview on #977CAA background

This text has black color on #977CAA background.


White color preview on #977CAA background

This text has white color on #977CAA background.


Related colors

Complementary color

Complementary color for #hex is #688355.


I love getcolorcode.com

Triadic colors

1 #AA977C and #7CAA97 with #977CAA are triadic colors.

2 #AA7C97 and #7C97AA with #977CAA are triadic colors.