COLOR #997491

HEX: #997491
RGB: (153,116,145)

Color info

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

RGB color model

#997491 color RGB value is (153,116,145).

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

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 145 of 255 = 57%

153
116
145

R + G + B ~ 54%. #997491 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 145 = 414 (100%)
R 153 of 414 ~ 36.96%
G 116 of 414 ~ 28.02%
B 145 of 414 ~ 35.02%

%36.96
%28.02
%35.02

CMYK color model

#997491 color CMYK value is (0,24,5,40).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,24,5,40)
C0M24Y5K40 
(0%,24%,5%,40%)
(0.00/0.24/0.05/0.40)	

CMYK percentages

%0
%24.18
%5.23
%40

Codes

Color #997491 in popluar color models

997491
RGB153116145
HSL313°15.35%52.75%
HSB/HSV313°24.18%60.00%
CMYK0.00%24.18%5.23%
40.00%

Color #997491 in popluar number systems.

HEX997491
Decimal153116145
Binary10011001111010010010001
Octal231164221

Shades and tints

Shades of #997491

#997491
(153,116,145)
#8C6A84
(140,106,132)
#7F6077
(127,96,119)
#72566A
(114,86,106)
#654C5D
(101,76,93)
#584250
(88,66,80)
#4B3843
(75,56,67)
#3E2E36
(62,46,54)
#312429
(49,36,41)
#241A1C
(36,26,28)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #997491

#997491
(153,116,145)
#A2809B
(162,128,155)
#AB8CA5
(171,140,165)
#B498AF
(180,152,175)
#BDA4B9
(189,164,185)
#C6B0C3
(198,176,195)
#CFBCCD
(207,188,205)
#D8C8D7
(216,200,215)
#E1D4E1
(225,212,225)
#EAE0EB
(234,224,235)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997491; }

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

This text font color is #997491.


Background Color

.myBgColor { background-color: #997491; }

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

This div background color is #997491.


Border color

.myBorderColor { border: 1px solid #997491; }

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

This div border color is #997491.


Opacity

.myOpacity80 { color: #997491; opacity: 0.8; }

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

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

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

This text has shadow with #997491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997491 on black background.


Color preview on white background

This text has color #997491 on white background.



Black color preview on #997491 background

This text has black color on #997491 background.


White color preview on #997491 background

This text has white color on #997491 background.