COLOR #997293

HEX: #997293
RGB: (153,114,147)

Color info

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

RGB color model

#997293 color RGB value is (153,114,147).

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

RGB channels and saturation

R 153 of 255 = 60%
G 114 of 255 = 45%
B 147 of 255 = 58%

153
114
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 114 + 147 = 414 (100%)
R 153 of 414 ~ 36.96%
G 114 of 414 ~ 27.54%
B 147 of 414 ~ 35.51%

%36.96
%27.54
%35.51

CMYK color model

#997293 color CMYK value is (0,25,4,40).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(0,25,4,40)
C0M25Y4K40 
(0%,25%,4%,40%)
(0.00/0.25/0.04/0.40)	

CMYK percentages

%0
%25.49
%3.92
%40

Codes

Color #997293 in popluar color models

997293
RGB153114147
HSL309°16.05%52.35%
HSB/HSV309°25.49%60.00%
CMYK0.00%25.49%3.92%
40.00%

Color #997293 in popluar number systems.

HEX997293
Decimal153114147
Binary10011001111001010010011
Octal231162223

Shades and tints

Shades of #997293

#997293
(153,114,147)
#8C6886
(140,104,134)
#7F5E79
(127,94,121)
#72546C
(114,84,108)
#654A5F
(101,74,95)
#584052
(88,64,82)
#4B3645
(75,54,69)
#3E2C38
(62,44,56)
#31222B
(49,34,43)
#24181E
(36,24,30)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #997293

#997293
(153,114,147)
#A27E9C
(162,126,156)
#AB8AA5
(171,138,165)
#B496AE
(180,150,174)
#BDA2B7
(189,162,183)
#C6AEC0
(198,174,192)
#CFBAC9
(207,186,201)
#D8C6D2
(216,198,210)
#E1D2DB
(225,210,219)
#EADEE4
(234,222,228)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997293; }

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

This text font color is #997293.


Background Color

.myBgColor { background-color: #997293; }

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

This div background color is #997293.


Border color

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

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

This div border color is #997293.


Opacity

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

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

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

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

This text has shadow with #997293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997293 on black background.


Color preview on white background

This text has color #997293 on white background.



Black color preview on #997293 background

This text has black color on #997293 background.


White color preview on #997293 background

This text has white color on #997293 background.