COLOR #896CA8

HEX: #896CA8 RGB: (137,108,168)

Color info

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

RGB color model

#896CA8 color RGB value is (137,108,168).

RGB: (137,108,168) (54%, 42%, 66%)

RGB channels and saturation

R 137 of 255 = 54%
G 108 of 255 = 42%
B 168 of 255 = 66%

137
108
168

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

Portions of RGB colors in percentages

R + G + B = 137 + 108 + 168 = 413 (100%)
R 137 of 413 ~ 33.17%
G 108 of 413 ~ 26.15%
B 168 of 413 ~ 40.68'%

%33.17
%26.15
%40.68

CMYK color model

#896CA8 color CMYK value is (18,36,0,34).

  • cyan value is 18.45%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK: (18,36,0,34) C18M36Y0K34 (18%,36%,0%,34%) (0.18/0.36/0.00/0.34) 

CMYK percentages

%18.45
%35.71
%0
%34.12

Codes

Color #896CA8 in popluar color models

89 6C A8
RGB 137 108 168
HSL 269° 25.64% 54.12%
HSB/HSV 269° 35.71% 65.88%
CMYK 18.45% 35.71% 0.00%
34.12%

Color #896CA8 in popluar number systems.

HEX 89 6C A8
Decimal 137 108 168
Binary 10001001 1101100 10101000
Octal 211 154 250

Shades and tints

Shades of #896CA8

#896CA8
(137,108,168)
#7D6399
(125,99,153)
#715A8A
(113,90,138)
#65517B
(101,81,123)
#59486C
(89,72,108)
#4D3F5D
(77,63,93)
#41364E
(65,54,78)
#352D3F
(53,45,63)
#292430
(41,36,48)
#1D1B21
(29,27,33)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #896CA8

#896CA8
(137,108,168)
#9379AF
(147,121,175)
#9D86B6
(157,134,182)
#A793BD
(167,147,189)
#B1A0C4
(177,160,196)
#BBADCB
(187,173,203)
#C5BAD2
(197,186,210)
#CFC7D9
(207,199,217)
#D9D4E0
(217,212,224)
#E3E1E7
(227,225,231)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896CA8; }

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

This text font color is #896CA8.

Background Color

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

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

This div background color is #896CA8.

Border color

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

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

This div border color is #896CA8.

Opacity

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

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

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

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

This text has shadow with #896CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896CA8.

Preview

Color preview on black background

This text has color #896CA8 on black background.


Color preview on white background

This text has color #896CA8 on white background.


Black color preview on #896CA8 background

This text has black color on #896CA8 background.


White color preview on #896CA8 background

This text has white color on #896CA8 background.


Related colors

Complementary color

Complementary color for #hex is #769357.


I love getcolorcode.com

Triadic colors

1 #A8896C and #6CA889 with #896CA8 are triadic colors.

2 #A86C89 and #6C89A8 with #896CA8 are triadic colors.