COLOR #997C9A

HEX: #997C9A
RGB: (153,124,154)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
124
154

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

Portions of RGB colors in percentages

R + G + B =
153 + 124 + 154 = 431 (100%)
R 153 of 431 ~ 35.5%
G 124 of 431 ~ 28.77%
B 154 of 431 ~ 35.73%

%35.5
%28.77
%35.73

CMYK color model

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

  • cyan value is 0.65%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(1,19,0,40)
C1M19Y0K40 
(1%,19%,0%,40%)
(0.01/0.19/0.00/0.40)	

CMYK percentages

%0.65
%19.48
%0
%39.61

Codes

Color #997C9A in popluar color models

997C9A
RGB153124154
HSL298°12.93%54.51%
HSB/HSV298°19.48%60.39%
CMYK0.65%19.48%0.00%
39.61%

Color #997C9A in popluar number systems.

HEX997C9A
Decimal153124154
Binary10011001111110010011010
Octal231174232

Shades and tints

Shades of #997C9A

#997C9A
(153,124,154)
#8C718C
(140,113,140)
#7F667E
(127,102,126)
#725B70
(114,91,112)
#655062
(101,80,98)
#584554
(88,69,84)
#4B3A46
(75,58,70)
#3E2F38
(62,47,56)
#31242A
(49,36,42)
#24191C
(36,25,28)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #997C9A

#997C9A
(153,124,154)
#A287A3
(162,135,163)
#AB92AC
(171,146,172)
#B49DB5
(180,157,181)
#BDA8BE
(189,168,190)
#C6B3C7
(198,179,199)
#CFBED0
(207,190,208)
#D8C9D9
(216,201,217)
#E1D4E2
(225,212,226)
#EADFEB
(234,223,235)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997C9A; }

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

This text font color is #997C9A.


Background Color

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

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

This div background color is #997C9A.


Border color

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

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

This div border color is #997C9A.


Opacity

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

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

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

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

This text has shadow with #997C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997C9A on black background.


Color preview on white background

This text has color #997C9A on white background.



Black color preview on #997C9A background

This text has black color on #997C9A background.


White color preview on #997C9A background

This text has white color on #997C9A background.