COLOR #997997

HEX: #997997
RGB: (153,121,151)

Color info

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

RGB color model

#997997 color RGB value is (153,121,151).

  • red value is 153;
  • green value is 121;
  • blue value is 151.
RGB:
(153,121,151)
(60%,47%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 121 of 255 = 47%
B 151 of 255 = 59%

153
121
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 121 + 151 = 425 (100%)
R 153 of 425 ~ 36%
G 121 of 425 ~ 28.47%
B 151 of 425 ~ 35.53%

%36
%28.47
%35.53

CMYK color model

#997997 color CMYK value is (0,21,1,40).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 1.31%
  • key color value is 40.00%
CMYK:
(0,21,1,40)
C0M21Y1K40 
(0%,21%,1%,40%)
(0.00/0.21/0.01/0.40)	

CMYK percentages

%0
%20.92
%1.31
%40

Codes

Color #997997 in popluar color models

997997
RGB153121151
HSL304°13.56%53.73%
HSB/HSV304°20.92%60.00%
CMYK0.00%20.92%1.31%
40.00%

Color #997997 in popluar number systems.

HEX997997
Decimal153121151
Binary10011001111100110010111
Octal231171227

Shades and tints

Shades of #997997

#997997
(153,121,151)
#8C6E8A
(140,110,138)
#7F637D
(127,99,125)
#725870
(114,88,112)
#654D63
(101,77,99)
#584256
(88,66,86)
#4B3749
(75,55,73)
#3E2C3C
(62,44,60)
#31212F
(49,33,47)
#241622
(36,22,34)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #997997

#997997
(153,121,151)
#A285A0
(162,133,160)
#AB91A9
(171,145,169)
#B49DB2
(180,157,178)
#BDA9BB
(189,169,187)
#C6B5C4
(198,181,196)
#CFC1CD
(207,193,205)
#D8CDD6
(216,205,214)
#E1D9DF
(225,217,223)
#EAE5E8
(234,229,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997997 color. Also use rgb(153,121,151) instead hex code.

Text Font Color

.myTextColor { color: #997997; }

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

This text font color is #997997.


Background Color

.myBgColor { background-color: #997997; }

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

This div background color is #997997.


Border color

.myBorderColor { border: 1px solid #997997; }

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

This div border color is #997997.


Opacity

.myOpacity80 { color: #997997; opacity: 0.8; }

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

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

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

This text has shadow with #997997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997997 on black background.


Color preview on white background

This text has color #997997 on white background.



Black color preview on #997997 background

This text has black color on #997997 background.


White color preview on #997997 background

This text has white color on #997997 background.