COLOR #997D9D

HEX: #997D9D
RGB: (153,125,157)

Color info

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

RGB color model

#997D9D color RGB value is (153,125,157).

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

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 157 of 255 = 62%

153
125
157

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 157 = 435 (100%)
R 153 of 435 ~ 35.17%
G 125 of 435 ~ 28.74%
B 157 of 435 ~ 36.09%

%35.17
%28.74
%36.09

CMYK color model

#997D9D color CMYK value is (3,20,0,38).

  • cyan value is 2.55%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(3,20,0,38)
C3M20Y0K38 
(3%,20%,0%,38%)
(0.03/0.20/0.00/0.38)	

CMYK percentages

%2.55
%20.38
%0
%38.43

Codes

Color #997D9D in popluar color models

997D9D
RGB153125157
HSL293°14.04%55.29%
HSB/HSV293°20.38%61.57%
CMYK2.55%20.38%0.00%
38.43%

Color #997D9D in popluar number systems.

HEX997D9D
Decimal153125157
Binary10011001111110110011101
Octal231175235

Shades and tints

Shades of #997D9D

#997D9D
(153,125,157)
#8C728F
(140,114,143)
#7F6781
(127,103,129)
#725C73
(114,92,115)
#655165
(101,81,101)
#584657
(88,70,87)
#4B3B49
(75,59,73)
#3E303B
(62,48,59)
#31252D
(49,37,45)
#241A1F
(36,26,31)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #997D9D

#997D9D
(153,125,157)
#A288A5
(162,136,165)
#AB93AD
(171,147,173)
#B49EB5
(180,158,181)
#BDA9BD
(189,169,189)
#C6B4C5
(198,180,197)
#CFBFCD
(207,191,205)
#D8CAD5
(216,202,213)
#E1D5DD
(225,213,221)
#EAE0E5
(234,224,229)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D9D; }

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

This text font color is #997D9D.


Background Color

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

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

This div background color is #997D9D.


Border color

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

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

This div border color is #997D9D.


Opacity

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

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

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

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

This text has shadow with #997D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D9D on black background.


Color preview on white background

This text has color #997D9D on white background.



Black color preview on #997D9D background

This text has black color on #997D9D background.


White color preview on #997D9D background

This text has white color on #997D9D background.