COLOR #997A93

HEX: #997A93
RGB: (153,122,147)

Color info

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

RGB color model

#997A93 color RGB value is (153,122,147).

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

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 147 of 255 = 58%

153
122
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 147 = 422 (100%)
R 153 of 422 ~ 36.26%
G 122 of 422 ~ 28.91%
B 147 of 422 ~ 34.83%

%36.26
%28.91
%34.83

CMYK color model

#997A93 color CMYK value is (0,20,4,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(0,20,4,40)
C0M20Y4K40 
(0%,20%,4%,40%)
(0.00/0.20/0.04/0.40)	

CMYK percentages

%0
%20.26
%3.92
%40

Codes

Color #997A93 in popluar color models

997A93
RGB153122147
HSL312°13.19%53.92%
HSB/HSV312°20.26%60.00%
CMYK0.00%20.26%3.92%
40.00%

Color #997A93 in popluar number systems.

HEX997A93
Decimal153122147
Binary10011001111101010010011
Octal231172223

Shades and tints

Shades of #997A93

#997A93
(153,122,147)
#8C6F86
(140,111,134)
#7F6479
(127,100,121)
#72596C
(114,89,108)
#654E5F
(101,78,95)
#584352
(88,67,82)
#4B3845
(75,56,69)
#3E2D38
(62,45,56)
#31222B
(49,34,43)
#24171E
(36,23,30)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #997A93

#997A93
(153,122,147)
#A2869C
(162,134,156)
#AB92A5
(171,146,165)
#B49EAE
(180,158,174)
#BDAAB7
(189,170,183)
#C6B6C0
(198,182,192)
#CFC2C9
(207,194,201)
#D8CED2
(216,206,210)
#E1DADB
(225,218,219)
#EAE6E4
(234,230,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A93; }

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

This text font color is #997A93.


Background Color

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

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

This div background color is #997A93.


Border color

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

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

This div border color is #997A93.


Opacity

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

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

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

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

This text has shadow with #997A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A93 on black background.


Color preview on white background

This text has color #997A93 on white background.



Black color preview on #997A93 background

This text has black color on #997A93 background.


White color preview on #997A93 background

This text has white color on #997A93 background.