COLOR #977890

HEX: #977890
RGB: (151,120,144)

Color info

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

RGB color model

#977890 color RGB value is (151,120,144).

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

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 144 of 255 = 56%

151
120
144

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

Portions of RGB colors in percentages

R + G + B =
151 + 120 + 144 = 415 (100%)
R 151 of 415 ~ 36.39%
G 120 of 415 ~ 28.92%
B 144 of 415 ~ 34.7%

%36.39
%28.92
%34.7

CMYK color model

#977890 color CMYK value is (0,21,5,41).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(0,21,5,41)
C0M21Y5K41 
(0%,21%,5%,41%)
(0.00/0.21/0.05/0.41)	

CMYK percentages

%0
%20.53
%4.64
%40.78

Codes

Color #977890 in popluar color models

977890
RGB151120144
HSL314°12.97%53.14%
HSB/HSV314°20.53%59.22%
CMYK0.00%20.53%4.64%
40.78%

Color #977890 in popluar number systems.

HEX977890
Decimal151120144
Binary10010111111100010010000
Octal227170220

Shades and tints

Shades of #977890

#977890
(151,120,144)
#8A6E83
(138,110,131)
#7D6476
(125,100,118)
#705A69
(112,90,105)
#63505C
(99,80,92)
#56464F
(86,70,79)
#493C42
(73,60,66)
#3C3235
(60,50,53)
#2F2828
(47,40,40)
#221E1B
(34,30,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #977890

#977890
(151,120,144)
#A0849A
(160,132,154)
#A990A4
(169,144,164)
#B29CAE
(178,156,174)
#BBA8B8
(187,168,184)
#C4B4C2
(196,180,194)
#CDC0CC
(205,192,204)
#D6CCD6
(214,204,214)
#DFD8E0
(223,216,224)
#E8E4EA
(232,228,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977890; }

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

This text font color is #977890.


Background Color

.myBgColor { background-color: #977890; }

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

This div background color is #977890.


Border color

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

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

This div border color is #977890.


Opacity

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

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

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

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

This text has shadow with #977890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977890 on black background.


Color preview on white background

This text has color #977890 on white background.



Black color preview on #977890 background

This text has black color on #977890 background.


White color preview on #977890 background

This text has white color on #977890 background.