COLOR #886A6C

HEX: #886A6C
RGB: (136,106,108)

Color info

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

RGB color model

#886A6C color RGB value is (136,106,108).

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

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 108 of 255 = 42%

136
106
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 108 = 350 (100%)
R 136 of 350 ~ 38.86%
G 106 of 350 ~ 30.29%
B 108 of 350 ~ 30.86%

%38.86
%30.29
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,22,21,47)
C0M22Y21K47 
(0%,22%,21%,47%)
(0.00/0.22/0.21/0.47)	

CMYK percentages

%0
%22.06
%20.59
%46.67

Codes

Color #886A6C in popluar color models

886A6C
RGB136106108
HSL356°12.40%47.45%
HSB/HSV356°22.06%53.33%
CMYK0.00%22.06%20.59%
46.67%

Color #886A6C in popluar number systems.

HEX886A6C
Decimal136106108
Binary1000100011010101101100
Octal210152154

Shades and tints

Shades of #886A6C

#886A6C
(136,106,108)
#7C6163
(124,97,99)
#70585A
(112,88,90)
#644F51
(100,79,81)
#584648
(88,70,72)
#4C3D3F
(76,61,63)
#403436
(64,52,54)
#342B2D
(52,43,45)
#282224
(40,34,36)
#1C191B
(28,25,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #886A6C

#886A6C
(136,106,108)
#927779
(146,119,121)
#9C8486
(156,132,134)
#A69193
(166,145,147)
#B09EA0
(176,158,160)
#BAABAD
(186,171,173)
#C4B8BA
(196,184,186)
#CEC5C7
(206,197,199)
#D8D2D4
(216,210,212)
#E2DFE1
(226,223,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A6C; }

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

This text font color is #886A6C.


Background Color

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

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

This div background color is #886A6C.


Border color

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

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

This div border color is #886A6C.


Opacity

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

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

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

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

This text has shadow with #886A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A6C on black background.


Color preview on white background

This text has color #886A6C on white background.



Black color preview on #886A6C background

This text has black color on #886A6C background.


White color preview on #886A6C background

This text has white color on #886A6C background.