COLOR #886B6B

HEX: #886B6B
RGB: (136,107,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
107
107

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 107 = 350 (100%)
R 136 of 350 ~ 38.86%
G 107 of 350 ~ 30.57%
B 107 of 350 ~ 30.57%

%38.86
%30.57
%30.57

CMYK color model

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

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

CMYK percentages

%0
%21.32
%21.32
%46.67

Codes

Color #886B6B in popluar color models

886B6B
RGB136107107
HSL11.93%47.65%
HSB/HSV21.32%53.33%
CMYK0.00%21.32%21.32%
46.67%

Color #886B6B in popluar number systems.

HEX886B6B
Decimal136107107
Binary1000100011010111101011
Octal210153153

Shades and tints

Shades of #886B6B

#886B6B
(136,107,107)
#7C6262
(124,98,98)
#705959
(112,89,89)
#645050
(100,80,80)
#584747
(88,71,71)
#4C3E3E
(76,62,62)
#403535
(64,53,53)
#342C2C
(52,44,44)
#282323
(40,35,35)
#1C1A1A
(28,26,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #886B6B

#886B6B
(136,107,107)
#927878
(146,120,120)
#9C8585
(156,133,133)
#A69292
(166,146,146)
#B09F9F
(176,159,159)
#BAACAC
(186,172,172)
#C4B9B9
(196,185,185)
#CEC6C6
(206,198,198)
#D8D3D3
(216,211,211)
#E2E0E0
(226,224,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B6B; }

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

This text font color is #886B6B.


Background Color

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

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

This div background color is #886B6B.


Border color

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

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

This div border color is #886B6B.


Opacity

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

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

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

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

This text has shadow with #886B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B6B on black background.


Color preview on white background

This text has color #886B6B on white background.



Black color preview on #886B6B background

This text has black color on #886B6B background.


White color preview on #886B6B background

This text has white color on #886B6B background.