COLOR #886B9C

HEX: #886B9C
RGB: (136,107,156)

Color info

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

RGB color model

#886B9C color RGB value is (136,107,156).

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

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 156 of 255 = 61%

136
107
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 156 = 399 (100%)
R 136 of 399 ~ 34.09%
G 107 of 399 ~ 26.82%
B 156 of 399 ~ 39.1%

%34.09
%26.82
%39.1

CMYK color model

#886B9C color CMYK value is (13,31,0,39).

  • cyan value is 12.82%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,31,0,39)
C13M31Y0K39 
(13%,31%,0%,39%)
(0.13/0.31/0.00/0.39)	

CMYK percentages

%12.82
%31.41
%0
%38.82

Codes

Color #886B9C in popluar color models

886B9C
RGB136107156
HSL276°19.84%51.57%
HSB/HSV276°31.41%61.18%
CMYK12.82%31.41%0.00%
38.82%

Color #886B9C in popluar number systems.

HEX886B9C
Decimal136107156
Binary10001000110101110011100
Octal210153234

Shades and tints

Shades of #886B9C

#886B9C
(136,107,156)
#7C628E
(124,98,142)
#705980
(112,89,128)
#645072
(100,80,114)
#584764
(88,71,100)
#4C3E56
(76,62,86)
#403548
(64,53,72)
#342C3A
(52,44,58)
#28232C
(40,35,44)
#1C1A1E
(28,26,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #886B9C

#886B9C
(136,107,156)
#9278A5
(146,120,165)
#9C85AE
(156,133,174)
#A692B7
(166,146,183)
#B09FC0
(176,159,192)
#BAACC9
(186,172,201)
#C4B9D2
(196,185,210)
#CEC6DB
(206,198,219)
#D8D3E4
(216,211,228)
#E2E0ED
(226,224,237)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B9C; }

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

This text font color is #886B9C.


Background Color

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

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

This div background color is #886B9C.


Border color

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

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

This div border color is #886B9C.


Opacity

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

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

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

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

This text has shadow with #886B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B9C on black background.


Color preview on white background

This text has color #886B9C on white background.



Black color preview on #886B9C background

This text has black color on #886B9C background.


White color preview on #886B9C background

This text has white color on #886B9C background.