COLOR #897C9C

HEX: #897C9C RGB: (137,124,156)

Color info

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

RGB color model

#897C9C color RGB value is (137,124,156).

RGB: (137,124,156) (54%, 49%, 61%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 156 of 255 = 61%

137
124
156

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

Portions of RGB colors in percentages

R + G + B = 137 + 124 + 156 = 417 (100%)
R 137 of 417 ~ 32.85%
G 124 of 417 ~ 29.74%
B 156 of 417 ~ 37.41'%

%32.85
%29.74
%37.41

CMYK color model

#897C9C color CMYK value is (12,21,0,39).

  • cyan value is 12.18%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (12,21,0,39)
C12M21Y0K39 (12%, 21%, 0%, 39%)
(0.12 / 0.21 / 0.00 / 0.39)

CMYK percentages

%12.18
%20.51
%0
%38.82

Codes

Color #897C9C in popluar color models

89 7C 9C
RGB 137 124 156
HSL 264° 13.91% 54.90%
HSB/HSV 264° 20.51% 61.18%
CMYK 12.18% 20.51% 0.00%
38.82%

Color #897C9C in popluar number systems.

HEX 89 7C 9C
Decimal 137 124 156
Binary 10001001 1111100 10011100
Octal 211 174 234

Shades and tints

Shades of #897C9C

#897C9C
(137,124,156)
#7D718E
(125,113,142)
#716680
(113,102,128)
#655B72
(101,91,114)
#595064
(89,80,100)
#4D4556
(77,69,86)
#413A48
(65,58,72)
#352F3A
(53,47,58)
#29242C
(41,36,44)
#1D191E
(29,25,30)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #897C9C

#897C9C
(137,124,156)
#9387A5
(147,135,165)
#9D92AE
(157,146,174)
#A79DB7
(167,157,183)
#B1A8C0
(177,168,192)
#BBB3C9
(187,179,201)
#C5BED2
(197,190,210)
#CFC9DB
(207,201,219)
#D9D4E4
(217,212,228)
#E3DFED
(227,223,237)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C9C; }

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

This text font color is #897C9C.

Background Color

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

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

This div background color is #897C9C.

Border color

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

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

This div border color is #897C9C.

Opacity

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

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

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

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

This text has shadow with #897C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897C9C.

Preview

Color preview on black background

This text has color #897C9C on black background.


Color preview on white background

This text has color #897C9C on white background.


Black color preview on #897C9C background

This text has black color on #897C9C background.


White color preview on #897C9C background

This text has white color on #897C9C background.


Related colors

Complementary color

Complementary color for #hex is #768363.


I love getcolorcode.com

Triadic colors

1 #9C897C and #7C9C89 with #897C9C are triadic colors.

2 #9C7C89 and #7C899C with #897C9C are triadic colors.