COLOR #997394

HEX: #997394
RGB: (153,115,148)

Color info

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

RGB color model

#997394 color RGB value is (153,115,148).

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

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 148 of 255 = 58%

153
115
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 148 = 416 (100%)
R 153 of 416 ~ 36.78%
G 115 of 416 ~ 27.64%
B 148 of 416 ~ 35.58%

%36.78
%27.64
%35.58

CMYK color model

#997394 color CMYK value is (0,25,3,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(0,25,3,40)
C0M25Y3K40 
(0%,25%,3%,40%)
(0.00/0.25/0.03/0.40)	

CMYK percentages

%0
%24.84
%3.27
%40

Codes

Color #997394 in popluar color models

997394
RGB153115148
HSL308°15.70%52.55%
HSB/HSV308°24.84%60.00%
CMYK0.00%24.84%3.27%
40.00%

Color #997394 in popluar number systems.

HEX997394
Decimal153115148
Binary10011001111001110010100
Octal231163224

Shades and tints

Shades of #997394

#997394
(153,115,148)
#8C6987
(140,105,135)
#7F5F7A
(127,95,122)
#72556D
(114,85,109)
#654B60
(101,75,96)
#584153
(88,65,83)
#4B3746
(75,55,70)
#3E2D39
(62,45,57)
#31232C
(49,35,44)
#24191F
(36,25,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #997394

#997394
(153,115,148)
#A27F9D
(162,127,157)
#AB8BA6
(171,139,166)
#B497AF
(180,151,175)
#BDA3B8
(189,163,184)
#C6AFC1
(198,175,193)
#CFBBCA
(207,187,202)
#D8C7D3
(216,199,211)
#E1D3DC
(225,211,220)
#EADFE5
(234,223,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997394; }

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

This text font color is #997394.


Background Color

.myBgColor { background-color: #997394; }

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

This div background color is #997394.


Border color

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

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

This div border color is #997394.


Opacity

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

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

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

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

This text has shadow with #997394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997394 on black background.


Color preview on white background

This text has color #997394 on white background.



Black color preview on #997394 background

This text has black color on #997394 background.


White color preview on #997394 background

This text has white color on #997394 background.