COLOR #997F9C

HEX: #997F9C
RGB: (153,127,156)

Color info

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

RGB color model

#997F9C color RGB value is (153,127,156).

  • red value is 153;
  • green value is 127;
  • blue value is 156.
RGB:
(153,127,156)
(60%,50%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 156 of 255 = 61%

153
127
156

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 156 = 436 (100%)
R 153 of 436 ~ 35.09%
G 127 of 436 ~ 29.13%
B 156 of 436 ~ 35.78%

%35.09
%29.13
%35.78

CMYK color model

#997F9C color CMYK value is (2,19,0,39).

  • cyan value is 1.92%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(2,19,0,39)
C2M19Y0K39 
(2%,19%,0%,39%)
(0.02/0.19/0.00/0.39)	

CMYK percentages

%1.92
%18.59
%0
%38.82

Codes

Color #997F9C in popluar color models

997F9C
RGB153127156
HSL294°12.78%55.49%
HSB/HSV294°18.59%61.18%
CMYK1.92%18.59%0.00%
38.82%

Color #997F9C in popluar number systems.

HEX997F9C
Decimal153127156
Binary10011001111111110011100
Octal231177234

Shades and tints

Shades of #997F9C

#997F9C
(153,127,156)
#8C748E
(140,116,142)
#7F6980
(127,105,128)
#725E72
(114,94,114)
#655364
(101,83,100)
#584856
(88,72,86)
#4B3D48
(75,61,72)
#3E323A
(62,50,58)
#31272C
(49,39,44)
#241C1E
(36,28,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #997F9C

#997F9C
(153,127,156)
#A28AA5
(162,138,165)
#AB95AE
(171,149,174)
#B4A0B7
(180,160,183)
#BDABC0
(189,171,192)
#C6B6C9
(198,182,201)
#CFC1D2
(207,193,210)
#D8CCDB
(216,204,219)
#E1D7E4
(225,215,228)
#EAE2ED
(234,226,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F9C; }

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

This text font color is #997F9C.


Background Color

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

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

This div background color is #997F9C.


Border color

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

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

This div border color is #997F9C.


Opacity

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

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

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

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

This text has shadow with #997F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F9C on black background.


Color preview on white background

This text has color #997F9C on white background.



Black color preview on #997F9C background

This text has black color on #997F9C background.


White color preview on #997F9C background

This text has white color on #997F9C background.