COLOR #997193

HEX: #997193
RGB: (153,113,147)

Color info

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

RGB color model

#997193 color RGB value is (153,113,147).

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

RGB channels and saturation

R 153 of 255 = 60%
G 113 of 255 = 44%
B 147 of 255 = 58%

153
113
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 113 + 147 = 413 (100%)
R 153 of 413 ~ 37.05%
G 113 of 413 ~ 27.36%
B 147 of 413 ~ 35.59%

%37.05
%27.36
%35.59

CMYK color model

#997193 color CMYK value is (0,26,4,40).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(0,26,4,40)
C0M26Y4K40 
(0%,26%,4%,40%)
(0.00/0.26/0.04/0.40)	

CMYK percentages

%0
%26.14
%3.92
%40

Codes

Color #997193 in popluar color models

997193
RGB153113147
HSL309°16.39%52.16%
HSB/HSV309°26.14%60.00%
CMYK0.00%26.14%3.92%
40.00%

Color #997193 in popluar number systems.

HEX997193
Decimal153113147
Binary10011001111000110010011
Octal231161223

Shades and tints

Shades of #997193

#997193
(153,113,147)
#8C6786
(140,103,134)
#7F5D79
(127,93,121)
#72536C
(114,83,108)
#65495F
(101,73,95)
#583F52
(88,63,82)
#4B3545
(75,53,69)
#3E2B38
(62,43,56)
#31212B
(49,33,43)
#24171E
(36,23,30)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #997193

#997193
(153,113,147)
#A27D9C
(162,125,156)
#AB89A5
(171,137,165)
#B495AE
(180,149,174)
#BDA1B7
(189,161,183)
#C6ADC0
(198,173,192)
#CFB9C9
(207,185,201)
#D8C5D2
(216,197,210)
#E1D1DB
(225,209,219)
#EADDE4
(234,221,228)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997193; }

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

This text font color is #997193.


Background Color

.myBgColor { background-color: #997193; }

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

This div background color is #997193.


Border color

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

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

This div border color is #997193.


Opacity

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

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

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

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

This text has shadow with #997193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997193 on black background.


Color preview on white background

This text has color #997193 on white background.



Black color preview on #997193 background

This text has black color on #997193 background.


White color preview on #997193 background

This text has white color on #997193 background.