COLOR #977BA7

HEX: #977BA7
RGB: (151,123,167)

Color info

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

RGB color model

#977BA7 color RGB value is (151,123,167).

  • red value is 151;
  • green value is 123;
  • blue value is 167.
RGB:
(151,123,167)
(59%,48%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 167 of 255 = 65%

151
123
167

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

Portions of RGB colors in percentages

R + G + B =
151 + 123 + 167 = 441 (100%)
R 151 of 441 ~ 34.24%
G 123 of 441 ~ 27.89%
B 167 of 441 ~ 37.87%

%34.24
%27.89
%37.87

CMYK color model

#977BA7 color CMYK value is (10,26,0,35).

  • cyan value is 9.58%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(10,26,0,35)
C10M26Y0K35 
(10%,26%,0%,35%)
(0.10/0.26/0.00/0.35)	

CMYK percentages

%9.58
%26.35
%0
%34.51

Codes

Color #977BA7 in popluar color models

977BA7
RGB151123167
HSL278°20.00%56.86%
HSB/HSV278°26.35%65.49%
CMYK9.58%26.35%0.00%
34.51%

Color #977BA7 in popluar number systems.

HEX977BA7
Decimal151123167
Binary10010111111101110100111
Octal227173247

Shades and tints

Shades of #977BA7

#977BA7
(151,123,167)
#8A7098
(138,112,152)
#7D6589
(125,101,137)
#705A7A
(112,90,122)
#634F6B
(99,79,107)
#56445C
(86,68,92)
#49394D
(73,57,77)
#3C2E3E
(60,46,62)
#2F232F
(47,35,47)
#221820
(34,24,32)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #977BA7

#977BA7
(151,123,167)
#A087AF
(160,135,175)
#A993B7
(169,147,183)
#B29FBF
(178,159,191)
#BBABC7
(187,171,199)
#C4B7CF
(196,183,207)
#CDC3D7
(205,195,215)
#D6CFDF
(214,207,223)
#DFDBE7
(223,219,231)
#E8E7EF
(232,231,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977BA7 color. Also use rgb(151,123,167) instead hex code.

Text Font Color

.myTextColor { color: #977BA7; }

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

This text font color is #977BA7.


Background Color

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

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

This div background color is #977BA7.


Border color

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

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

This div border color is #977BA7.


Opacity

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

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

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

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

This text has shadow with #977BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977BA7 on black background.


Color preview on white background

This text has color #977BA7 on white background.



Black color preview on #977BA7 background

This text has black color on #977BA7 background.


White color preview on #977BA7 background

This text has white color on #977BA7 background.