COLOR #997C99

HEX: #997C99
RGB: (153,124,153)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
124
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 124 + 153 = 430 (100%)
R 153 of 430 ~ 35.58%
G 124 of 430 ~ 28.84%
B 153 of 430 ~ 35.58%

%35.58
%28.84
%35.58

CMYK color model

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

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

CMYK percentages

%0
%18.95
%0
%40

Codes

Color #997C99 in popluar color models

997C99
RGB153124153
HSL300°12.45%54.31%
HSB/HSV300°18.95%60.00%
CMYK0.00%18.95%0.00%
40.00%

Color #997C99 in popluar number systems.

HEX997C99
Decimal153124153
Binary10011001111110010011001
Octal231174231

Shades and tints

Shades of #997C99

#997C99
(153,124,153)
#8C718C
(140,113,140)
#7F667F
(127,102,127)
#725B72
(114,91,114)
#655065
(101,80,101)
#584558
(88,69,88)
#4B3A4B
(75,58,75)
#3E2F3E
(62,47,62)
#312431
(49,36,49)
#241924
(36,25,36)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #997C99

#997C99
(153,124,153)
#A287A2
(162,135,162)
#AB92AB
(171,146,171)
#B49DB4
(180,157,180)
#BDA8BD
(189,168,189)
#C6B3C6
(198,179,198)
#CFBECF
(207,190,207)
#D8C9D8
(216,201,216)
#E1D4E1
(225,212,225)
#EADFEA
(234,223,234)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997C99; }

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

This text font color is #997C99.


Background Color

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

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

This div background color is #997C99.


Border color

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

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

This div border color is #997C99.


Opacity

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

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

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

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

This text has shadow with #997C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997C99 on black background.


Color preview on white background

This text has color #997C99 on white background.



Black color preview on #997C99 background

This text has black color on #997C99 background.


White color preview on #997C99 background

This text has white color on #997C99 background.