COLOR #886F7E

HEX: #886F7E
RGB: (136,111,126)

Color info

#886F7E contains red, green and blue colors in about the same proportion. Web safe color of #886F7E is #996666 (or #966).

RGB color model

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

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

RGB channels and saturation

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

136
111
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 126 = 373 (100%)
R 136 of 373 ~ 36.46%
G 111 of 373 ~ 29.76%
B 126 of 373 ~ 33.78%

%36.46
%29.76
%33.78

CMYK color model

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

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

CMYK percentages

%0
%18.38
%7.35
%46.67

Codes

Color #886F7E in popluar color models

886F7E
RGB136111126
HSL324°10.12%48.43%
HSB/HSV324°18.38%53.33%
CMYK0.00%18.38%7.35%
46.67%

Color #886F7E in popluar number systems.

HEX886F7E
Decimal136111126
Binary1000100011011111111110
Octal210157176

Shades and tints

Shades of #886F7E

#886F7E
(136,111,126)
#7C6573
(124,101,115)
#705B68
(112,91,104)
#64515D
(100,81,93)
#584752
(88,71,82)
#4C3D47
(76,61,71)
#40333C
(64,51,60)
#342931
(52,41,49)
#281F26
(40,31,38)
#1C151B
(28,21,27)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #886F7E

#886F7E
(136,111,126)
#927C89
(146,124,137)
#9C8994
(156,137,148)
#A6969F
(166,150,159)
#B0A3AA
(176,163,170)
#BAB0B5
(186,176,181)
#C4BDC0
(196,189,192)
#CECACB
(206,202,203)
#D8D7D6
(216,215,214)
#E2E4E1
(226,228,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F7E; }

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

This text font color is #886F7E.


Background Color

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

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

This div background color is #886F7E.


Border color

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

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

This div border color is #886F7E.


Opacity

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

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

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

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

This text has shadow with #886F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F7E on black background.


Color preview on white background

This text has color #886F7E on white background.



Black color preview on #886F7E background

This text has black color on #886F7E background.


White color preview on #886F7E background

This text has white color on #886F7E background.