COLOR #977EA4

HEX: #977EA4 RGB: (151,126,164)

Color info

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

RGB color model

#977EA4 color RGB value is (151,126,164).

RGB: (151,126,164) (59%, 49%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 164 of 255 = 64%

151
126
164

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

Portions of RGB colors in percentages

R + G + B = 151 + 126 + 164 = 441 (100%)
R 151 of 441 ~ 34.24%
G 126 of 441 ~ 28.57%
B 164 of 441 ~ 37.19'%

%34.24
%28.57
%37.19

CMYK color model

#977EA4 color CMYK value is (8,23,0,36).

  • cyan value is 7.93%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (8,23,0,36)
C8M23Y0K36 (8%, 23%, 0%, 36%)
(0.08 / 0.23 / 0.00 / 0.36)

CMYK percentages

%7.93
%23.17
%0
%35.69

Codes

Color #977EA4 in popluar color models

97 7E A4
RGB 151 126 164
HSL 279° 17.27% 56.86%
HSB/HSV 279° 23.17% 64.31%
CMYK 7.93% 23.17% 0.00%
35.69%

Color #977EA4 in popluar number systems.

HEX 97 7E A4
Decimal 151 126 164
Binary 10010111 1111110 10100100
Octal 227 176 244

Shades and tints

Shades of #977EA4

#977EA4
(151,126,164)
#8A7396
(138,115,150)
#7D6888
(125,104,136)
#705D7A
(112,93,122)
#63526C
(99,82,108)
#56475E
(86,71,94)
#493C50
(73,60,80)
#3C3142
(60,49,66)
#2F2634
(47,38,52)
#221B26
(34,27,38)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #977EA4

#977EA4
(151,126,164)
#A089AC
(160,137,172)
#A994B4
(169,148,180)
#B29FBC
(178,159,188)
#BBAAC4
(187,170,196)
#C4B5CC
(196,181,204)
#CDC0D4
(205,192,212)
#D6CBDC
(214,203,220)
#DFD6E4
(223,214,228)
#E8E1EC
(232,225,236)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977EA4 color. Also use rgb(151,126,164) instead hex code.

Text Font Color

.myTextColor { color: #977EA4; }

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

This text font color is #977EA4.

Background Color

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

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

This div background color is #977EA4.

Border color

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

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

This div border color is #977EA4.

Opacity

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

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

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

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

This text has shadow with #977EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977EA4.

Preview

Color preview on black background

This text has color #977EA4 on black background.


Color preview on white background

This text has color #977EA4 on white background.


Black color preview on #977EA4 background

This text has black color on #977EA4 background.


White color preview on #977EA4 background

This text has white color on #977EA4 background.


Related colors

Complementary color

Complementary color for #hex is #68815B.


I love getcolorcode.com

Triadic colors

1 #A4977E and #7EA497 with #977EA4 are triadic colors.

2 #A47E97 and #7E97A4 with #977EA4 are triadic colors.