COLOR #997693

HEX: #997693
RGB: (153,118,147)

Color info

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

RGB color model

#997693 color RGB value is (153,118,147).

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

RGB channels and saturation

R 153 of 255 = 60%
G 118 of 255 = 46%
B 147 of 255 = 58%

153
118
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 118 + 147 = 418 (100%)
R 153 of 418 ~ 36.6%
G 118 of 418 ~ 28.23%
B 147 of 418 ~ 35.17%

%36.6
%28.23
%35.17

CMYK color model

#997693 color CMYK value is (0,23,4,40).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(0,23,4,40)
C0M23Y4K40 
(0%,23%,4%,40%)
(0.00/0.23/0.04/0.40)	

CMYK percentages

%0
%22.88
%3.92
%40

Codes

Color #997693 in popluar color models

997693
RGB153118147
HSL310°14.64%53.14%
HSB/HSV310°22.88%60.00%
CMYK0.00%22.88%3.92%
40.00%

Color #997693 in popluar number systems.

HEX997693
Decimal153118147
Binary10011001111011010010011
Octal231166223

Shades and tints

Shades of #997693

#997693
(153,118,147)
#8C6C86
(140,108,134)
#7F6279
(127,98,121)
#72586C
(114,88,108)
#654E5F
(101,78,95)
#584452
(88,68,82)
#4B3A45
(75,58,69)
#3E3038
(62,48,56)
#31262B
(49,38,43)
#241C1E
(36,28,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #997693

#997693
(153,118,147)
#A2829C
(162,130,156)
#AB8EA5
(171,142,165)
#B49AAE
(180,154,174)
#BDA6B7
(189,166,183)
#C6B2C0
(198,178,192)
#CFBEC9
(207,190,201)
#D8CAD2
(216,202,210)
#E1D6DB
(225,214,219)
#EAE2E4
(234,226,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997693; }

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

This text font color is #997693.


Background Color

.myBgColor { background-color: #997693; }

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

This div background color is #997693.


Border color

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

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

This div border color is #997693.


Opacity

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

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

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

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

This text has shadow with #997693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997693 on black background.


Color preview on white background

This text has color #997693 on white background.



Black color preview on #997693 background

This text has black color on #997693 background.


White color preview on #997693 background

This text has white color on #997693 background.