COLOR #885B82

HEX: #885B82
RGB: (136,91,130)

Color info

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

RGB color model

#885B82 color RGB value is (136,91,130).

  • red value is 136;
  • green value is 91;
  • blue value is 130.
RGB:
(136,91,130)
(53%,36%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 130 of 255 = 51%

136
91
130

R + G + B ~ 47%. #885B82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 91 + 130 = 357 (100%)
R 136 of 357 ~ 38.1%
G 91 of 357 ~ 25.49%
B 130 of 357 ~ 36.41%

%38.1
%25.49
%36.41

CMYK color model

#885B82 color CMYK value is (0,33,4,47).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,33,4,47)
C0M33Y4K47 
(0%,33%,4%,47%)
(0.00/0.33/0.04/0.47)	

CMYK percentages

%0
%33.09
%4.41
%46.67

Codes

Color #885B82 in popluar color models

885B82
RGB13691130
HSL308°19.82%44.51%
HSB/HSV308°33.09%53.33%
CMYK0.00%33.09%4.41%
46.67%

Color #885B82 in popluar number systems.

HEX885B82
Decimal13691130
Binary10001000101101110000010
Octal210133202

Shades and tints

Shades of #885B82

#885B82
(136,91,130)
#7C5377
(124,83,119)
#704B6C
(112,75,108)
#644361
(100,67,97)
#583B56
(88,59,86)
#4C334B
(76,51,75)
#402B40
(64,43,64)
#342335
(52,35,53)
#281B2A
(40,27,42)
#1C131F
(28,19,31)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #885B82

#885B82
(136,91,130)
#92698D
(146,105,141)
#9C7798
(156,119,152)
#A685A3
(166,133,163)
#B093AE
(176,147,174)
#BAA1B9
(186,161,185)
#C4AFC4
(196,175,196)
#CEBDCF
(206,189,207)
#D8CBDA
(216,203,218)
#E2D9E5
(226,217,229)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885B82 color. Also use rgb(136,91,130) instead hex code.

Text Font Color

.myTextColor { color: #885B82; }

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

This text font color is #885B82.


Background Color

.myBgColor { background-color: #885B82; }

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

This div background color is #885B82.


Border color

.myBorderColor { border: 1px solid #885B82; }

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

This div border color is #885B82.


Opacity

.myOpacity80 { color: #885B82; opacity: 0.8; }

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

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

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

This text has shadow with #885B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885B82 on black background.


Color preview on white background

This text has color #885B82 on white background.



Black color preview on #885B82 background

This text has black color on #885B82 background.


White color preview on #885B82 background

This text has white color on #885B82 background.