COLOR #997898

HEX: #997898
RGB: (153,120,152)

Color info

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

RGB color model

#997898 color RGB value is (153,120,152).

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

RGB channels and saturation

R 153 of 255 = 60%
G 120 of 255 = 47%
B 152 of 255 = 60%

153
120
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 120 + 152 = 425 (100%)
R 153 of 425 ~ 36%
G 120 of 425 ~ 28.24%
B 152 of 425 ~ 35.76%

%36
%28.24
%35.76

CMYK color model

#997898 color CMYK value is (0,22,1,40).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(0,22,1,40)
C0M22Y1K40 
(0%,22%,1%,40%)
(0.00/0.22/0.01/0.40)	

CMYK percentages

%0
%21.57
%0.65
%40

Codes

Color #997898 in popluar color models

997898
RGB153120152
HSL302°13.92%53.53%
HSB/HSV302°21.57%60.00%
CMYK0.00%21.57%0.65%
40.00%

Color #997898 in popluar number systems.

HEX997898
Decimal153120152
Binary10011001111100010011000
Octal231170230

Shades and tints

Shades of #997898

#997898
(153,120,152)
#8C6E8B
(140,110,139)
#7F647E
(127,100,126)
#725A71
(114,90,113)
#655064
(101,80,100)
#584657
(88,70,87)
#4B3C4A
(75,60,74)
#3E323D
(62,50,61)
#312830
(49,40,48)
#241E23
(36,30,35)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #997898

#997898
(153,120,152)
#A284A1
(162,132,161)
#AB90AA
(171,144,170)
#B49CB3
(180,156,179)
#BDA8BC
(189,168,188)
#C6B4C5
(198,180,197)
#CFC0CE
(207,192,206)
#D8CCD7
(216,204,215)
#E1D8E0
(225,216,224)
#EAE4E9
(234,228,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997898; }

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

This text font color is #997898.


Background Color

.myBgColor { background-color: #997898; }

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

This div background color is #997898.


Border color

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

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

This div border color is #997898.


Opacity

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

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

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

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

This text has shadow with #997898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997898 on black background.


Color preview on white background

This text has color #997898 on white background.



Black color preview on #997898 background

This text has black color on #997898 background.


White color preview on #997898 background

This text has white color on #997898 background.