COLOR #897485

HEX: #897485
RGB: (137,116,133)

Color info

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

RGB color model

#897485 color RGB value is (137,116,133).

  • red value is 137;
  • green value is 116;
  • blue value is 133.
RGB:
(137,116,133)
(54%,45%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 116 of 255 = 45%
B 133 of 255 = 52%

137
116
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 116 + 133 = 386 (100%)
R 137 of 386 ~ 35.49%
G 116 of 386 ~ 30.05%
B 133 of 386 ~ 34.46%

%35.49
%30.05
%34.46

CMYK color model

#897485 color CMYK value is (0,15,3,46).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(0,15,3,46)
C0M15Y3K46 
(0%,15%,3%,46%)
(0.00/0.15/0.03/0.46)	

CMYK percentages

%0
%15.33
%2.92
%46.27

Codes

Color #897485 in popluar color models

897485
RGB137116133
HSL311°8.30%49.61%
HSB/HSV311°15.33%53.73%
CMYK0.00%15.33%2.92%
46.27%

Color #897485 in popluar number systems.

HEX897485
Decimal137116133
Binary10001001111010010000101
Octal211164205

Shades and tints

Shades of #897485

#897485
(137,116,133)
#7D6A79
(125,106,121)
#71606D
(113,96,109)
#655661
(101,86,97)
#594C55
(89,76,85)
#4D4249
(77,66,73)
#41383D
(65,56,61)
#352E31
(53,46,49)
#292425
(41,36,37)
#1D1A19
(29,26,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #897485

#897485
(137,116,133)
#938090
(147,128,144)
#9D8C9B
(157,140,155)
#A798A6
(167,152,166)
#B1A4B1
(177,164,177)
#BBB0BC
(187,176,188)
#C5BCC7
(197,188,199)
#CFC8D2
(207,200,210)
#D9D4DD
(217,212,221)
#E3E0E8
(227,224,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897485 color. Also use rgb(137,116,133) instead hex code.

Text Font Color

.myTextColor { color: #897485; }

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

This text font color is #897485.


Background Color

.myBgColor { background-color: #897485; }

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

This div background color is #897485.


Border color

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

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

This div border color is #897485.


Opacity

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

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

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

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

This text has shadow with #897485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897485 on black background.


Color preview on white background

This text has color #897485 on white background.



Black color preview on #897485 background

This text has black color on #897485 background.


White color preview on #897485 background

This text has white color on #897485 background.