COLOR #997D8F

HEX: #997D8F
RGB: (153,125,143)

Color info

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

RGB color model

#997D8F color RGB value is (153,125,143).

  • red value is 153;
  • green value is 125;
  • blue value is 143.
RGB:
(153,125,143)
(60%,49%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 143 of 255 = 56%

153
125
143

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 143 = 421 (100%)
R 153 of 421 ~ 36.34%
G 125 of 421 ~ 29.69%
B 143 of 421 ~ 33.97%

%36.34
%29.69
%33.97

CMYK color model

#997D8F color CMYK value is (0,18,7,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(0,18,7,40)
C0M18Y7K40 
(0%,18%,7%,40%)
(0.00/0.18/0.07/0.40)	

CMYK percentages

%0
%18.3
%6.54
%40

Codes

Color #997D8F in popluar color models

997D8F
RGB153125143
HSL321°12.07%54.51%
HSB/HSV321°18.30%60.00%
CMYK0.00%18.30%6.54%
40.00%

Color #997D8F in popluar number systems.

HEX997D8F
Decimal153125143
Binary10011001111110110001111
Octal231175217

Shades and tints

Shades of #997D8F

#997D8F
(153,125,143)
#8C7282
(140,114,130)
#7F6775
(127,103,117)
#725C68
(114,92,104)
#65515B
(101,81,91)
#58464E
(88,70,78)
#4B3B41
(75,59,65)
#3E3034
(62,48,52)
#312527
(49,37,39)
#241A1A
(36,26,26)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #997D8F

#997D8F
(153,125,143)
#A28899
(162,136,153)
#AB93A3
(171,147,163)
#B49EAD
(180,158,173)
#BDA9B7
(189,169,183)
#C6B4C1
(198,180,193)
#CFBFCB
(207,191,203)
#D8CAD5
(216,202,213)
#E1D5DF
(225,213,223)
#EAE0E9
(234,224,233)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997D8F color. Also use rgb(153,125,143) instead hex code.

Text Font Color

.myTextColor { color: #997D8F; }

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

This text font color is #997D8F.


Background Color

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

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

This div background color is #997D8F.


Border color

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

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

This div border color is #997D8F.


Opacity

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

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

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

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

This text has shadow with #997D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D8F on black background.


Color preview on white background

This text has color #997D8F on white background.



Black color preview on #997D8F background

This text has black color on #997D8F background.


White color preview on #997D8F background

This text has white color on #997D8F background.