COLOR #977096

HEX: #977096
RGB: (151,112,150)

Color info

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

RGB color model

#977096 color RGB value is (151,112,150).

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

RGB channels and saturation

R 151 of 255 = 59%
G 112 of 255 = 44%
B 150 of 255 = 59%

151
112
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 112 + 150 = 413 (100%)
R 151 of 413 ~ 36.56%
G 112 of 413 ~ 27.12%
B 150 of 413 ~ 36.32%

%36.56
%27.12
%36.32

CMYK color model

#977096 color CMYK value is (0,26,1,41).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(0,26,1,41)
C0M26Y1K41 
(0%,26%,1%,41%)
(0.00/0.26/0.01/0.41)	

CMYK percentages

%0
%25.83
%0.66
%40.78

Codes

Color #977096 in popluar color models

977096
RGB151112150
HSL302°15.79%51.57%
HSB/HSV302°25.83%59.22%
CMYK0.00%25.83%0.66%
40.78%

Color #977096 in popluar number systems.

HEX977096
Decimal151112150
Binary10010111111000010010110
Octal227160226

Shades and tints

Shades of #977096

#977096
(151,112,150)
#8A6689
(138,102,137)
#7D5C7C
(125,92,124)
#70526F
(112,82,111)
#634862
(99,72,98)
#563E55
(86,62,85)
#493448
(73,52,72)
#3C2A3B
(60,42,59)
#2F202E
(47,32,46)
#221621
(34,22,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #977096

#977096
(151,112,150)
#A07D9F
(160,125,159)
#A98AA8
(169,138,168)
#B297B1
(178,151,177)
#BBA4BA
(187,164,186)
#C4B1C3
(196,177,195)
#CDBECC
(205,190,204)
#D6CBD5
(214,203,213)
#DFD8DE
(223,216,222)
#E8E5E7
(232,229,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977096; }

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

This text font color is #977096.


Background Color

.myBgColor { background-color: #977096; }

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

This div background color is #977096.


Border color

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

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

This div border color is #977096.


Opacity

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

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

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

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

This text has shadow with #977096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977096 on black background.


Color preview on white background

This text has color #977096 on white background.



Black color preview on #977096 background

This text has black color on #977096 background.


White color preview on #977096 background

This text has white color on #977096 background.