COLOR #896DB8

HEX: #896DB8 RGB: (137,109,184)

Color info

#896DB8 contains mainly red and blue colors. Web safe color of #896DB8 is #9966CC (or #96C).

RGB color model

#896DB8 color RGB value is (137,109,184).

RGB: (137,109,184) (54%, 43%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 184 of 255 = 72%

137
109
184

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

Portions of RGB colors in percentages

R + G + B = 137 + 109 + 184 = 430 (100%)
R 137 of 430 ~ 31.86%
G 109 of 430 ~ 25.35%
B 184 of 430 ~ 42.79'%

%31.86
%25.35
%42.79

CMYK color model

#896DB8 color CMYK value is (26,41,0,28).

  • cyan value is 25.54%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (26,41,0,28)
C26M41Y0K28 (26%, 41%, 0%, 28%)
(0.26 / 0.41 / 0.00 / 0.28)

CMYK percentages

%25.54
%40.76
%0
%27.84

Codes

Color #896DB8 in popluar color models

89 6D B8
RGB 137 109 184
HSL 262° 34.56% 57.45%
HSB/HSV 262° 40.76% 72.16%
CMYK 25.54% 40.76% 0.00%
27.84%

Color #896DB8 in popluar number systems.

HEX 89 6D B8
Decimal 137 109 184
Binary 10001001 1101101 10111000
Octal 211 155 270

Shades and tints

Shades of #896DB8

#896DB8
(137,109,184)
#7D64A8
(125,100,168)
#715B98
(113,91,152)
#655288
(101,82,136)
#594978
(89,73,120)
#4D4068
(77,64,104)
#413758
(65,55,88)
#352E48
(53,46,72)
#292538
(41,37,56)
#1D1C28
(29,28,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #896DB8

#896DB8
(137,109,184)
#937ABE
(147,122,190)
#9D87C4
(157,135,196)
#A794CA
(167,148,202)
#B1A1D0
(177,161,208)
#BBAED6
(187,174,214)
#C5BBDC
(197,187,220)
#CFC8E2
(207,200,226)
#D9D5E8
(217,213,232)
#E3E2EE
(227,226,238)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896DB8 color. Also use rgb(137,109,184) instead hex code.

Text Font Color

.myTextColor { color: #896DB8; }

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

This text font color is #896DB8.

Background Color

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

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

This div background color is #896DB8.

Border color

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

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

This div border color is #896DB8.

Opacity

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

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

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

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

This text has shadow with #896DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896DB8.

Preview

Color preview on black background

This text has color #896DB8 on black background.


Color preview on white background

This text has color #896DB8 on white background.


Black color preview on #896DB8 background

This text has black color on #896DB8 background.


White color preview on #896DB8 background

This text has white color on #896DB8 background.


Related colors

Complementary color

Complementary color for #hex is #769247.


I love getcolorcode.com

Triadic colors

1 #B8896D and #6DB889 with #896DB8 are triadic colors.

2 #B86D89 and #6D89B8 with #896DB8 are triadic colors.