COLOR #885796

HEX: #885796
RGB: (136,87,150)

Color info

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

RGB color model

#885796 color RGB value is (136,87,150).

  • red value is 136;
  • green value is 87;
  • blue value is 150.
RGB:
(136,87,150)
(53%,34%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 150 of 255 = 59%

136
87
150

R + G + B ~ 49%. #885796 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 87 + 150 = 373 (100%)
R 136 of 373 ~ 36.46%
G 87 of 373 ~ 23.32%
B 150 of 373 ~ 40.21%

%36.46
%23.32
%40.21

CMYK color model

#885796 color CMYK value is (9,42,0,41).

  • cyan value is 9.33%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,42,0,41)
C9M42Y0K41 
(9%,42%,0%,41%)
(0.09/0.42/0.00/0.41)	

CMYK percentages

%9.33
%42
%0
%41.18

Codes

Color #885796 in popluar color models

885796
RGB13687150
HSL287°26.58%46.47%
HSB/HSV287°42.00%58.82%
CMYK9.33%42.00%0.00%
41.18%

Color #885796 in popluar number systems.

HEX885796
Decimal13687150
Binary10001000101011110010110
Octal210127226

Shades and tints

Shades of #885796

#885796
(136,87,150)
#7C5089
(124,80,137)
#70497C
(112,73,124)
#64426F
(100,66,111)
#583B62
(88,59,98)
#4C3455
(76,52,85)
#402D48
(64,45,72)
#34263B
(52,38,59)
#281F2E
(40,31,46)
#1C1821
(28,24,33)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #885796

#885796
(136,87,150)
#92669F
(146,102,159)
#9C75A8
(156,117,168)
#A684B1
(166,132,177)
#B093BA
(176,147,186)
#BAA2C3
(186,162,195)
#C4B1CC
(196,177,204)
#CEC0D5
(206,192,213)
#D8CFDE
(216,207,222)
#E2DEE7
(226,222,231)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885796 color. Also use rgb(136,87,150) instead hex code.

Text Font Color

.myTextColor { color: #885796; }

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

This text font color is #885796.


Background Color

.myBgColor { background-color: #885796; }

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

This div background color is #885796.


Border color

.myBorderColor { border: 1px solid #885796; }

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

This div border color is #885796.


Opacity

.myOpacity80 { color: #885796; opacity: 0.8; }

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

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

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

This text has shadow with #885796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885796 on black background.


Color preview on white background

This text has color #885796 on white background.



Black color preview on #885796 background

This text has black color on #885796 background.


White color preview on #885796 background

This text has white color on #885796 background.