COLOR #896DA4

HEX: #896DA4
RGB: (137,109,164)

Color info

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

RGB color model

#896DA4 color RGB value is (137,109,164).

  • red value is 137;
  • green value is 109;
  • blue value is 164.
RGB:
(137,109,164)
(54%,43%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 164 of 255 = 64%

137
109
164

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

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 164 = 410 (100%)
R 137 of 410 ~ 33.41%
G 109 of 410 ~ 26.59%
B 164 of 410 ~ 40%

%33.41
%26.59
%40

CMYK color model

#896DA4 color CMYK value is (16,34,0,36).

  • cyan value is 16.46%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,34,0,36)
C16M34Y0K36 
(16%,34%,0%,36%)
(0.16/0.34/0.00/0.36)	

CMYK percentages

%16.46
%33.54
%0
%35.69

Codes

Color #896DA4 in popluar color models

896DA4
RGB137109164
HSL271°23.21%53.53%
HSB/HSV271°33.54%64.31%
CMYK16.46%33.54%0.00%
35.69%

Color #896DA4 in popluar number systems.

HEX896DA4
Decimal137109164
Binary10001001110110110100100
Octal211155244

Shades and tints

Shades of #896DA4

#896DA4
(137,109,164)
#7D6496
(125,100,150)
#715B88
(113,91,136)
#65527A
(101,82,122)
#59496C
(89,73,108)
#4D405E
(77,64,94)
#413750
(65,55,80)
#352E42
(53,46,66)
#292534
(41,37,52)
#1D1C26
(29,28,38)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #896DA4

#896DA4
(137,109,164)
#937AAC
(147,122,172)
#9D87B4
(157,135,180)
#A794BC
(167,148,188)
#B1A1C4
(177,161,196)
#BBAECC
(187,174,204)
#C5BBD4
(197,187,212)
#CFC8DC
(207,200,220)
#D9D5E4
(217,213,228)
#E3E2EC
(227,226,236)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896DA4; }

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

This text font color is #896DA4.


Background Color

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

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

This div background color is #896DA4.


Border color

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

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

This div border color is #896DA4.


Opacity

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

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

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

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

This text has shadow with #896DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896DA4 on black background.


Color preview on white background

This text has color #896DA4 on white background.



Black color preview on #896DA4 background

This text has black color on #896DA4 background.


White color preview on #896DA4 background

This text has white color on #896DA4 background.