COLOR #886F88

HEX: #886F88
RGB: (136,111,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
111
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 136 = 383 (100%)
R 136 of 383 ~ 35.51%
G 111 of 383 ~ 28.98%
B 136 of 383 ~ 35.51%

%35.51
%28.98
%35.51

CMYK color model

#886F88 color CMYK value is (0,18,0,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(0,18,0,47)
C0M18Y0K47 
(0%,18%,0%,47%)
(0.00/0.18/0.00/0.47)	

CMYK percentages

%0
%18.38
%0
%46.67

Codes

Color #886F88 in popluar color models

886F88
RGB136111136
HSL300°10.12%48.43%
HSB/HSV300°18.38%53.33%
CMYK0.00%18.38%0.00%
46.67%

Color #886F88 in popluar number systems.

HEX886F88
Decimal136111136
Binary10001000110111110001000
Octal210157210

Shades and tints

Shades of #886F88

#886F88
(136,111,136)
#7C657C
(124,101,124)
#705B70
(112,91,112)
#645164
(100,81,100)
#584758
(88,71,88)
#4C3D4C
(76,61,76)
#403340
(64,51,64)
#342934
(52,41,52)
#281F28
(40,31,40)
#1C151C
(28,21,28)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #886F88

#886F88
(136,111,136)
#927C92
(146,124,146)
#9C899C
(156,137,156)
#A696A6
(166,150,166)
#B0A3B0
(176,163,176)
#BAB0BA
(186,176,186)
#C4BDC4
(196,189,196)
#CECACE
(206,202,206)
#D8D7D8
(216,215,216)
#E2E4E2
(226,228,226)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F88; }

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

This text font color is #886F88.


Background Color

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

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

This div background color is #886F88.


Border color

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

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

This div border color is #886F88.


Opacity

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

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

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

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

This text has shadow with #886F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F88 on black background.


Color preview on white background

This text has color #886F88 on white background.



Black color preview on #886F88 background

This text has black color on #886F88 background.


White color preview on #886F88 background

This text has white color on #886F88 background.