COLOR #896BAA

HEX: #896BAA RGB: (137,107,170)

Color info

#896BAA contains mainly red and blue colors. Web safe color of #896BAA is #996699 (or #969).

RGB color model

#896BAA color RGB value is (137,107,170).

RGB: (137,107,170) (54%, 42%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 170 of 255 = 67%

137
107
170

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

Portions of RGB colors in percentages

R + G + B = 137 + 107 + 170 = 414 (100%)
R 137 of 414 ~ 33.09%
G 107 of 414 ~ 25.85%
B 170 of 414 ~ 41.06'%

%33.09
%25.85
%41.06

CMYK color model

#896BAA color CMYK value is (19,37,0,33).

  • cyan value is 19.41%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (19,37,0,33)
C19M37Y0K33 (19%, 37%, 0%, 33%)
(0.19 / 0.37 / 0.00 / 0.33)

CMYK percentages

%19.41
%37.06
%0
%33.33

Codes

Color #896BAA in popluar color models

89 6B AA
RGB 137 107 170
HSL 269° 27.04% 54.31%
HSB/HSV 269° 37.06% 66.67%
CMYK 19.41% 37.06% 0.00%
33.33%

Color #896BAA in popluar number systems.

HEX 89 6B AA
Decimal 137 107 170
Binary 10001001 1101011 10101010
Octal 211 153 252

Shades and tints

Shades of #896BAA

#896BAA
(137,107,170)
#7D629B
(125,98,155)
#71598C
(113,89,140)
#65507D
(101,80,125)
#59476E
(89,71,110)
#4D3E5F
(77,62,95)
#413550
(65,53,80)
#352C41
(53,44,65)
#292332
(41,35,50)
#1D1A23
(29,26,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #896BAA

#896BAA
(137,107,170)
#9378B1
(147,120,177)
#9D85B8
(157,133,184)
#A792BF
(167,146,191)
#B19FC6
(177,159,198)
#BBACCD
(187,172,205)
#C5B9D4
(197,185,212)
#CFC6DB
(207,198,219)
#D9D3E2
(217,211,226)
#E3E0E9
(227,224,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896BAA color. Also use rgb(137,107,170) instead hex code.

Text Font Color

.myTextColor { color: #896BAA; }

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

This text font color is #896BAA.

Background Color

.myBgColor { background-color: #896BAA; }

<div style="background-color:#896BAA">Inner text</div>

This div background color is #896BAA.

Border color

.myBorderColor { border: 1px solid #896BAA; }

<div style="border:3px solid #896BAA">Div</div>

This div border color is #896BAA.

Opacity

.myOpacity80 { color: #896BAA; opacity: 0.8; }

<p style="color:#896BAA;opacity:0.8;">80%</p>

Text with #896BAA 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 #896BAA;}

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

This text has shadow with #896BAA color.


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

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

This text has shadow with #896BAA primary color and red secondary color.


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

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

This text has shadow with #896BAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #896BAA.

Preview

Color preview on black background

This text has color #896BAA on black background.


Color preview on white background

This text has color #896BAA on white background.


Black color preview on #896BAA background

This text has black color on #896BAA background.


White color preview on #896BAA background

This text has white color on #896BAA background.


Related colors

Complementary color

Complementary color for #hex is #769455.


I love getcolorcode.com

Triadic colors

1 #AA896B and #6BAA89 with #896BAA are triadic colors.

2 #AA6B89 and #6B89AA with #896BAA are triadic colors.