COLOR #997392

HEX: #997392
RGB: (153,115,146)

Color info

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

RGB color model

#997392 color RGB value is (153,115,146).

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

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 146 of 255 = 57%

153
115
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 146 = 414 (100%)
R 153 of 414 ~ 36.96%
G 115 of 414 ~ 27.78%
B 146 of 414 ~ 35.27%

%36.96
%27.78
%35.27

CMYK color model

#997392 color CMYK value is (0,25,5,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(0,25,5,40)
C0M25Y5K40 
(0%,25%,5%,40%)
(0.00/0.25/0.05/0.40)	

CMYK percentages

%0
%24.84
%4.58
%40

Codes

Color #997392 in popluar color models

997392
RGB153115146
HSL311°15.70%52.55%
HSB/HSV311°24.84%60.00%
CMYK0.00%24.84%4.58%
40.00%

Color #997392 in popluar number systems.

HEX997392
Decimal153115146
Binary10011001111001110010010
Octal231163222

Shades and tints

Shades of #997392

#997392
(153,115,146)
#8C6985
(140,105,133)
#7F5F78
(127,95,120)
#72556B
(114,85,107)
#654B5E
(101,75,94)
#584151
(88,65,81)
#4B3744
(75,55,68)
#3E2D37
(62,45,55)
#31232A
(49,35,42)
#24191D
(36,25,29)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #997392

#997392
(153,115,146)
#A27F9B
(162,127,155)
#AB8BA4
(171,139,164)
#B497AD
(180,151,173)
#BDA3B6
(189,163,182)
#C6AFBF
(198,175,191)
#CFBBC8
(207,187,200)
#D8C7D1
(216,199,209)
#E1D3DA
(225,211,218)
#EADFE3
(234,223,227)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997392 color. Also use rgb(153,115,146) instead hex code.

Text Font Color

.myTextColor { color: #997392; }

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

This text font color is #997392.


Background Color

.myBgColor { background-color: #997392; }

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

This div background color is #997392.


Border color

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

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

This div border color is #997392.


Opacity

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

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

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

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

This text has shadow with #997392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997392 on black background.


Color preview on white background

This text has color #997392 on white background.



Black color preview on #997392 background

This text has black color on #997392 background.


White color preview on #997392 background

This text has white color on #997392 background.