COLOR #896EB3

HEX: #896EB3 RGB: (137,110,179)

Color info

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

RGB color model

#896EB3 color RGB value is (137,110,179).

RGB: (137,110,179) (54%, 43%, 70%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 179 of 255 = 70%

137
110
179

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

Portions of RGB colors in percentages

R + G + B = 137 + 110 + 179 = 426 (100%)
R 137 of 426 ~ 32.16%
G 110 of 426 ~ 25.82%
B 179 of 426 ~ 42.02'%

%32.16
%25.82
%42.02

CMYK color model

#896EB3 color CMYK value is (23,39,0,30).

  • cyan value is 23.46%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (23,39,0,30)
C23M39Y0K30 (23%, 39%, 0%, 30%)
(0.23 / 0.39 / 0.00 / 0.30)

CMYK percentages

%23.46
%38.55
%0
%29.8

Codes

Color #896EB3 in popluar color models

89 6E B3
RGB 137 110 179
HSL 263° 31.22% 56.67%
HSB/HSV 263° 38.55% 70.20%
CMYK 23.46% 38.55% 0.00%
29.80%

Color #896EB3 in popluar number systems.

HEX 89 6E B3
Decimal 137 110 179
Binary 10001001 1101110 10110011
Octal 211 156 263

Shades and tints

Shades of #896EB3

#896EB3
(137,110,179)
#7D64A3
(125,100,163)
#715A93
(113,90,147)
#655083
(101,80,131)
#594673
(89,70,115)
#4D3C63
(77,60,99)
#413253
(65,50,83)
#352843
(53,40,67)
#291E33
(41,30,51)
#1D1423
(29,20,35)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #896EB3

#896EB3
(137,110,179)
#937BB9
(147,123,185)
#9D88BF
(157,136,191)
#A795C5
(167,149,197)
#B1A2CB
(177,162,203)
#BBAFD1
(187,175,209)
#C5BCD7
(197,188,215)
#CFC9DD
(207,201,221)
#D9D6E3
(217,214,227)
#E3E3E9
(227,227,233)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896EB3 color. Also use rgb(137,110,179) instead hex code.

Text Font Color

.myTextColor { color: #896EB3; }

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

This text font color is #896EB3.

Background Color

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

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

This div background color is #896EB3.

Border color

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

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

This div border color is #896EB3.

Opacity

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

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

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

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

This text has shadow with #896EB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896EB3.

Preview

Color preview on black background

This text has color #896EB3 on black background.


Color preview on white background

This text has color #896EB3 on white background.


Black color preview on #896EB3 background

This text has black color on #896EB3 background.


White color preview on #896EB3 background

This text has white color on #896EB3 background.


Related colors

Complementary color

Complementary color for #hex is #76914C.


I love getcolorcode.com

Triadic colors

1 #B3896E and #6EB389 with #896EB3 are triadic colors.

2 #B36E89 and #6E89B3 with #896EB3 are triadic colors.