COLOR #886F93

HEX: #886F93
RGB: (136,111,147)

Color info

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

RGB color model

#886F93 color RGB value is (136,111,147).

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

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 147 of 255 = 58%

136
111
147

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 147 = 394 (100%)
R 136 of 394 ~ 34.52%
G 111 of 394 ~ 28.17%
B 147 of 394 ~ 37.31%

%34.52
%28.17
%37.31

CMYK color model

#886F93 color CMYK value is (7,24,0,42).

  • cyan value is 7.48%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,24,0,42)
C7M24Y0K42 
(7%,24%,0%,42%)
(0.07/0.24/0.00/0.42)	

CMYK percentages

%7.48
%24.49
%0
%42.35

Codes

Color #886F93 in popluar color models

886F93
RGB136111147
HSL282°14.29%50.59%
HSB/HSV282°24.49%57.65%
CMYK7.48%24.49%0.00%
42.35%

Color #886F93 in popluar number systems.

HEX886F93
Decimal136111147
Binary10001000110111110010011
Octal210157223

Shades and tints

Shades of #886F93

#886F93
(136,111,147)
#7C6586
(124,101,134)
#705B79
(112,91,121)
#64516C
(100,81,108)
#58475F
(88,71,95)
#4C3D52
(76,61,82)
#403345
(64,51,69)
#342938
(52,41,56)
#281F2B
(40,31,43)
#1C151E
(28,21,30)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #886F93

#886F93
(136,111,147)
#927C9C
(146,124,156)
#9C89A5
(156,137,165)
#A696AE
(166,150,174)
#B0A3B7
(176,163,183)
#BAB0C0
(186,176,192)
#C4BDC9
(196,189,201)
#CECAD2
(206,202,210)
#D8D7DB
(216,215,219)
#E2E4E4
(226,228,228)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F93; }

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

This text font color is #886F93.


Background Color

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

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

This div background color is #886F93.


Border color

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

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

This div border color is #886F93.


Opacity

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

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

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

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

This text has shadow with #886F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F93 on black background.


Color preview on white background

This text has color #886F93 on white background.



Black color preview on #886F93 background

This text has black color on #886F93 background.


White color preview on #886F93 background

This text has white color on #886F93 background.