COLOR #896C97

HEX: #896C97 RGB: (137,108,151)

Color info

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

RGB color model

#896C97 color RGB value is (137,108,151).

RGB: (137,108,151) (54%, 42%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 108 of 255 = 42%
B 151 of 255 = 59%

137
108
151

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

Portions of RGB colors in percentages

R + G + B = 137 + 108 + 151 = 396 (100%)
R 137 of 396 ~ 34.6%
G 108 of 396 ~ 27.27%
B 151 of 396 ~ 38.13'%

%34.6
%27.27
%38.13

CMYK color model

#896C97 color CMYK value is (9,28,0,41).

  • cyan value is 9.27%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (9,28,0,41)
C9M28Y0K41 (9%, 28%, 0%, 41%)
(0.09 / 0.28 / 0.00 / 0.41)

CMYK percentages

%9.27
%28.48
%0
%40.78

Codes

Color #896C97 in popluar color models

89 6C 97
RGB 137 108 151
HSL 280° 17.13% 50.78%
HSB/HSV 280° 28.48% 59.22%
CMYK 9.27% 28.48% 0.00%
40.78%

Color #896C97 in popluar number systems.

HEX 89 6C 97
Decimal 137 108 151
Binary 10001001 1101100 10010111
Octal 211 154 227

Shades and tints

Shades of #896C97

#896C97
(137,108,151)
#7D638A
(125,99,138)
#715A7D
(113,90,125)
#655170
(101,81,112)
#594863
(89,72,99)
#4D3F56
(77,63,86)
#413649
(65,54,73)
#352D3C
(53,45,60)
#29242F
(41,36,47)
#1D1B22
(29,27,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #896C97

#896C97
(137,108,151)
#9379A0
(147,121,160)
#9D86A9
(157,134,169)
#A793B2
(167,147,178)
#B1A0BB
(177,160,187)
#BBADC4
(187,173,196)
#C5BACD
(197,186,205)
#CFC7D6
(207,199,214)
#D9D4DF
(217,212,223)
#E3E1E8
(227,225,232)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896C97 color. Also use rgb(137,108,151) instead hex code.

Text Font Color

.myTextColor { color: #896C97; }

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

This text font color is #896C97.

Background Color

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

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

This div background color is #896C97.

Border color

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

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

This div border color is #896C97.

Opacity

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

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

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

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

This text has shadow with #896C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896C97.

Preview

Color preview on black background

This text has color #896C97 on black background.


Color preview on white background

This text has color #896C97 on white background.


Black color preview on #896C97 background

This text has black color on #896C97 background.


White color preview on #896C97 background

This text has white color on #896C97 background.


Related colors

Complementary color

Complementary color for #hex is #769368.


I love getcolorcode.com

Triadic colors

1 #97896C and #6C9789 with #896C97 are triadic colors.

2 #976C89 and #6C8997 with #896C97 are triadic colors.