COLOR #977CB7

HEX: #977CB7
RGB: (151,124,183)

Color info

#977CB7 contains red, green and blue colors in about the same proportion. Web safe color of #977CB7 is #9966CC (or #96C).

RGB color model

#977CB7 color RGB value is (151,124,183).

  • red value is 151;
  • green value is 124;
  • blue value is 183.
RGB:
(151,124,183)
(59%,49%,72%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 183 of 255 = 72%

151
124
183

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

Portions of RGB colors in percentages

R + G + B =
151 + 124 + 183 = 458 (100%)
R 151 of 458 ~ 32.97%
G 124 of 458 ~ 27.07%
B 183 of 458 ~ 39.96%

%32.97
%27.07
%39.96

CMYK color model

#977CB7 color CMYK value is (17,32,0,28).

  • cyan value is 17.49%
  • magenta value is 32.24%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,32,0,28)
C17M32Y0K28 
(17%,32%,0%,28%)
(0.17/0.32/0.00/0.28)	

CMYK percentages

%17.49
%32.24
%0
%28.24

Codes

Color #977CB7 in popluar color models

977CB7
RGB151124183
HSL267°29.06%60.20%
HSB/HSV267°32.24%71.76%
CMYK17.49%32.24%0.00%
28.24%

Color #977CB7 in popluar number systems.

HEX977CB7
Decimal151124183
Binary10010111111110010110111
Octal227174267

Shades and tints

Shades of #977CB7

#977CB7
(151,124,183)
#8A71A7
(138,113,167)
#7D6697
(125,102,151)
#705B87
(112,91,135)
#635077
(99,80,119)
#564567
(86,69,103)
#493A57
(73,58,87)
#3C2F47
(60,47,71)
#2F2437
(47,36,55)
#221927
(34,25,39)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #977CB7

#977CB7
(151,124,183)
#A087BD
(160,135,189)
#A992C3
(169,146,195)
#B29DC9
(178,157,201)
#BBA8CF
(187,168,207)
#C4B3D5
(196,179,213)
#CDBEDB
(205,190,219)
#D6C9E1
(214,201,225)
#DFD4E7
(223,212,231)
#E8DFED
(232,223,237)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977CB7; }

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

This text font color is #977CB7.


Background Color

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

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

This div background color is #977CB7.


Border color

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

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

This div border color is #977CB7.


Opacity

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

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

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

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

This text has shadow with #977CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977CB7 on black background.


Color preview on white background

This text has color #977CB7 on white background.



Black color preview on #977CB7 background

This text has black color on #977CB7 background.


White color preview on #977CB7 background

This text has white color on #977CB7 background.