COLOR #897797

HEX: #897797
RGB: (137,119,151)

Color info

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

RGB color model

#897797 color RGB value is (137,119,151).

  • red value is 137;
  • green value is 119;
  • blue value is 151.
RGB:
(137,119,151)
(54%,47%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 151 of 255 = 59%

137
119
151

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 151 = 407 (100%)
R 137 of 407 ~ 33.66%
G 119 of 407 ~ 29.24%
B 151 of 407 ~ 37.1%

%33.66
%29.24
%37.1

CMYK color model

#897797 color CMYK value is (9,21,0,41).

  • cyan value is 9.27%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(9,21,0,41)
C9M21Y0K41 
(9%,21%,0%,41%)
(0.09/0.21/0.00/0.41)	

CMYK percentages

%9.27
%21.19
%0
%40.78

Codes

Color #897797 in popluar color models

897797
RGB137119151
HSL274°13.33%52.94%
HSB/HSV274°21.19%59.22%
CMYK9.27%21.19%0.00%
40.78%

Color #897797 in popluar number systems.

HEX897797
Decimal137119151
Binary10001001111011110010111
Octal211167227

Shades and tints

Shades of #897797

#897797
(137,119,151)
#7D6D8A
(125,109,138)
#71637D
(113,99,125)
#655970
(101,89,112)
#594F63
(89,79,99)
#4D4556
(77,69,86)
#413B49
(65,59,73)
#35313C
(53,49,60)
#29272F
(41,39,47)
#1D1D22
(29,29,34)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #897797

#897797
(137,119,151)
#9383A0
(147,131,160)
#9D8FA9
(157,143,169)
#A79BB2
(167,155,178)
#B1A7BB
(177,167,187)
#BBB3C4
(187,179,196)
#C5BFCD
(197,191,205)
#CFCBD6
(207,203,214)
#D9D7DF
(217,215,223)
#E3E3E8
(227,227,232)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897797 color. Also use rgb(137,119,151) instead hex code.

Text Font Color

.myTextColor { color: #897797; }

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

This text font color is #897797.


Background Color

.myBgColor { background-color: #897797; }

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

This div background color is #897797.


Border color

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

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

This div border color is #897797.


Opacity

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

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

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

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

This text has shadow with #897797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897797 on black background.


Color preview on white background

This text has color #897797 on white background.



Black color preview on #897797 background

This text has black color on #897797 background.


White color preview on #897797 background

This text has white color on #897797 background.