COLOR #977F95

HEX: #977F95
RGB: (151,127,149)

Color info

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

RGB color model

#977F95 color RGB value is (151,127,149).

  • red value is 151;
  • green value is 127;
  • blue value is 149.
RGB:
(151,127,149)
(59%,50%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 149 of 255 = 58%

151
127
149

R + G + B ~ 56%. #977F95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 149 = 427 (100%)
R 151 of 427 ~ 35.36%
G 127 of 427 ~ 29.74%
B 149 of 427 ~ 34.89%

%35.36
%29.74
%34.89

CMYK color model

#977F95 color CMYK value is (0,16,1,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 1.32%
  • key color value is 40.78%
CMYK:
(0,16,1,41)
C0M16Y1K41 
(0%,16%,1%,41%)
(0.00/0.16/0.01/0.41)	

CMYK percentages

%0
%15.89
%1.32
%40.78

Codes

Color #977F95 in popluar color models

977F95
RGB151127149
HSL305°10.34%54.51%
HSB/HSV305°15.89%59.22%
CMYK0.00%15.89%1.32%
40.78%

Color #977F95 in popluar number systems.

HEX977F95
Decimal151127149
Binary10010111111111110010101
Octal227177225

Shades and tints

Shades of #977F95

#977F95
(151,127,149)
#8A7488
(138,116,136)
#7D697B
(125,105,123)
#705E6E
(112,94,110)
#635361
(99,83,97)
#564854
(86,72,84)
#493D47
(73,61,71)
#3C323A
(60,50,58)
#2F272D
(47,39,45)
#221C20
(34,28,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #977F95

#977F95
(151,127,149)
#A08A9E
(160,138,158)
#A995A7
(169,149,167)
#B2A0B0
(178,160,176)
#BBABB9
(187,171,185)
#C4B6C2
(196,182,194)
#CDC1CB
(205,193,203)
#D6CCD4
(214,204,212)
#DFD7DD
(223,215,221)
#E8E2E6
(232,226,230)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977F95 color. Also use rgb(151,127,149) instead hex code.

Text Font Color

.myTextColor { color: #977F95; }

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

This text font color is #977F95.


Background Color

.myBgColor { background-color: #977F95; }

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

This div background color is #977F95.


Border color

.myBorderColor { border: 1px solid #977F95; }

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

This div border color is #977F95.


Opacity

.myOpacity80 { color: #977F95; opacity: 0.8; }

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

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

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

This text has shadow with #977F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F95 on black background.


Color preview on white background

This text has color #977F95 on white background.



Black color preview on #977F95 background

This text has black color on #977F95 background.


White color preview on #977F95 background

This text has white color on #977F95 background.