COLOR #977486

HEX: #977486
RGB: (151,116,134)

Color info

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

RGB color model

#977486 color RGB value is (151,116,134).

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

RGB channels and saturation

R 151 of 255 = 59%
G 116 of 255 = 45%
B 134 of 255 = 53%

151
116
134

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

Portions of RGB colors in percentages

R + G + B =
151 + 116 + 134 = 401 (100%)
R 151 of 401 ~ 37.66%
G 116 of 401 ~ 28.93%
B 134 of 401 ~ 33.42%

%37.66
%28.93
%33.42

CMYK color model

#977486 color CMYK value is (0,23,11,41).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 11.26%
  • key color value is 40.78%
CMYK:
(0,23,11,41)
C0M23Y11K41 
(0%,23%,11%,41%)
(0.00/0.23/0.11/0.41)	

CMYK percentages

%0
%23.18
%11.26
%40.78

Codes

Color #977486 in popluar color models

977486
RGB151116134
HSL329°14.40%52.35%
HSB/HSV329°23.18%59.22%
CMYK0.00%23.18%11.26%
40.78%

Color #977486 in popluar number systems.

HEX977486
Decimal151116134
Binary10010111111010010000110
Octal227164206

Shades and tints

Shades of #977486

#977486
(151,116,134)
#8A6A7A
(138,106,122)
#7D606E
(125,96,110)
#705662
(112,86,98)
#634C56
(99,76,86)
#56424A
(86,66,74)
#49383E
(73,56,62)
#3C2E32
(60,46,50)
#2F2426
(47,36,38)
#221A1A
(34,26,26)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #977486

#977486
(151,116,134)
#A08091
(160,128,145)
#A98C9C
(169,140,156)
#B298A7
(178,152,167)
#BBA4B2
(187,164,178)
#C4B0BD
(196,176,189)
#CDBCC8
(205,188,200)
#D6C8D3
(214,200,211)
#DFD4DE
(223,212,222)
#E8E0E9
(232,224,233)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977486; }

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

This text font color is #977486.


Background Color

.myBgColor { background-color: #977486; }

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

This div background color is #977486.


Border color

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

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

This div border color is #977486.


Opacity

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

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

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

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

This text has shadow with #977486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977486 on black background.


Color preview on white background

This text has color #977486 on white background.



Black color preview on #977486 background

This text has black color on #977486 background.


White color preview on #977486 background

This text has white color on #977486 background.