COLOR #997A91

HEX: #997A91
RGB: (153,122,145)

Color info

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

RGB color model

#997A91 color RGB value is (153,122,145).

  • red value is 153;
  • green value is 122;
  • blue value is 145.
RGB:
(153,122,145)
(60%,48%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 145 of 255 = 57%

153
122
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 145 = 420 (100%)
R 153 of 420 ~ 36.43%
G 122 of 420 ~ 29.05%
B 145 of 420 ~ 34.52%

%36.43
%29.05
%34.52

CMYK color model

#997A91 color CMYK value is (0,20,5,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,20,5,40)
C0M20Y5K40 
(0%,20%,5%,40%)
(0.00/0.20/0.05/0.40)	

CMYK percentages

%0
%20.26
%5.23
%40

Codes

Color #997A91 in popluar color models

997A91
RGB153122145
HSL315°13.19%53.92%
HSB/HSV315°20.26%60.00%
CMYK0.00%20.26%5.23%
40.00%

Color #997A91 in popluar number systems.

HEX997A91
Decimal153122145
Binary10011001111101010010001
Octal231172221

Shades and tints

Shades of #997A91

#997A91
(153,122,145)
#8C6F84
(140,111,132)
#7F6477
(127,100,119)
#72596A
(114,89,106)
#654E5D
(101,78,93)
#584350
(88,67,80)
#4B3843
(75,56,67)
#3E2D36
(62,45,54)
#312229
(49,34,41)
#24171C
(36,23,28)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #997A91

#997A91
(153,122,145)
#A2869B
(162,134,155)
#AB92A5
(171,146,165)
#B49EAF
(180,158,175)
#BDAAB9
(189,170,185)
#C6B6C3
(198,182,195)
#CFC2CD
(207,194,205)
#D8CED7
(216,206,215)
#E1DAE1
(225,218,225)
#EAE6EB
(234,230,235)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A91; }

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

This text font color is #997A91.


Background Color

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

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

This div background color is #997A91.


Border color

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

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

This div border color is #997A91.


Opacity

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

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

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

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

This text has shadow with #997A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A91 on black background.


Color preview on white background

This text has color #997A91 on white background.



Black color preview on #997A91 background

This text has black color on #997A91 background.


White color preview on #997A91 background

This text has white color on #997A91 background.