COLOR #886F9A

HEX: #886F9A
RGB: (136,111,154)

Color info

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

RGB color model

#886F9A color RGB value is (136,111,154).

  • red value is 136;
  • green value is 111;
  • blue value is 154.
RGB:
(136,111,154)
(53%,44%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 154 of 255 = 60%

136
111
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 154 = 401 (100%)
R 136 of 401 ~ 33.92%
G 111 of 401 ~ 27.68%
B 154 of 401 ~ 38.4%

%33.92
%27.68
%38.4

CMYK color model

#886F9A color CMYK value is (12,28,0,40).

  • cyan value is 11.69%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,28,0,40)
C12M28Y0K40 
(12%,28%,0%,40%)
(0.12/0.28/0.00/0.40)	

CMYK percentages

%11.69
%27.92
%0
%39.61

Codes

Color #886F9A in popluar color models

886F9A
RGB136111154
HSL275°17.55%51.96%
HSB/HSV275°27.92%60.39%
CMYK11.69%27.92%0.00%
39.61%

Color #886F9A in popluar number systems.

HEX886F9A
Decimal136111154
Binary10001000110111110011010
Octal210157232

Shades and tints

Shades of #886F9A

#886F9A
(136,111,154)
#7C658C
(124,101,140)
#705B7E
(112,91,126)
#645170
(100,81,112)
#584762
(88,71,98)
#4C3D54
(76,61,84)
#403346
(64,51,70)
#342938
(52,41,56)
#281F2A
(40,31,42)
#1C151C
(28,21,28)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #886F9A

#886F9A
(136,111,154)
#927CA3
(146,124,163)
#9C89AC
(156,137,172)
#A696B5
(166,150,181)
#B0A3BE
(176,163,190)
#BAB0C7
(186,176,199)
#C4BDD0
(196,189,208)
#CECAD9
(206,202,217)
#D8D7E2
(216,215,226)
#E2E4EB
(226,228,235)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886F9A color. Also use rgb(136,111,154) instead hex code.

Text Font Color

.myTextColor { color: #886F9A; }

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

This text font color is #886F9A.


Background Color

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

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

This div background color is #886F9A.


Border color

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

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

This div border color is #886F9A.


Opacity

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

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

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

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

This text has shadow with #886F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F9A on black background.


Color preview on white background

This text has color #886F9A on white background.



Black color preview on #886F9A background

This text has black color on #886F9A background.


White color preview on #886F9A background

This text has white color on #886F9A background.