COLOR #896D9C

HEX: #896D9C
RGB: (137,109,156)

Color info

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

RGB color model

#896D9C color RGB value is (137,109,156).

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

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 156 of 255 = 61%

137
109
156

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

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 156 = 402 (100%)
R 137 of 402 ~ 34.08%
G 109 of 402 ~ 27.11%
B 156 of 402 ~ 38.81%

%34.08
%27.11
%38.81

CMYK color model

#896D9C color CMYK value is (12,30,0,39).

  • cyan value is 12.18%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,30,0,39)
C12M30Y0K39 
(12%,30%,0%,39%)
(0.12/0.30/0.00/0.39)	

CMYK percentages

%12.18
%30.13
%0
%38.82

Codes

Color #896D9C in popluar color models

896D9C
RGB137109156
HSL276°19.18%51.96%
HSB/HSV276°30.13%61.18%
CMYK12.18%30.13%0.00%
38.82%

Color #896D9C in popluar number systems.

HEX896D9C
Decimal137109156
Binary10001001110110110011100
Octal211155234

Shades and tints

Shades of #896D9C

#896D9C
(137,109,156)
#7D648E
(125,100,142)
#715B80
(113,91,128)
#655272
(101,82,114)
#594964
(89,73,100)
#4D4056
(77,64,86)
#413748
(65,55,72)
#352E3A
(53,46,58)
#29252C
(41,37,44)
#1D1C1E
(29,28,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #896D9C

#896D9C
(137,109,156)
#937AA5
(147,122,165)
#9D87AE
(157,135,174)
#A794B7
(167,148,183)
#B1A1C0
(177,161,192)
#BBAEC9
(187,174,201)
#C5BBD2
(197,187,210)
#CFC8DB
(207,200,219)
#D9D5E4
(217,213,228)
#E3E2ED
(227,226,237)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896D9C; }

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

This text font color is #896D9C.


Background Color

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

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

This div background color is #896D9C.


Border color

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

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

This div border color is #896D9C.


Opacity

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

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

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

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

This text has shadow with #896D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D9C on black background.


Color preview on white background

This text has color #896D9C on white background.



Black color preview on #896D9C background

This text has black color on #896D9C background.


White color preview on #896D9C background

This text has white color on #896D9C background.