COLOR #977884

HEX: #977884
RGB: (151,120,132)

Color info

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

RGB color model

#977884 color RGB value is (151,120,132).

  • red value is 151;
  • green value is 120;
  • blue value is 132.
RGB:
(151,120,132)
(59%,47%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 132 of 255 = 52%

151
120
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 120 + 132 = 403 (100%)
R 151 of 403 ~ 37.47%
G 120 of 403 ~ 29.78%
B 132 of 403 ~ 32.75%

%37.47
%29.78
%32.75

CMYK color model

#977884 color CMYK value is (0,21,13,41).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(0,21,13,41)
C0M21Y13K41 
(0%,21%,13%,41%)
(0.00/0.21/0.13/0.41)	

CMYK percentages

%0
%20.53
%12.58
%40.78

Codes

Color #977884 in popluar color models

977884
RGB151120132
HSL337°12.97%53.14%
HSB/HSV337°20.53%59.22%
CMYK0.00%20.53%12.58%
40.78%

Color #977884 in popluar number systems.

HEX977884
Decimal151120132
Binary10010111111100010000100
Octal227170204

Shades and tints

Shades of #977884

#977884
(151,120,132)
#8A6E78
(138,110,120)
#7D646C
(125,100,108)
#705A60
(112,90,96)
#635054
(99,80,84)
#564648
(86,70,72)
#493C3C
(73,60,60)
#3C3230
(60,50,48)
#2F2824
(47,40,36)
#221E18
(34,30,24)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #977884

#977884
(151,120,132)
#A0848F
(160,132,143)
#A9909A
(169,144,154)
#B29CA5
(178,156,165)
#BBA8B0
(187,168,176)
#C4B4BB
(196,180,187)
#CDC0C6
(205,192,198)
#D6CCD1
(214,204,209)
#DFD8DC
(223,216,220)
#E8E4E7
(232,228,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977884 color. Also use rgb(151,120,132) instead hex code.

Text Font Color

.myTextColor { color: #977884; }

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

This text font color is #977884.


Background Color

.myBgColor { background-color: #977884; }

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

This div background color is #977884.


Border color

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

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

This div border color is #977884.


Opacity

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

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

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

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

This text has shadow with #977884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977884 on black background.


Color preview on white background

This text has color #977884 on white background.



Black color preview on #977884 background

This text has black color on #977884 background.


White color preview on #977884 background

This text has white color on #977884 background.