COLOR #897D8B

HEX: #897D8B
RGB: (137,125,139)

Color info

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

RGB color model

#897D8B color RGB value is (137,125,139).

  • red value is 137;
  • green value is 125;
  • blue value is 139.
RGB:
(137,125,139)
(54%,49%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 139 of 255 = 55%

137
125
139

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

Portions of RGB colors in percentages

R + G + B =
137 + 125 + 139 = 401 (100%)
R 137 of 401 ~ 34.16%
G 125 of 401 ~ 31.17%
B 139 of 401 ~ 34.66%

%34.16
%31.17
%34.66

CMYK color model

#897D8B color CMYK value is (1,10,0,45).

  • cyan value is 1.44%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,10,0,45)
C1M10Y0K45 
(1%,10%,0%,45%)
(0.01/0.10/0.00/0.45)	

CMYK percentages

%1.44
%10.07
%0
%45.49

Codes

Color #897D8B in popluar color models

897D8B
RGB137125139
HSL291°5.69%51.76%
HSB/HSV291°10.07%54.51%
CMYK1.44%10.07%0.00%
45.49%

Color #897D8B in popluar number systems.

HEX897D8B
Decimal137125139
Binary10001001111110110001011
Octal211175213

Shades and tints

Shades of #897D8B

#897D8B
(137,125,139)
#7D727F
(125,114,127)
#716773
(113,103,115)
#655C67
(101,92,103)
#59515B
(89,81,91)
#4D464F
(77,70,79)
#413B43
(65,59,67)
#353037
(53,48,55)
#29252B
(41,37,43)
#1D1A1F
(29,26,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #897D8B

#897D8B
(137,125,139)
#938895
(147,136,149)
#9D939F
(157,147,159)
#A79EA9
(167,158,169)
#B1A9B3
(177,169,179)
#BBB4BD
(187,180,189)
#C5BFC7
(197,191,199)
#CFCAD1
(207,202,209)
#D9D5DB
(217,213,219)
#E3E0E5
(227,224,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897D8B color. Also use rgb(137,125,139) instead hex code.

Text Font Color

.myTextColor { color: #897D8B; }

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

This text font color is #897D8B.


Background Color

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

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

This div background color is #897D8B.


Border color

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

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

This div border color is #897D8B.


Opacity

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

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

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

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

This text has shadow with #897D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897D8B on black background.


Color preview on white background

This text has color #897D8B on white background.



Black color preview on #897D8B background

This text has black color on #897D8B background.


White color preview on #897D8B background

This text has white color on #897D8B background.