COLOR #885C83

HEX: #885C83
RGB: (136,92,131)

Color info

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

RGB color model

#885C83 color RGB value is (136,92,131).

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

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 131 of 255 = 51%

136
92
131

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

Portions of RGB colors in percentages

R + G + B =
136 + 92 + 131 = 359 (100%)
R 136 of 359 ~ 37.88%
G 92 of 359 ~ 25.63%
B 131 of 359 ~ 36.49%

%37.88
%25.63
%36.49

CMYK color model

#885C83 color CMYK value is (0,32,4,47).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(0,32,4,47)
C0M32Y4K47 
(0%,32%,4%,47%)
(0.00/0.32/0.04/0.47)	

CMYK percentages

%0
%32.35
%3.68
%46.67

Codes

Color #885C83 in popluar color models

885C83
RGB13692131
HSL307°19.30%44.71%
HSB/HSV307°32.35%53.33%
CMYK0.00%32.35%3.68%
46.67%

Color #885C83 in popluar number systems.

HEX885C83
Decimal13692131
Binary10001000101110010000011
Octal210134203

Shades and tints

Shades of #885C83

#885C83
(136,92,131)
#7C5478
(124,84,120)
#704C6D
(112,76,109)
#644462
(100,68,98)
#583C57
(88,60,87)
#4C344C
(76,52,76)
#402C41
(64,44,65)
#342436
(52,36,54)
#281C2B
(40,28,43)
#1C1420
(28,20,32)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #885C83

#885C83
(136,92,131)
#926A8E
(146,106,142)
#9C7899
(156,120,153)
#A686A4
(166,134,164)
#B094AF
(176,148,175)
#BAA2BA
(186,162,186)
#C4B0C5
(196,176,197)
#CEBED0
(206,190,208)
#D8CCDB
(216,204,219)
#E2DAE6
(226,218,230)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885C83 color. Also use rgb(136,92,131) instead hex code.

Text Font Color

.myTextColor { color: #885C83; }

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

This text font color is #885C83.


Background Color

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

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

This div background color is #885C83.


Border color

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

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

This div border color is #885C83.


Opacity

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

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

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

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

This text has shadow with #885C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885C83 on black background.


Color preview on white background

This text has color #885C83 on white background.



Black color preview on #885C83 background

This text has black color on #885C83 background.


White color preview on #885C83 background

This text has white color on #885C83 background.