COLOR #997E7F

HEX: #997E7F
RGB: (153,126,127)

Color info

#997E7F contains red, green and blue colors in about the same proportion. Web safe color of #997E7F is #996666 (or #966).

RGB color model

#997E7F color RGB value is (153,126,127).

  • red value is 153;
  • green value is 126;
  • blue value is 127.
RGB:
(153,126,127)
(60%,49%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 127 of 255 = 50%

153
126
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 127 = 406 (100%)
R 153 of 406 ~ 37.68%
G 126 of 406 ~ 31.03%
B 127 of 406 ~ 31.28%

%37.68
%31.03
%31.28

CMYK color model

#997E7F color CMYK value is (0,18,17,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(0,18,17,40)
C0M18Y17K40 
(0%,18%,17%,40%)
(0.00/0.18/0.17/0.40)	

CMYK percentages

%0
%17.65
%16.99
%40

Codes

Color #997E7F in popluar color models

997E7F
RGB153126127
HSL358°11.69%54.71%
HSB/HSV358°17.65%60.00%
CMYK0.00%17.65%16.99%
40.00%

Color #997E7F in popluar number systems.

HEX997E7F
Decimal153126127
Binary1001100111111101111111
Octal231176177

Shades and tints

Shades of #997E7F

#997E7F
(153,126,127)
#8C7374
(140,115,116)
#7F6869
(127,104,105)
#725D5E
(114,93,94)
#655253
(101,82,83)
#584748
(88,71,72)
#4B3C3D
(75,60,61)
#3E3132
(62,49,50)
#312627
(49,38,39)
#241B1C
(36,27,28)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #997E7F

#997E7F
(153,126,127)
#A2898A
(162,137,138)
#AB9495
(171,148,149)
#B49FA0
(180,159,160)
#BDAAAB
(189,170,171)
#C6B5B6
(198,181,182)
#CFC0C1
(207,192,193)
#D8CBCC
(216,203,204)
#E1D6D7
(225,214,215)
#EAE1E2
(234,225,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E7F; }

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

This text font color is #997E7F.


Background Color

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

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

This div background color is #997E7F.


Border color

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

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

This div border color is #997E7F.


Opacity

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

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

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

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

This text has shadow with #997E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E7F on black background.


Color preview on white background

This text has color #997E7F on white background.



Black color preview on #997E7F background

This text has black color on #997E7F background.


White color preview on #997E7F background

This text has white color on #997E7F background.