COLOR #896EA7

HEX: #896EA7
RGB: (137,110,167)

Color info

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

RGB color model

#896EA7 color RGB value is (137,110,167).

  • red value is 137;
  • green value is 110;
  • blue value is 167.
RGB:
(137,110,167)
(54%,43%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 167 of 255 = 65%

137
110
167

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 167 = 414 (100%)
R 137 of 414 ~ 33.09%
G 110 of 414 ~ 26.57%
B 167 of 414 ~ 40.34%

%33.09
%26.57
%40.34

CMYK color model

#896EA7 color CMYK value is (18,34,0,35).

  • cyan value is 17.96%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(18,34,0,35)
C18M34Y0K35 
(18%,34%,0%,35%)
(0.18/0.34/0.00/0.35)	

CMYK percentages

%17.96
%34.13
%0
%34.51

Codes

Color #896EA7 in popluar color models

896EA7
RGB137110167
HSL268°24.46%54.31%
HSB/HSV268°34.13%65.49%
CMYK17.96%34.13%0.00%
34.51%

Color #896EA7 in popluar number systems.

HEX896EA7
Decimal137110167
Binary10001001110111010100111
Octal211156247

Shades and tints

Shades of #896EA7

#896EA7
(137,110,167)
#7D6498
(125,100,152)
#715A89
(113,90,137)
#65507A
(101,80,122)
#59466B
(89,70,107)
#4D3C5C
(77,60,92)
#41324D
(65,50,77)
#35283E
(53,40,62)
#291E2F
(41,30,47)
#1D1420
(29,20,32)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #896EA7

#896EA7
(137,110,167)
#937BAF
(147,123,175)
#9D88B7
(157,136,183)
#A795BF
(167,149,191)
#B1A2C7
(177,162,199)
#BBAFCF
(187,175,207)
#C5BCD7
(197,188,215)
#CFC9DF
(207,201,223)
#D9D6E7
(217,214,231)
#E3E3EF
(227,227,239)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896EA7; }

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

This text font color is #896EA7.


Background Color

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

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

This div background color is #896EA7.


Border color

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

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

This div border color is #896EA7.


Opacity

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

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

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

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

This text has shadow with #896EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896EA7 on black background.


Color preview on white background

This text has color #896EA7 on white background.



Black color preview on #896EA7 background

This text has black color on #896EA7 background.


White color preview on #896EA7 background

This text has white color on #896EA7 background.