COLOR #977B9B

HEX: #977B9B
RGB: (151,123,155)

Color info

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

RGB color model

#977B9B color RGB value is (151,123,155).

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

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 155 of 255 = 61%

151
123
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 123 + 155 = 429 (100%)
R 151 of 429 ~ 35.2%
G 123 of 429 ~ 28.67%
B 155 of 429 ~ 36.13%

%35.2
%28.67
%36.13

CMYK color model

#977B9B color CMYK value is (3,21,0,39).

  • cyan value is 2.58%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,21,0,39)
C3M21Y0K39 
(3%,21%,0%,39%)
(0.03/0.21/0.00/0.39)	

CMYK percentages

%2.58
%20.65
%0
%39.22

Codes

Color #977B9B in popluar color models

977B9B
RGB151123155
HSL293°13.79%54.51%
HSB/HSV293°20.65%60.78%
CMYK2.58%20.65%0.00%
39.22%

Color #977B9B in popluar number systems.

HEX977B9B
Decimal151123155
Binary10010111111101110011011
Octal227173233

Shades and tints

Shades of #977B9B

#977B9B
(151,123,155)
#8A708D
(138,112,141)
#7D657F
(125,101,127)
#705A71
(112,90,113)
#634F63
(99,79,99)
#564455
(86,68,85)
#493947
(73,57,71)
#3C2E39
(60,46,57)
#2F232B
(47,35,43)
#22181D
(34,24,29)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #977B9B

#977B9B
(151,123,155)
#A087A4
(160,135,164)
#A993AD
(169,147,173)
#B29FB6
(178,159,182)
#BBABBF
(187,171,191)
#C4B7C8
(196,183,200)
#CDC3D1
(205,195,209)
#D6CFDA
(214,207,218)
#DFDBE3
(223,219,227)
#E8E7EC
(232,231,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977B9B; }

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

This text font color is #977B9B.


Background Color

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

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

This div background color is #977B9B.


Border color

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

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

This div border color is #977B9B.


Opacity

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

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

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

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

This text has shadow with #977B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977B9B on black background.


Color preview on white background

This text has color #977B9B on white background.



Black color preview on #977B9B background

This text has black color on #977B9B background.


White color preview on #977B9B background

This text has white color on #977B9B background.