COLOR #886882

HEX: #886882
RGB: (136,104,130)

Color info

#886882 contains red, green and blue colors in about the same proportion. Web safe color of #886882 is #996699 (or #969).

RGB color model

#886882 color RGB value is (136,104,130).

  • red value is 136;
  • green value is 104;
  • blue value is 130.
RGB:
(136,104,130)
(53%,41%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 130 of 255 = 51%

136
104
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 130 = 370 (100%)
R 136 of 370 ~ 36.76%
G 104 of 370 ~ 28.11%
B 130 of 370 ~ 35.14%

%36.76
%28.11
%35.14

CMYK color model

#886882 color CMYK value is (0,24,4,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,24,4,47)
C0M24Y4K47 
(0%,24%,4%,47%)
(0.00/0.24/0.04/0.47)	

CMYK percentages

%0
%23.53
%4.41
%46.67

Codes

Color #886882 in popluar color models

886882
RGB136104130
HSL311°13.33%47.06%
HSB/HSV311°23.53%53.33%
CMYK0.00%23.53%4.41%
46.67%

Color #886882 in popluar number systems.

HEX886882
Decimal136104130
Binary10001000110100010000010
Octal210150202

Shades and tints

Shades of #886882

#886882
(136,104,130)
#7C5F77
(124,95,119)
#70566C
(112,86,108)
#644D61
(100,77,97)
#584456
(88,68,86)
#4C3B4B
(76,59,75)
#403240
(64,50,64)
#342935
(52,41,53)
#28202A
(40,32,42)
#1C171F
(28,23,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #886882

#886882
(136,104,130)
#92758D
(146,117,141)
#9C8298
(156,130,152)
#A68FA3
(166,143,163)
#B09CAE
(176,156,174)
#BAA9B9
(186,169,185)
#C4B6C4
(196,182,196)
#CEC3CF
(206,195,207)
#D8D0DA
(216,208,218)
#E2DDE5
(226,221,229)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886882 color. Also use rgb(136,104,130) instead hex code.

Text Font Color

.myTextColor { color: #886882; }

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

This text font color is #886882.


Background Color

.myBgColor { background-color: #886882; }

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

This div background color is #886882.


Border color

.myBorderColor { border: 1px solid #886882; }

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

This div border color is #886882.


Opacity

.myOpacity80 { color: #886882; opacity: 0.8; }

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

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

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

This text has shadow with #886882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886882 on black background.


Color preview on white background

This text has color #886882 on white background.



Black color preview on #886882 background

This text has black color on #886882 background.


White color preview on #886882 background

This text has white color on #886882 background.