COLOR #897BAB

HEX: #897BAB RGB: (137,123,171)

Color info

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

RGB color model

#897BAB color RGB value is (137,123,171).

RGB: (137,123,171) (54%, 48%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 171 of 255 = 67%

137
123
171

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

Portions of RGB colors in percentages

R + G + B = 137 + 123 + 171 = 431 (100%)
R 137 of 431 ~ 31.79%
G 123 of 431 ~ 28.54%
B 171 of 431 ~ 39.68'%

%31.79
%28.54
%39.68

CMYK color model

#897BAB color CMYK value is (20,28,0,33).

  • cyan value is 19.88%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,28,0,33)
C20M28Y0K33 (20%, 28%, 0%, 33%)
(0.20 / 0.28 / 0.00 / 0.33)

CMYK percentages

%19.88
%28.07
%0
%32.94

Codes

Color #897BAB in popluar color models

89 7B AB
RGB 137 123 171
HSL 258° 22.22% 57.65%
HSB/HSV 258° 28.07% 67.06%
CMYK 19.88% 28.07% 0.00%
32.94%

Color #897BAB in popluar number systems.

HEX 89 7B AB
Decimal 137 123 171
Binary 10001001 1111011 10101011
Octal 211 173 253

Shades and tints

Shades of #897BAB

#897BAB
(137,123,171)
#7D709C
(125,112,156)
#71658D
(113,101,141)
#655A7E
(101,90,126)
#594F6F
(89,79,111)
#4D4460
(77,68,96)
#413951
(65,57,81)
#352E42
(53,46,66)
#292333
(41,35,51)
#1D1824
(29,24,36)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #897BAB

#897BAB
(137,123,171)
#9387B2
(147,135,178)
#9D93B9
(157,147,185)
#A79FC0
(167,159,192)
#B1ABC7
(177,171,199)
#BBB7CE
(187,183,206)
#C5C3D5
(197,195,213)
#CFCFDC
(207,207,220)
#D9DBE3
(217,219,227)
#E3E7EA
(227,231,234)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897BAB color. Also use rgb(137,123,171) instead hex code.

Text Font Color

.myTextColor { color: #897BAB; }

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

This text font color is #897BAB.

Background Color

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

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

This div background color is #897BAB.

Border color

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

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

This div border color is #897BAB.

Opacity

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

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

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

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

This text has shadow with #897BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897BAB.

Preview

Color preview on black background

This text has color #897BAB on black background.


Color preview on white background

This text has color #897BAB on white background.


Black color preview on #897BAB background

This text has black color on #897BAB background.


White color preview on #897BAB background

This text has white color on #897BAB background.


Related colors

Complementary color

Complementary color for #hex is #768454.


I love getcolorcode.com

Triadic colors

1 #AB897B and #7BAB89 with #897BAB are triadic colors.

2 #AB7B89 and #7B89AB with #897BAB are triadic colors.