COLOR #997698

HEX: #997698
RGB: (153,118,152)

Color info

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

RGB color model

#997698 color RGB value is (153,118,152).

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

RGB channels and saturation

R 153 of 255 = 60%
G 118 of 255 = 46%
B 152 of 255 = 60%

153
118
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 118 + 152 = 423 (100%)
R 153 of 423 ~ 36.17%
G 118 of 423 ~ 27.9%
B 152 of 423 ~ 35.93%

%36.17
%27.9
%35.93

CMYK color model

#997698 color CMYK value is (0,23,1,40).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(0,23,1,40)
C0M23Y1K40 
(0%,23%,1%,40%)
(0.00/0.23/0.01/0.40)	

CMYK percentages

%0
%22.88
%0.65
%40

Codes

Color #997698 in popluar color models

997698
RGB153118152
HSL302°14.64%53.14%
HSB/HSV302°22.88%60.00%
CMYK0.00%22.88%0.65%
40.00%

Color #997698 in popluar number systems.

HEX997698
Decimal153118152
Binary10011001111011010011000
Octal231166230

Shades and tints

Shades of #997698

#997698
(153,118,152)
#8C6C8B
(140,108,139)
#7F627E
(127,98,126)
#725871
(114,88,113)
#654E64
(101,78,100)
#584457
(88,68,87)
#4B3A4A
(75,58,74)
#3E303D
(62,48,61)
#312630
(49,38,48)
#241C23
(36,28,35)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #997698

#997698
(153,118,152)
#A282A1
(162,130,161)
#AB8EAA
(171,142,170)
#B49AB3
(180,154,179)
#BDA6BC
(189,166,188)
#C6B2C5
(198,178,197)
#CFBECE
(207,190,206)
#D8CAD7
(216,202,215)
#E1D6E0
(225,214,224)
#EAE2E9
(234,226,233)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997698; }

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

This text font color is #997698.


Background Color

.myBgColor { background-color: #997698; }

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

This div background color is #997698.


Border color

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

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

This div border color is #997698.


Opacity

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

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

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

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

This text has shadow with #997698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997698 on black background.


Color preview on white background

This text has color #997698 on white background.



Black color preview on #997698 background

This text has black color on #997698 background.


White color preview on #997698 background

This text has white color on #997698 background.