COLOR #977CA6

HEX: #977CA6 RGB: (151,124,166)

Color info

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

RGB color model

#977CA6 color RGB value is (151,124,166).

RGB: (151,124,166) (59%, 49%, 65%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 166 of 255 = 65%

151
124
166

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

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 166 = 441 (100%)
R 151 of 441 ~ 34.24%
G 124 of 441 ~ 28.12%
B 166 of 441 ~ 37.64'%

%34.24
%28.12
%37.64

CMYK color model

#977CA6 color CMYK value is (9,25,0,35).

  • cyan value is 9.04%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (9,25,0,35) C9M25Y0K35 (9%,25%,0%,35%) (0.09/0.25/0.00/0.35) 

CMYK percentages

%9.04
%25.3
%0
%34.9

Codes

Color #977CA6 in popluar color models

97 7C A6
RGB 151 124 166
HSL 279° 19.09% 56.86%
HSB/HSV 279° 25.30% 65.10%
CMYK 9.04% 25.30% 0.00%
34.90%

Color #977CA6 in popluar number systems.

HEX 97 7C A6
Decimal 151 124 166
Binary 10010111 1111100 10100110
Octal 227 174 246

Shades and tints

Shades of #977CA6

#977CA6
(151,124,166)
#8A7197
(138,113,151)
#7D6688
(125,102,136)
#705B79
(112,91,121)
#63506A
(99,80,106)
#56455B
(86,69,91)
#493A4C
(73,58,76)
#3C2F3D
(60,47,61)
#2F242E
(47,36,46)
#22191F
(34,25,31)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #977CA6

#977CA6
(151,124,166)
#A087AE
(160,135,174)
#A992B6
(169,146,182)
#B29DBE
(178,157,190)
#BBA8C6
(187,168,198)
#C4B3CE
(196,179,206)
#CDBED6
(205,190,214)
#D6C9DE
(214,201,222)
#DFD4E6
(223,212,230)
#E8DFEE
(232,223,238)
#F1EAF6
(241,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977CA6; }

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

This text font color is #977CA6.

Background Color

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

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

This div background color is #977CA6.

Border color

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

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

This div border color is #977CA6.

Opacity

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

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

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

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

This text has shadow with #977CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977CA6.

Preview

Color preview on black background

This text has color #977CA6 on black background.


Color preview on white background

This text has color #977CA6 on white background.


Black color preview on #977CA6 background

This text has black color on #977CA6 background.


White color preview on #977CA6 background

This text has white color on #977CA6 background.


Related colors

Complementary color

Complementary color for #hex is #688359.


I love getcolorcode.com

Triadic colors

1 #A6977C and #7CA697 with #977CA6 are triadic colors.

2 #A67C97 and #7C97A6 with #977CA6 are triadic colors.