COLOR #977394

HEX: #977394
RGB: (151,115,148)

Color info

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

RGB color model

#977394 color RGB value is (151,115,148).

  • red value is 151;
  • green value is 115;
  • blue value is 148.
RGB:
(151,115,148)
(59%,45%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 148 of 255 = 58%

151
115
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 148 = 414 (100%)
R 151 of 414 ~ 36.47%
G 115 of 414 ~ 27.78%
B 148 of 414 ~ 35.75%

%36.47
%27.78
%35.75

CMYK color model

#977394 color CMYK value is (0,24,2,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(0,24,2,41)
C0M24Y2K41 
(0%,24%,2%,41%)
(0.00/0.24/0.02/0.41)	

CMYK percentages

%0
%23.84
%1.99
%40.78

Codes

Color #977394 in popluar color models

977394
RGB151115148
HSL305°14.75%52.16%
HSB/HSV305°23.84%59.22%
CMYK0.00%23.84%1.99%
40.78%

Color #977394 in popluar number systems.

HEX977394
Decimal151115148
Binary10010111111001110010100
Octal227163224

Shades and tints

Shades of #977394

#977394
(151,115,148)
#8A6987
(138,105,135)
#7D5F7A
(125,95,122)
#70556D
(112,85,109)
#634B60
(99,75,96)
#564153
(86,65,83)
#493746
(73,55,70)
#3C2D39
(60,45,57)
#2F232C
(47,35,44)
#22191F
(34,25,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #977394

#977394
(151,115,148)
#A07F9D
(160,127,157)
#A98BA6
(169,139,166)
#B297AF
(178,151,175)
#BBA3B8
(187,163,184)
#C4AFC1
(196,175,193)
#CDBBCA
(205,187,202)
#D6C7D3
(214,199,211)
#DFD3DC
(223,211,220)
#E8DFE5
(232,223,229)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977394 color. Also use rgb(151,115,148) instead hex code.

Text Font Color

.myTextColor { color: #977394; }

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

This text font color is #977394.


Background Color

.myBgColor { background-color: #977394; }

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

This div background color is #977394.


Border color

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

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

This div border color is #977394.


Opacity

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

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

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

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

This text has shadow with #977394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977394 on black background.


Color preview on white background

This text has color #977394 on white background.



Black color preview on #977394 background

This text has black color on #977394 background.


White color preview on #977394 background

This text has white color on #977394 background.