COLOR #886F8F

HEX: #886F8F
RGB: (136,111,143)

Color info

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

RGB color model

#886F8F color RGB value is (136,111,143).

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

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 143 of 255 = 56%

136
111
143

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 143 = 390 (100%)
R 136 of 390 ~ 34.87%
G 111 of 390 ~ 28.46%
B 143 of 390 ~ 36.67%

%34.87
%28.46
%36.67

CMYK color model

#886F8F color CMYK value is (5,22,0,44).

  • cyan value is 4.90%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(5,22,0,44)
C5M22Y0K44 
(5%,22%,0%,44%)
(0.05/0.22/0.00/0.44)	

CMYK percentages

%4.9
%22.38
%0
%43.92

Codes

Color #886F8F in popluar color models

886F8F
RGB136111143
HSL287°12.60%49.80%
HSB/HSV287°22.38%56.08%
CMYK4.90%22.38%0.00%
43.92%

Color #886F8F in popluar number systems.

HEX886F8F
Decimal136111143
Binary10001000110111110001111
Octal210157217

Shades and tints

Shades of #886F8F

#886F8F
(136,111,143)
#7C6582
(124,101,130)
#705B75
(112,91,117)
#645168
(100,81,104)
#58475B
(88,71,91)
#4C3D4E
(76,61,78)
#403341
(64,51,65)
#342934
(52,41,52)
#281F27
(40,31,39)
#1C151A
(28,21,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #886F8F

#886F8F
(136,111,143)
#927C99
(146,124,153)
#9C89A3
(156,137,163)
#A696AD
(166,150,173)
#B0A3B7
(176,163,183)
#BAB0C1
(186,176,193)
#C4BDCB
(196,189,203)
#CECAD5
(206,202,213)
#D8D7DF
(216,215,223)
#E2E4E9
(226,228,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F8F; }

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

This text font color is #886F8F.


Background Color

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

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

This div background color is #886F8F.


Border color

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

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

This div border color is #886F8F.


Opacity

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

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

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

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

This text has shadow with #886F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F8F on black background.


Color preview on white background

This text has color #886F8F on white background.



Black color preview on #886F8F background

This text has black color on #886F8F background.


White color preview on #886F8F background

This text has white color on #886F8F background.