COLOR #886B9E

HEX: #886B9E
RGB: (136,107,158)

Color info

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

RGB color model

#886B9E color RGB value is (136,107,158).

  • red value is 136;
  • green value is 107;
  • blue value is 158.
RGB:
(136,107,158)
(53%,42%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 158 of 255 = 62%

136
107
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 158 = 401 (100%)
R 136 of 401 ~ 33.92%
G 107 of 401 ~ 26.68%
B 158 of 401 ~ 39.4%

%33.92
%26.68
%39.4

CMYK color model

#886B9E color CMYK value is (14,32,0,38).

  • cyan value is 13.92%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,32,0,38)
C14M32Y0K38 
(14%,32%,0%,38%)
(0.14/0.32/0.00/0.38)	

CMYK percentages

%13.92
%32.28
%0
%38.04

Codes

Color #886B9E in popluar color models

886B9E
RGB136107158
HSL274°20.82%51.96%
HSB/HSV274°32.28%61.96%
CMYK13.92%32.28%0.00%
38.04%

Color #886B9E in popluar number systems.

HEX886B9E
Decimal136107158
Binary10001000110101110011110
Octal210153236

Shades and tints

Shades of #886B9E

#886B9E
(136,107,158)
#7C6290
(124,98,144)
#705982
(112,89,130)
#645074
(100,80,116)
#584766
(88,71,102)
#4C3E58
(76,62,88)
#40354A
(64,53,74)
#342C3C
(52,44,60)
#28232E
(40,35,46)
#1C1A20
(28,26,32)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #886B9E

#886B9E
(136,107,158)
#9278A6
(146,120,166)
#9C85AE
(156,133,174)
#A692B6
(166,146,182)
#B09FBE
(176,159,190)
#BAACC6
(186,172,198)
#C4B9CE
(196,185,206)
#CEC6D6
(206,198,214)
#D8D3DE
(216,211,222)
#E2E0E6
(226,224,230)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886B9E color. Also use rgb(136,107,158) instead hex code.

Text Font Color

.myTextColor { color: #886B9E; }

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

This text font color is #886B9E.


Background Color

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

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

This div background color is #886B9E.


Border color

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

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

This div border color is #886B9E.


Opacity

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

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

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

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

This text has shadow with #886B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B9E on black background.


Color preview on white background

This text has color #886B9E on white background.



Black color preview on #886B9E background

This text has black color on #886B9E background.


White color preview on #886B9E background

This text has white color on #886B9E background.