COLOR #977E93

HEX: #977E93 RGB: (151,126,147)

Color info

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

RGB color model

#977E93 color RGB value is (151,126,147).

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

RGB channels and saturation

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

151
126
147

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

Portions of RGB colors in percentages

R + G + B = 151 + 126 + 147 = 424 (100%)
R 151 of 424 ~ 35.61%
G 126 of 424 ~ 29.72%
B 147 of 424 ~ 34.67'%

%35.61
%29.72
%34.67

CMYK color model

#977E93 color CMYK value is (0,17,3,41).

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

CMYK: (0,17,3,41)
C0M17Y3K41 (0%, 17%, 3%, 41%)
(0.00 / 0.17 / 0.03 / 0.41)

CMYK percentages

%0
%16.56
%2.65
%40.78

Codes

Color #977E93 in popluar color models

97 7E 93
RGB 151 126 147
HSL 310° 10.73% 54.31%
HSB/HSV 310° 16.56% 59.22%
CMYK 0.00% 16.56% 2.65%
40.78%

Color #977E93 in popluar number systems.

HEX 97 7E 93
Decimal 151 126 147
Binary 10010111 1111110 10010011
Octal 227 176 223

Shades and tints

Shades of #977E93

#977E93
(151,126,147)
#8A7386
(138,115,134)
#7D6879
(125,104,121)
#705D6C
(112,93,108)
#63525F
(99,82,95)
#564752
(86,71,82)
#493C45
(73,60,69)
#3C3138
(60,49,56)
#2F262B
(47,38,43)
#221B1E
(34,27,30)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #977E93

#977E93
(151,126,147)
#A0899C
(160,137,156)
#A994A5
(169,148,165)
#B29FAE
(178,159,174)
#BBAAB7
(187,170,183)
#C4B5C0
(196,181,192)
#CDC0C9
(205,192,201)
#D6CBD2
(214,203,210)
#DFD6DB
(223,214,219)
#E8E1E4
(232,225,228)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977E93; }

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

This text font color is #977E93.

Background Color

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

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

This div background color is #977E93.

Border color

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

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

This div border color is #977E93.

Opacity

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

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

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

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

This text has shadow with #977E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977E93.

Preview

Color preview on black background

This text has color #977E93 on black background.


Color preview on white background

This text has color #977E93 on white background.


Black color preview on #977E93 background

This text has black color on #977E93 background.


White color preview on #977E93 background

This text has white color on #977E93 background.


Related colors

Complementary color

Complementary color for #hex is #68816C.


I love getcolorcode.com

Triadic colors

1 #93977E and #7E9397 with #977E93 are triadic colors.

2 #937E97 and #7E9793 with #977E93 are triadic colors.