COLOR #997C97

HEX: #997C97 RGB: (153,124,151)

Color info

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

RGB color model

#997C97 color RGB value is (153,124,151).

RGB: (153,124,151) (60%, 49%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 124 of 255 = 49%
B 151 of 255 = 59%

153
124
151

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

Portions of RGB colors in percentages

R + G + B = 153 + 124 + 151 = 428 (100%)
R 153 of 428 ~ 35.75%
G 124 of 428 ~ 28.97%
B 151 of 428 ~ 35.28'%

%35.75
%28.97
%35.28

CMYK color model

#997C97 color CMYK value is (0,19,1,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 1.31%
  • key color value is 40.00%

CMYK: (0,19,1,40)
C0M19Y1K40 (0%, 19%, 1%, 40%)
(0.00 / 0.19 / 0.01 / 0.40)

CMYK percentages

%0
%18.95
%1.31
%40

Codes

Color #997C97 in popluar color models

99 7C 97
RGB 153 124 151
HSL 304° 12.45% 54.31%
HSB/HSV 304° 18.95% 60.00%
CMYK 0.00% 18.95% 1.31%
40.00%

Color #997C97 in popluar number systems.

HEX 99 7C 97
Decimal 153 124 151
Binary 10011001 1111100 10010111
Octal 231 174 227

Shades and tints

Shades of #997C97

#997C97
(153,124,151)
#8C718A
(140,113,138)
#7F667D
(127,102,125)
#725B70
(114,91,112)
#655063
(101,80,99)
#584556
(88,69,86)
#4B3A49
(75,58,73)
#3E2F3C
(62,47,60)
#31242F
(49,36,47)
#241922
(36,25,34)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #997C97

#997C97
(153,124,151)
#A287A0
(162,135,160)
#AB92A9
(171,146,169)
#B49DB2
(180,157,178)
#BDA8BB
(189,168,187)
#C6B3C4
(198,179,196)
#CFBECD
(207,190,205)
#D8C9D6
(216,201,214)
#E1D4DF
(225,212,223)
#EADFE8
(234,223,232)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997C97; }

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

This text font color is #997C97.

Background Color

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

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

This div background color is #997C97.

Border color

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

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

This div border color is #997C97.

Opacity

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

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

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

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

This text has shadow with #997C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997C97.

Preview

Color preview on black background

This text has color #997C97 on black background.


Color preview on white background

This text has color #997C97 on white background.


Black color preview on #997C97 background

This text has black color on #997C97 background.


White color preview on #997C97 background

This text has white color on #997C97 background.


Related colors

Complementary color

Complementary color for #hex is #668368.


I love getcolorcode.com

Triadic colors

1 #97997C and #7C9799 with #997C97 are triadic colors.

2 #977C99 and #7C9997 with #997C97 are triadic colors.