COLOR #897A8D

HEX: #897A8D
RGB: (137,122,141)

Color info

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

RGB color model

#897A8D color RGB value is (137,122,141).

  • red value is 137;
  • green value is 122;
  • blue value is 141.
RGB:
(137,122,141)
(54%,48%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 141 of 255 = 55%

137
122
141

R + G + B ~ 52%. #897A8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 141 = 400 (100%)
R 137 of 400 ~ 34.25%
G 122 of 400 ~ 30.5%
B 141 of 400 ~ 35.25%

%34.25
%30.5
%35.25

CMYK color model

#897A8D color CMYK value is (3,13,0,45).

  • cyan value is 2.84%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(3,13,0,45)
C3M13Y0K45 
(3%,13%,0%,45%)
(0.03/0.13/0.00/0.45)	

CMYK percentages

%2.84
%13.48
%0
%44.71

Codes

Color #897A8D in popluar color models

897A8D
RGB137122141
HSL287°7.69%51.57%
HSB/HSV287°13.48%55.29%
CMYK2.84%13.48%0.00%
44.71%

Color #897A8D in popluar number systems.

HEX897A8D
Decimal137122141
Binary10001001111101010001101
Octal211172215

Shades and tints

Shades of #897A8D

#897A8D
(137,122,141)
#7D6F81
(125,111,129)
#716475
(113,100,117)
#655969
(101,89,105)
#594E5D
(89,78,93)
#4D4351
(77,67,81)
#413845
(65,56,69)
#352D39
(53,45,57)
#29222D
(41,34,45)
#1D1721
(29,23,33)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #897A8D

#897A8D
(137,122,141)
#938697
(147,134,151)
#9D92A1
(157,146,161)
#A79EAB
(167,158,171)
#B1AAB5
(177,170,181)
#BBB6BF
(187,182,191)
#C5C2C9
(197,194,201)
#CFCED3
(207,206,211)
#D9DADD
(217,218,221)
#E3E6E7
(227,230,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897A8D color. Also use rgb(137,122,141) instead hex code.

Text Font Color

.myTextColor { color: #897A8D; }

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

This text font color is #897A8D.


Background Color

.myBgColor { background-color: #897A8D; }

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

This div background color is #897A8D.


Border color

.myBorderColor { border: 1px solid #897A8D; }

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

This div border color is #897A8D.


Opacity

.myOpacity80 { color: #897A8D; opacity: 0.8; }

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

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

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

This text has shadow with #897A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A8D on black background.


Color preview on white background

This text has color #897A8D on white background.



Black color preview on #897A8D background

This text has black color on #897A8D background.


White color preview on #897A8D background

This text has white color on #897A8D background.