COLOR #997F9B

HEX: #997F9B
RGB: (153,127,155)

Color info

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

RGB color model

#997F9B color RGB value is (153,127,155).

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

RGB channels and saturation

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

153
127
155

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 155 = 435 (100%)
R 153 of 435 ~ 35.17%
G 127 of 435 ~ 29.2%
B 155 of 435 ~ 35.63%

%35.17
%29.2
%35.63

CMYK color model

#997F9B color CMYK value is (1,18,0,39).

  • cyan value is 1.29%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(1,18,0,39)
C1M18Y0K39 
(1%,18%,0%,39%)
(0.01/0.18/0.00/0.39)	

CMYK percentages

%1.29
%18.06
%0
%39.22

Codes

Color #997F9B in popluar color models

997F9B
RGB153127155
HSL296°12.28%55.29%
HSB/HSV296°18.06%60.78%
CMYK1.29%18.06%0.00%
39.22%

Color #997F9B in popluar number systems.

HEX997F9B
Decimal153127155
Binary10011001111111110011011
Octal231177233

Shades and tints

Shades of #997F9B

#997F9B
(153,127,155)
#8C748D
(140,116,141)
#7F697F
(127,105,127)
#725E71
(114,94,113)
#655363
(101,83,99)
#584855
(88,72,85)
#4B3D47
(75,61,71)
#3E3239
(62,50,57)
#31272B
(49,39,43)
#241C1D
(36,28,29)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #997F9B

#997F9B
(153,127,155)
#A28AA4
(162,138,164)
#AB95AD
(171,149,173)
#B4A0B6
(180,160,182)
#BDABBF
(189,171,191)
#C6B6C8
(198,182,200)
#CFC1D1
(207,193,209)
#D8CCDA
(216,204,218)
#E1D7E3
(225,215,227)
#EAE2EC
(234,226,236)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F9B; }

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

This text font color is #997F9B.


Background Color

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

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

This div background color is #997F9B.


Border color

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

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

This div border color is #997F9B.


Opacity

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

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

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

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

This text has shadow with #997F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F9B on black background.


Color preview on white background

This text has color #997F9B on white background.



Black color preview on #997F9B background

This text has black color on #997F9B background.


White color preview on #997F9B background

This text has white color on #997F9B background.