COLOR #897C94

HEX: #897C94
RGB: (137,124,148)

Color info

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

RGB color model

#897C94 color RGB value is (137,124,148).

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

RGB channels and saturation

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

137
124
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 148 = 409 (100%)
R 137 of 409 ~ 33.5%
G 124 of 409 ~ 30.32%
B 148 of 409 ~ 36.19%

%33.5
%30.32
%36.19

CMYK color model

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

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

CMYK percentages

%7.43
%16.22
%0
%41.96

Codes

Color #897C94 in popluar color models

897C94
RGB137124148
HSL273°10.08%53.33%
HSB/HSV273°16.22%58.04%
CMYK7.43%16.22%0.00%
41.96%

Color #897C94 in popluar number systems.

HEX897C94
Decimal137124148
Binary10001001111110010010100
Octal211174224

Shades and tints

Shades of #897C94

#897C94
(137,124,148)
#7D7187
(125,113,135)
#71667A
(113,102,122)
#655B6D
(101,91,109)
#595060
(89,80,96)
#4D4553
(77,69,83)
#413A46
(65,58,70)
#352F39
(53,47,57)
#29242C
(41,36,44)
#1D191F
(29,25,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #897C94

#897C94
(137,124,148)
#93879D
(147,135,157)
#9D92A6
(157,146,166)
#A79DAF
(167,157,175)
#B1A8B8
(177,168,184)
#BBB3C1
(187,179,193)
#C5BECA
(197,190,202)
#CFC9D3
(207,201,211)
#D9D4DC
(217,212,220)
#E3DFE5
(227,223,229)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C94; }

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

This text font color is #897C94.


Background Color

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

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

This div background color is #897C94.


Border color

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

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

This div border color is #897C94.


Opacity

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

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

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

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

This text has shadow with #897C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C94 on black background.


Color preview on white background

This text has color #897C94 on white background.



Black color preview on #897C94 background

This text has black color on #897C94 background.


White color preview on #897C94 background

This text has white color on #897C94 background.