COLOR #885C99

HEX: #885C99
RGB: (136,92,153)

Color info

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

RGB color model

#885C99 color RGB value is (136,92,153).

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

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 153 of 255 = 60%

136
92
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 92 + 153 = 381 (100%)
R 136 of 381 ~ 35.7%
G 92 of 381 ~ 24.15%
B 153 of 381 ~ 40.16%

%35.7
%24.15
%40.16

CMYK color model

#885C99 color CMYK value is (11,40,0,40).

  • cyan value is 11.11%
  • magenta value is 39.87%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(11,40,0,40)
C11M40Y0K40 
(11%,40%,0%,40%)
(0.11/0.40/0.00/0.40)	

CMYK percentages

%11.11
%39.87
%0
%40

Codes

Color #885C99 in popluar color models

885C99
RGB13692153
HSL283°24.90%48.04%
HSB/HSV283°39.87%60.00%
CMYK11.11%39.87%0.00%
40.00%

Color #885C99 in popluar number systems.

HEX885C99
Decimal13692153
Binary10001000101110010011001
Octal210134231

Shades and tints

Shades of #885C99

#885C99
(136,92,153)
#7C548C
(124,84,140)
#704C7F
(112,76,127)
#644472
(100,68,114)
#583C65
(88,60,101)
#4C3458
(76,52,88)
#402C4B
(64,44,75)
#34243E
(52,36,62)
#281C31
(40,28,49)
#1C1424
(28,20,36)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #885C99

#885C99
(136,92,153)
#926AA2
(146,106,162)
#9C78AB
(156,120,171)
#A686B4
(166,134,180)
#B094BD
(176,148,189)
#BAA2C6
(186,162,198)
#C4B0CF
(196,176,207)
#CEBED8
(206,190,216)
#D8CCE1
(216,204,225)
#E2DAEA
(226,218,234)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885C99; }

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

This text font color is #885C99.


Background Color

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

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

This div background color is #885C99.


Border color

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

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

This div border color is #885C99.


Opacity

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

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

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

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

This text has shadow with #885C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885C99 on black background.


Color preview on white background

This text has color #885C99 on white background.



Black color preview on #885C99 background

This text has black color on #885C99 background.


White color preview on #885C99 background

This text has white color on #885C99 background.