COLOR #977E95

HEX: #977E95 RGB: (151,126,149)

Color info

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

RGB color model

#977E95 color RGB value is (151,126,149).

RGB: (151,126,149) (59%, 49%, 58%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 149 of 255 = 58%

151
126
149

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

Portions of RGB colors in percentages

R + G + B = 151 + 126 + 149 = 426 (100%)
R 151 of 426 ~ 35.45%
G 126 of 426 ~ 29.58%
B 149 of 426 ~ 34.98'%

%35.45
%29.58
%34.98

CMYK color model

#977E95 color CMYK value is (0,17,1,41).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 1.32%
  • key color value is 40.78%

CMYK: (0,17,1,41)
C0M17Y1K41 (0%, 17%, 1%, 41%)
(0.00 / 0.17 / 0.01 / 0.41)

CMYK percentages

%0
%16.56
%1.32
%40.78

Codes

Color #977E95 in popluar color models

97 7E 95
RGB 151 126 149
HSL 305° 10.73% 54.31%
HSB/HSV 305° 16.56% 59.22%
CMYK 0.00% 16.56% 1.32%
40.78%

Color #977E95 in popluar number systems.

HEX 97 7E 95
Decimal 151 126 149
Binary 10010111 1111110 10010101
Octal 227 176 225

Shades and tints

Shades of #977E95

#977E95
(151,126,149)
#8A7388
(138,115,136)
#7D687B
(125,104,123)
#705D6E
(112,93,110)
#635261
(99,82,97)
#564754
(86,71,84)
#493C47
(73,60,71)
#3C313A
(60,49,58)
#2F262D
(47,38,45)
#221B20
(34,27,32)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #977E95

#977E95
(151,126,149)
#A0899E
(160,137,158)
#A994A7
(169,148,167)
#B29FB0
(178,159,176)
#BBAAB9
(187,170,185)
#C4B5C2
(196,181,194)
#CDC0CB
(205,192,203)
#D6CBD4
(214,203,212)
#DFD6DD
(223,214,221)
#E8E1E6
(232,225,230)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977E95; }

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

This text font color is #977E95.

Background Color

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

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

This div background color is #977E95.

Border color

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

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

This div border color is #977E95.

Opacity

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

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

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

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

This text has shadow with #977E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977E95.

Preview

Color preview on black background

This text has color #977E95 on black background.


Color preview on white background

This text has color #977E95 on white background.


Black color preview on #977E95 background

This text has black color on #977E95 background.


White color preview on #977E95 background

This text has white color on #977E95 background.


Related colors

Complementary color

Complementary color for #hex is #68816A.


I love getcolorcode.com

Triadic colors

1 #95977E and #7E9597 with #977E95 are triadic colors.

2 #957E97 and #7E9795 with #977E95 are triadic colors.