COLOR #897C93

HEX: #897C93
RGB: (137,124,147)

Color info

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

RGB color model

#897C93 color RGB value is (137,124,147).

  • red value is 137;
  • green value is 124;
  • blue value is 147.
RGB:
(137,124,147)
(54%,49%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 147 of 255 = 58%

137
124
147

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 147 = 408 (100%)
R 137 of 408 ~ 33.58%
G 124 of 408 ~ 30.39%
B 147 of 408 ~ 36.03%

%33.58
%30.39
%36.03

CMYK color model

#897C93 color CMYK value is (7,16,0,42).

  • cyan value is 6.80%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,16,0,42)
C7M16Y0K42 
(7%,16%,0%,42%)
(0.07/0.16/0.00/0.42)	

CMYK percentages

%6.8
%15.65
%0
%42.35

Codes

Color #897C93 in popluar color models

897C93
RGB137124147
HSL274°9.62%53.14%
HSB/HSV274°15.65%57.65%
CMYK6.80%15.65%0.00%
42.35%

Color #897C93 in popluar number systems.

HEX897C93
Decimal137124147
Binary10001001111110010010011
Octal211174223

Shades and tints

Shades of #897C93

#897C93
(137,124,147)
#7D7186
(125,113,134)
#716679
(113,102,121)
#655B6C
(101,91,108)
#59505F
(89,80,95)
#4D4552
(77,69,82)
#413A45
(65,58,69)
#352F38
(53,47,56)
#29242B
(41,36,43)
#1D191E
(29,25,30)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #897C93

#897C93
(137,124,147)
#93879C
(147,135,156)
#9D92A5
(157,146,165)
#A79DAE
(167,157,174)
#B1A8B7
(177,168,183)
#BBB3C0
(187,179,192)
#C5BEC9
(197,190,201)
#CFC9D2
(207,201,210)
#D9D4DB
(217,212,219)
#E3DFE4
(227,223,228)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C93 color. Also use rgb(137,124,147) instead hex code.

Text Font Color

.myTextColor { color: #897C93; }

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

This text font color is #897C93.


Background Color

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

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

This div background color is #897C93.


Border color

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

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

This div border color is #897C93.


Opacity

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

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

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

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

This text has shadow with #897C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C93 on black background.


Color preview on white background

This text has color #897C93 on white background.



Black color preview on #897C93 background

This text has black color on #897C93 background.


White color preview on #897C93 background

This text has white color on #897C93 background.