COLOR #977FAD

HEX: #977FAD RGB: (151,127,173)

Color info

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

RGB color model

#977FAD color RGB value is (151,127,173).

RGB: (151,127,173) (59%, 50%, 68%)

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 173 of 255 = 68%

151
127
173

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

Portions of RGB colors in percentages

R + G + B = 151 + 127 + 173 = 451 (100%)
R 151 of 451 ~ 33.48%
G 127 of 451 ~ 28.16%
B 173 of 451 ~ 38.36'%

%33.48
%28.16
%38.36

CMYK color model

#977FAD color CMYK value is (13,27,0,32).

  • cyan value is 12.72%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,27,0,32)
C13M27Y0K32 (13%, 27%, 0%, 32%)
(0.13 / 0.27 / 0.00 / 0.32)

CMYK percentages

%12.72
%26.59
%0
%32.16

Codes

Color #977FAD in popluar color models

97 7F AD
RGB 151 127 173
HSL 271° 21.90% 58.82%
HSB/HSV 271° 26.59% 67.84%
CMYK 12.72% 26.59% 0.00%
32.16%

Color #977FAD in popluar number systems.

HEX 97 7F AD
Decimal 151 127 173
Binary 10010111 1111111 10101101
Octal 227 177 255

Shades and tints

Shades of #977FAD

#977FAD
(151,127,173)
#8A749E
(138,116,158)
#7D698F
(125,105,143)
#705E80
(112,94,128)
#635371
(99,83,113)
#564862
(86,72,98)
#493D53
(73,61,83)
#3C3244
(60,50,68)
#2F2735
(47,39,53)
#221C26
(34,28,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #977FAD

#977FAD
(151,127,173)
#A08AB4
(160,138,180)
#A995BB
(169,149,187)
#B2A0C2
(178,160,194)
#BBABC9
(187,171,201)
#C4B6D0
(196,182,208)
#CDC1D7
(205,193,215)
#D6CCDE
(214,204,222)
#DFD7E5
(223,215,229)
#E8E2EC
(232,226,236)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977FAD color. Also use rgb(151,127,173) instead hex code.

Text Font Color

.myTextColor { color: #977FAD; }

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

This text font color is #977FAD.

Background Color

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

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

This div background color is #977FAD.

Border color

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

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

This div border color is #977FAD.

Opacity

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

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

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

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

This text has shadow with #977FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977FAD.

Preview

Color preview on black background

This text has color #977FAD on black background.


Color preview on white background

This text has color #977FAD on white background.


Black color preview on #977FAD background

This text has black color on #977FAD background.


White color preview on #977FAD background

This text has white color on #977FAD background.


Related colors

Complementary color

Complementary color for #hex is #688052.


I love getcolorcode.com

Triadic colors

1 #AD977F and #7FAD97 with #977FAD are triadic colors.

2 #AD7F97 and #7F97AD with #977FAD are triadic colors.