COLOR #886B7D

HEX: #886B7D
RGB: (136,107,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
107
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 125 = 368 (100%)
R 136 of 368 ~ 36.96%
G 107 of 368 ~ 29.08%
B 125 of 368 ~ 33.97%

%36.96
%29.08
%33.97

CMYK color model

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

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

CMYK percentages

%0
%21.32
%8.09
%46.67

Codes

Color #886B7D in popluar color models

886B7D
RGB136107125
HSL323°11.93%47.65%
HSB/HSV323°21.32%53.33%
CMYK0.00%21.32%8.09%
46.67%

Color #886B7D in popluar number systems.

HEX886B7D
Decimal136107125
Binary1000100011010111111101
Octal210153175

Shades and tints

Shades of #886B7D

#886B7D
(136,107,125)
#7C6272
(124,98,114)
#705967
(112,89,103)
#64505C
(100,80,92)
#584751
(88,71,81)
#4C3E46
(76,62,70)
#40353B
(64,53,59)
#342C30
(52,44,48)
#282325
(40,35,37)
#1C1A1A
(28,26,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #886B7D

#886B7D
(136,107,125)
#927888
(146,120,136)
#9C8593
(156,133,147)
#A6929E
(166,146,158)
#B09FA9
(176,159,169)
#BAACB4
(186,172,180)
#C4B9BF
(196,185,191)
#CEC6CA
(206,198,202)
#D8D3D5
(216,211,213)
#E2E0E0
(226,224,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B7D; }

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

This text font color is #886B7D.


Background Color

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

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

This div background color is #886B7D.


Border color

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

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

This div border color is #886B7D.


Opacity

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

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

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

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

This text has shadow with #886B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B7D on black background.


Color preview on white background

This text has color #886B7D on white background.



Black color preview on #886B7D background

This text has black color on #886B7D background.


White color preview on #886B7D background

This text has white color on #886B7D background.