COLOR #897AAC

HEX: #897AAC RGB: (137,122,172)

Color info

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

RGB color model

#897AAC color RGB value is (137,122,172).

RGB: (137,122,172) (54%, 48%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 172 of 255 = 67%

137
122
172

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

Portions of RGB colors in percentages

R + G + B = 137 + 122 + 172 = 431 (100%)
R 137 of 431 ~ 31.79%
G 122 of 431 ~ 28.31%
B 172 of 431 ~ 39.91'%

%31.79
%28.31
%39.91

CMYK color model

#897AAC color CMYK value is (20,29,0,33).

  • cyan value is 20.35%
  • magenta value is 29.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (20,29,0,33) C20M29Y0K33 (20%,29%,0%,33%) (0.20/0.29/0.00/0.33) 

CMYK percentages

%20.35
%29.07
%0
%32.55

Codes

Color #897AAC in popluar color models

89 7A AC
RGB 137 122 172
HSL 258° 23.15% 57.65%
HSB/HSV 258° 29.07% 67.45%
CMYK 20.35% 29.07% 0.00%
32.55%

Color #897AAC in popluar number systems.

HEX 89 7A AC
Decimal 137 122 172
Binary 10001001 1111010 10101100
Octal 211 172 254

Shades and tints

Shades of #897AAC

#897AAC
(137,122,172)
#7D6F9D
(125,111,157)
#71648E
(113,100,142)
#65597F
(101,89,127)
#594E70
(89,78,112)
#4D4361
(77,67,97)
#413852
(65,56,82)
#352D43
(53,45,67)
#292234
(41,34,52)
#1D1725
(29,23,37)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #897AAC

#897AAC
(137,122,172)
#9386B3
(147,134,179)
#9D92BA
(157,146,186)
#A79EC1
(167,158,193)
#B1AAC8
(177,170,200)
#BBB6CF
(187,182,207)
#C5C2D6
(197,194,214)
#CFCEDD
(207,206,221)
#D9DAE4
(217,218,228)
#E3E6EB
(227,230,235)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897AAC color. Also use rgb(137,122,172) instead hex code.

Text Font Color

.myTextColor { color: #897AAC; }

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

This text font color is #897AAC.

Background Color

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

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

This div background color is #897AAC.

Border color

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

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

This div border color is #897AAC.

Opacity

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

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

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

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

This text has shadow with #897AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897AAC.

Preview

Color preview on black background

This text has color #897AAC on black background.


Color preview on white background

This text has color #897AAC on white background.


Black color preview on #897AAC background

This text has black color on #897AAC background.


White color preview on #897AAC background

This text has white color on #897AAC background.


Related colors

Complementary color

Complementary color for #hex is #768553.


I love getcolorcode.com

Triadic colors

1 #AC897A and #7AAC89 with #897AAC are triadic colors.

2 #AC7A89 and #7A89AC with #897AAC are triadic colors.