COLOR #977496

HEX: #977496
RGB: (151,116,150)

Color info

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

RGB color model

#977496 color RGB value is (151,116,150).

  • red value is 151;
  • green value is 116;
  • blue value is 150.
RGB:
(151,116,150)
(59%,45%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 116 of 255 = 45%
B 150 of 255 = 59%

151
116
150

R + G + B ~ 54%. #977496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 116 + 150 = 417 (100%)
R 151 of 417 ~ 36.21%
G 116 of 417 ~ 27.82%
B 150 of 417 ~ 35.97%

%36.21
%27.82
%35.97

CMYK color model

#977496 color CMYK value is (0,23,1,41).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(0,23,1,41)
C0M23Y1K41 
(0%,23%,1%,41%)
(0.00/0.23/0.01/0.41)	

CMYK percentages

%0
%23.18
%0.66
%40.78

Codes

Color #977496 in popluar color models

977496
RGB151116150
HSL302°14.40%52.35%
HSB/HSV302°23.18%59.22%
CMYK0.00%23.18%0.66%
40.78%

Color #977496 in popluar number systems.

HEX977496
Decimal151116150
Binary10010111111010010010110
Octal227164226

Shades and tints

Shades of #977496

#977496
(151,116,150)
#8A6A89
(138,106,137)
#7D607C
(125,96,124)
#70566F
(112,86,111)
#634C62
(99,76,98)
#564255
(86,66,85)
#493848
(73,56,72)
#3C2E3B
(60,46,59)
#2F242E
(47,36,46)
#221A21
(34,26,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #977496

#977496
(151,116,150)
#A0809F
(160,128,159)
#A98CA8
(169,140,168)
#B298B1
(178,152,177)
#BBA4BA
(187,164,186)
#C4B0C3
(196,176,195)
#CDBCCC
(205,188,204)
#D6C8D5
(214,200,213)
#DFD4DE
(223,212,222)
#E8E0E7
(232,224,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977496 color. Also use rgb(151,116,150) instead hex code.

Text Font Color

.myTextColor { color: #977496; }

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

This text font color is #977496.


Background Color

.myBgColor { background-color: #977496; }

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

This div background color is #977496.


Border color

.myBorderColor { border: 1px solid #977496; }

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

This div border color is #977496.


Opacity

.myOpacity80 { color: #977496; opacity: 0.8; }

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

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

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

This text has shadow with #977496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977496 on black background.


Color preview on white background

This text has color #977496 on white background.



Black color preview on #977496 background

This text has black color on #977496 background.


White color preview on #977496 background

This text has white color on #977496 background.