COLOR #997BA0

HEX: #997BA0
RGB: (153,123,160)

Color info

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

RGB color model

#997BA0 color RGB value is (153,123,160).

  • red value is 153;
  • green value is 123;
  • blue value is 160.
RGB:
(153,123,160)
(60%,48%,63%)

RGB channels and saturation

R 153 of 255 = 60%
G 123 of 255 = 48%
B 160 of 255 = 63%

153
123
160

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

Portions of RGB colors in percentages

R + G + B =
153 + 123 + 160 = 436 (100%)
R 153 of 436 ~ 35.09%
G 123 of 436 ~ 28.21%
B 160 of 436 ~ 36.7%

%35.09
%28.21
%36.7

CMYK color model

#997BA0 color CMYK value is (4,23,0,37).

  • cyan value is 4.38%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(4,23,0,37)
C4M23Y0K37 
(4%,23%,0%,37%)
(0.04/0.23/0.00/0.37)	

CMYK percentages

%4.38
%23.13
%0
%37.25

Codes

Color #997BA0 in popluar color models

997BA0
RGB153123160
HSL289°16.30%55.49%
HSB/HSV289°23.13%62.75%
CMYK4.38%23.13%0.00%
37.25%

Color #997BA0 in popluar number systems.

HEX997BA0
Decimal153123160
Binary10011001111101110100000
Octal231173240

Shades and tints

Shades of #997BA0

#997BA0
(153,123,160)
#8C7092
(140,112,146)
#7F6584
(127,101,132)
#725A76
(114,90,118)
#654F68
(101,79,104)
#58445A
(88,68,90)
#4B394C
(75,57,76)
#3E2E3E
(62,46,62)
#312330
(49,35,48)
#241822
(36,24,34)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #997BA0

#997BA0
(153,123,160)
#A287A8
(162,135,168)
#AB93B0
(171,147,176)
#B49FB8
(180,159,184)
#BDABC0
(189,171,192)
#C6B7C8
(198,183,200)
#CFC3D0
(207,195,208)
#D8CFD8
(216,207,216)
#E1DBE0
(225,219,224)
#EAE7E8
(234,231,232)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997BA0; }

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

This text font color is #997BA0.


Background Color

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

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

This div background color is #997BA0.


Border color

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

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

This div border color is #997BA0.


Opacity

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

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

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

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

This text has shadow with #997BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997BA0 on black background.


Color preview on white background

This text has color #997BA0 on white background.



Black color preview on #997BA0 background

This text has black color on #997BA0 background.


White color preview on #997BA0 background

This text has white color on #997BA0 background.