COLOR #997899

HEX: #997899
RGB: (153,120,153)

Color info

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

RGB color model

#997899 color RGB value is (153,120,153).

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

RGB channels and saturation

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

153
120
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 120 + 153 = 426 (100%)
R 153 of 426 ~ 35.92%
G 120 of 426 ~ 28.17%
B 153 of 426 ~ 35.92%

%35.92
%28.17
%35.92

CMYK color model

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

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

CMYK percentages

%0
%21.57
%0
%40

Codes

Color #997899 in popluar color models

997899
RGB153120153
HSL300°13.92%53.53%
HSB/HSV300°21.57%60.00%
CMYK0.00%21.57%0.00%
40.00%

Color #997899 in popluar number systems.

HEX997899
Decimal153120153
Binary10011001111100010011001
Octal231170231

Shades and tints

Shades of #997899

#997899
(153,120,153)
#8C6E8C
(140,110,140)
#7F647F
(127,100,127)
#725A72
(114,90,114)
#655065
(101,80,101)
#584658
(88,70,88)
#4B3C4B
(75,60,75)
#3E323E
(62,50,62)
#312831
(49,40,49)
#241E24
(36,30,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #997899

#997899
(153,120,153)
#A284A2
(162,132,162)
#AB90AB
(171,144,171)
#B49CB4
(180,156,180)
#BDA8BD
(189,168,189)
#C6B4C6
(198,180,198)
#CFC0CF
(207,192,207)
#D8CCD8
(216,204,216)
#E1D8E1
(225,216,225)
#EAE4EA
(234,228,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997899; }

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

This text font color is #997899.


Background Color

.myBgColor { background-color: #997899; }

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

This div background color is #997899.


Border color

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

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

This div border color is #997899.


Opacity

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

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

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

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

This text has shadow with #997899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997899 on black background.


Color preview on white background

This text has color #997899 on white background.



Black color preview on #997899 background

This text has black color on #997899 background.


White color preview on #997899 background

This text has white color on #997899 background.