COLOR #886C89

HEX: #886C89
RGB: (136,108,137)

Color info

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

RGB color model

#886C89 color RGB value is (136,108,137).

  • red value is 136;
  • green value is 108;
  • blue value is 137.
RGB:
(136,108,137)
(53%,42%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 137 of 255 = 54%

136
108
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 137 = 381 (100%)
R 136 of 381 ~ 35.7%
G 108 of 381 ~ 28.35%
B 137 of 381 ~ 35.96%

%35.7
%28.35
%35.96

CMYK color model

#886C89 color CMYK value is (1,21,0,46).

  • cyan value is 0.73%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,21,0,46)
C1M21Y0K46 
(1%,21%,0%,46%)
(0.01/0.21/0.00/0.46)	

CMYK percentages

%0.73
%21.17
%0
%46.27

Codes

Color #886C89 in popluar color models

886C89
RGB136108137
HSL298°11.84%48.04%
HSB/HSV298°21.17%53.73%
CMYK0.73%21.17%0.00%
46.27%

Color #886C89 in popluar number systems.

HEX886C89
Decimal136108137
Binary10001000110110010001001
Octal210154211

Shades and tints

Shades of #886C89

#886C89
(136,108,137)
#7C637D
(124,99,125)
#705A71
(112,90,113)
#645165
(100,81,101)
#584859
(88,72,89)
#4C3F4D
(76,63,77)
#403641
(64,54,65)
#342D35
(52,45,53)
#282429
(40,36,41)
#1C1B1D
(28,27,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #886C89

#886C89
(136,108,137)
#927993
(146,121,147)
#9C869D
(156,134,157)
#A693A7
(166,147,167)
#B0A0B1
(176,160,177)
#BAADBB
(186,173,187)
#C4BAC5
(196,186,197)
#CEC7CF
(206,199,207)
#D8D4D9
(216,212,217)
#E2E1E3
(226,225,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886C89 color. Also use rgb(136,108,137) instead hex code.

Text Font Color

.myTextColor { color: #886C89; }

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

This text font color is #886C89.


Background Color

.myBgColor { background-color: #886C89; }

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

This div background color is #886C89.


Border color

.myBorderColor { border: 1px solid #886C89; }

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

This div border color is #886C89.


Opacity

.myOpacity80 { color: #886C89; opacity: 0.8; }

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

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

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

This text has shadow with #886C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C89 on black background.


Color preview on white background

This text has color #886C89 on white background.



Black color preview on #886C89 background

This text has black color on #886C89 background.


White color preview on #886C89 background

This text has white color on #886C89 background.