COLOR #997F8B

HEX: #997F8B
RGB: (153,127,139)

Color info

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

RGB color model

#997F8B color RGB value is (153,127,139).

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

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 139 of 255 = 55%

153
127
139

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 139 = 419 (100%)
R 153 of 419 ~ 36.52%
G 127 of 419 ~ 30.31%
B 139 of 419 ~ 33.17%

%36.52
%30.31
%33.17

CMYK color model

#997F8B color CMYK value is (0,17,9,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(0,17,9,40)
C0M17Y9K40 
(0%,17%,9%,40%)
(0.00/0.17/0.09/0.40)	

CMYK percentages

%0
%16.99
%9.15
%40

Codes

Color #997F8B in popluar color models

997F8B
RGB153127139
HSL332°11.30%54.90%
HSB/HSV332°16.99%60.00%
CMYK0.00%16.99%9.15%
40.00%

Color #997F8B in popluar number systems.

HEX997F8B
Decimal153127139
Binary10011001111111110001011
Octal231177213

Shades and tints

Shades of #997F8B

#997F8B
(153,127,139)
#8C747F
(140,116,127)
#7F6973
(127,105,115)
#725E67
(114,94,103)
#65535B
(101,83,91)
#58484F
(88,72,79)
#4B3D43
(75,61,67)
#3E3237
(62,50,55)
#31272B
(49,39,43)
#241C1F
(36,28,31)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #997F8B

#997F8B
(153,127,139)
#A28A95
(162,138,149)
#AB959F
(171,149,159)
#B4A0A9
(180,160,169)
#BDABB3
(189,171,179)
#C6B6BD
(198,182,189)
#CFC1C7
(207,193,199)
#D8CCD1
(216,204,209)
#E1D7DB
(225,215,219)
#EAE2E5
(234,226,229)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F8B; }

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

This text font color is #997F8B.


Background Color

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

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

This div background color is #997F8B.


Border color

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

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

This div border color is #997F8B.


Opacity

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

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

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

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

This text has shadow with #997F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F8B on black background.


Color preview on white background

This text has color #997F8B on white background.



Black color preview on #997F8B background

This text has black color on #997F8B background.


White color preview on #997F8B background

This text has white color on #997F8B background.