COLOR #997E8C

HEX: #997E8C RGB: (153,126,140)

Color info

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

RGB color model

#997E8C color RGB value is (153,126,140).

RGB: (153,126,140) (60%, 49%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 140 of 255 = 55%

153
126
140

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

Portions of RGB colors in percentages

R + G + B = 153 + 126 + 140 = 419 (100%)
R 153 of 419 ~ 36.52%
G 126 of 419 ~ 30.07%
B 140 of 419 ~ 33.41'%

%36.52
%30.07
%33.41

CMYK color model

#997E8C color CMYK value is (0,18,8,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 8.50%
  • key color value is 40.00%

CMYK: (0,18,8,40)
C0M18Y8K40 (0%, 18%, 8%, 40%)
(0.00 / 0.18 / 0.08 / 0.40)

CMYK percentages

%0
%17.65
%8.5
%40

Codes

Color #997E8C in popluar color models

99 7E 8C
RGB 153 126 140
HSL 329° 11.69% 54.71%
HSB/HSV 329° 17.65% 60.00%
CMYK 0.00% 17.65% 8.50%
40.00%

Color #997E8C in popluar number systems.

HEX 99 7E 8C
Decimal 153 126 140
Binary 10011001 1111110 10001100
Octal 231 176 214

Shades and tints

Shades of #997E8C

#997E8C
(153,126,140)
#8C7380
(140,115,128)
#7F6874
(127,104,116)
#725D68
(114,93,104)
#65525C
(101,82,92)
#584750
(88,71,80)
#4B3C44
(75,60,68)
#3E3138
(62,49,56)
#31262C
(49,38,44)
#241B20
(36,27,32)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #997E8C

#997E8C
(153,126,140)
#A28996
(162,137,150)
#AB94A0
(171,148,160)
#B49FAA
(180,159,170)
#BDAAB4
(189,170,180)
#C6B5BE
(198,181,190)
#CFC0C8
(207,192,200)
#D8CBD2
(216,203,210)
#E1D6DC
(225,214,220)
#EAE1E6
(234,225,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997E8C color. Also use rgb(153,126,140) instead hex code.

Text Font Color

.myTextColor { color: #997E8C; }

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

This text font color is #997E8C.

Background Color

.myBgColor { background-color: #997E8C; }

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

This div background color is #997E8C.

Border color

.myBorderColor { border: 1px solid #997E8C; }

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

This div border color is #997E8C.

Opacity

.myOpacity80 { color: #997E8C; opacity: 0.8; }

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

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

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

This text has shadow with #997E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997E8C.

Preview

Color preview on black background

This text has color #997E8C on black background.


Color preview on white background

This text has color #997E8C on white background.


Black color preview on #997E8C background

This text has black color on #997E8C background.


White color preview on #997E8C background

This text has white color on #997E8C background.


Related colors

Complementary color

Complementary color for #hex is #668173.


I love getcolorcode.com

Triadic colors

1 #8C997E and #7E8C99 with #997E8C are triadic colors.

2 #8C7E99 and #7E998C with #997E8C are triadic colors.