COLOR #886B7B

HEX: #886B7B
RGB: (136,107,123)

Color info

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

RGB color model

#886B7B color RGB value is (136,107,123).

  • red value is 136;
  • green value is 107;
  • blue value is 123.
RGB:
(136,107,123)
(53%,42%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 123 of 255 = 48%

136
107
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 123 = 366 (100%)
R 136 of 366 ~ 37.16%
G 107 of 366 ~ 29.23%
B 123 of 366 ~ 33.61%

%37.16
%29.23
%33.61

CMYK color model

#886B7B color CMYK value is (0,21,10,47).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK:
(0,21,10,47)
C0M21Y10K47 
(0%,21%,10%,47%)
(0.00/0.21/0.10/0.47)	

CMYK percentages

%0
%21.32
%9.56
%46.67

Codes

Color #886B7B in popluar color models

886B7B
RGB136107123
HSL327°11.93%47.65%
HSB/HSV327°21.32%53.33%
CMYK0.00%21.32%9.56%
46.67%

Color #886B7B in popluar number systems.

HEX886B7B
Decimal136107123
Binary1000100011010111111011
Octal210153173

Shades and tints

Shades of #886B7B

#886B7B
(136,107,123)
#7C6270
(124,98,112)
#705965
(112,89,101)
#64505A
(100,80,90)
#58474F
(88,71,79)
#4C3E44
(76,62,68)
#403539
(64,53,57)
#342C2E
(52,44,46)
#282323
(40,35,35)
#1C1A18
(28,26,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #886B7B

#886B7B
(136,107,123)
#927887
(146,120,135)
#9C8593
(156,133,147)
#A6929F
(166,146,159)
#B09FAB
(176,159,171)
#BAACB7
(186,172,183)
#C4B9C3
(196,185,195)
#CEC6CF
(206,198,207)
#D8D3DB
(216,211,219)
#E2E0E7
(226,224,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B7B; }

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

This text font color is #886B7B.


Background Color

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

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

This div background color is #886B7B.


Border color

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

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

This div border color is #886B7B.


Opacity

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

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

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

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

This text has shadow with #886B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B7B on black background.


Color preview on white background

This text has color #886B7B on white background.



Black color preview on #886B7B background

This text has black color on #886B7B background.


White color preview on #886B7B background

This text has white color on #886B7B background.