COLOR #997C96

HEX: #997C96
RGB: (153,124,150)

Color info

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

RGB color model

#997C96 color RGB value is (153,124,150).

  • red value is 153;
  • green value is 124;
  • blue value is 150.
RGB:
(153,124,150)
(60%,49%,59%)

RGB channels and saturation

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

153
124
150

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

Portions of RGB colors in percentages

R + G + B =
153 + 124 + 150 = 427 (100%)
R 153 of 427 ~ 35.83%
G 124 of 427 ~ 29.04%
B 150 of 427 ~ 35.13%

%35.83
%29.04
%35.13

CMYK color model

#997C96 color CMYK value is (0,19,2,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(0,19,2,40)
C0M19Y2K40 
(0%,19%,2%,40%)
(0.00/0.19/0.02/0.40)	

CMYK percentages

%0
%18.95
%1.96
%40

Codes

Color #997C96 in popluar color models

997C96
RGB153124150
HSL306°12.45%54.31%
HSB/HSV306°18.95%60.00%
CMYK0.00%18.95%1.96%
40.00%

Color #997C96 in popluar number systems.

HEX997C96
Decimal153124150
Binary10011001111110010010110
Octal231174226

Shades and tints

Shades of #997C96

#997C96
(153,124,150)
#8C7189
(140,113,137)
#7F667C
(127,102,124)
#725B6F
(114,91,111)
#655062
(101,80,98)
#584555
(88,69,85)
#4B3A48
(75,58,72)
#3E2F3B
(62,47,59)
#31242E
(49,36,46)
#241921
(36,25,33)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #997C96

#997C96
(153,124,150)
#A2879F
(162,135,159)
#AB92A8
(171,146,168)
#B49DB1
(180,157,177)
#BDA8BA
(189,168,186)
#C6B3C3
(198,179,195)
#CFBECC
(207,190,204)
#D8C9D5
(216,201,213)
#E1D4DE
(225,212,222)
#EADFE7
(234,223,231)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997C96; }

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

This text font color is #997C96.


Background Color

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

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

This div background color is #997C96.


Border color

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

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

This div border color is #997C96.


Opacity

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

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

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

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

This text has shadow with #997C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997C96 on black background.


Color preview on white background

This text has color #997C96 on white background.



Black color preview on #997C96 background

This text has black color on #997C96 background.


White color preview on #997C96 background

This text has white color on #997C96 background.