COLOR #977488

HEX: #977488
RGB: (151,116,136)

Color info

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

RGB color model

#977488 color RGB value is (151,116,136).

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

RGB channels and saturation

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

151
116
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 116 + 136 = 403 (100%)
R 151 of 403 ~ 37.47%
G 116 of 403 ~ 28.78%
B 136 of 403 ~ 33.75%

%37.47
%28.78
%33.75

CMYK color model

#977488 color CMYK value is (0,23,10,41).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,23,10,41)
C0M23Y10K41 
(0%,23%,10%,41%)
(0.00/0.23/0.10/0.41)	

CMYK percentages

%0
%23.18
%9.93
%40.78

Codes

Color #977488 in popluar color models

977488
RGB151116136
HSL326°14.40%52.35%
HSB/HSV326°23.18%59.22%
CMYK0.00%23.18%9.93%
40.78%

Color #977488 in popluar number systems.

HEX977488
Decimal151116136
Binary10010111111010010001000
Octal227164210

Shades and tints

Shades of #977488

#977488
(151,116,136)
#8A6A7C
(138,106,124)
#7D6070
(125,96,112)
#705664
(112,86,100)
#634C58
(99,76,88)
#56424C
(86,66,76)
#493840
(73,56,64)
#3C2E34
(60,46,52)
#2F2428
(47,36,40)
#221A1C
(34,26,28)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #977488

#977488
(151,116,136)
#A08092
(160,128,146)
#A98C9C
(169,140,156)
#B298A6
(178,152,166)
#BBA4B0
(187,164,176)
#C4B0BA
(196,176,186)
#CDBCC4
(205,188,196)
#D6C8CE
(214,200,206)
#DFD4D8
(223,212,216)
#E8E0E2
(232,224,226)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977488; }

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

This text font color is #977488.


Background Color

.myBgColor { background-color: #977488; }

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

This div background color is #977488.


Border color

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

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

This div border color is #977488.


Opacity

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

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

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

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

This text has shadow with #977488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977488 on black background.


Color preview on white background

This text has color #977488 on white background.



Black color preview on #977488 background

This text has black color on #977488 background.


White color preview on #977488 background

This text has white color on #977488 background.