COLOR #886886

HEX: #886886
RGB: (136,104,134)

Color info

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

RGB color model

#886886 color RGB value is (136,104,134).

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

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 134 of 255 = 53%

136
104
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 134 = 374 (100%)
R 136 of 374 ~ 36.36%
G 104 of 374 ~ 27.81%
B 134 of 374 ~ 35.83%

%36.36
%27.81
%35.83

CMYK color model

#886886 color CMYK value is (0,24,1,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 1.47%
  • key color value is 46.67%
CMYK:
(0,24,1,47)
C0M24Y1K47 
(0%,24%,1%,47%)
(0.00/0.24/0.01/0.47)	

CMYK percentages

%0
%23.53
%1.47
%46.67

Codes

Color #886886 in popluar color models

886886
RGB136104134
HSL304°13.33%47.06%
HSB/HSV304°23.53%53.33%
CMYK0.00%23.53%1.47%
46.67%

Color #886886 in popluar number systems.

HEX886886
Decimal136104134
Binary10001000110100010000110
Octal210150206

Shades and tints

Shades of #886886

#886886
(136,104,134)
#7C5F7A
(124,95,122)
#70566E
(112,86,110)
#644D62
(100,77,98)
#584456
(88,68,86)
#4C3B4A
(76,59,74)
#40323E
(64,50,62)
#342932
(52,41,50)
#282026
(40,32,38)
#1C171A
(28,23,26)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #886886

#886886
(136,104,134)
#927591
(146,117,145)
#9C829C
(156,130,156)
#A68FA7
(166,143,167)
#B09CB2
(176,156,178)
#BAA9BD
(186,169,189)
#C4B6C8
(196,182,200)
#CEC3D3
(206,195,211)
#D8D0DE
(216,208,222)
#E2DDE9
(226,221,233)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886886; }

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

This text font color is #886886.


Background Color

.myBgColor { background-color: #886886; }

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

This div background color is #886886.


Border color

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

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

This div border color is #886886.


Opacity

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

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

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

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

This text has shadow with #886886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886886 on black background.


Color preview on white background

This text has color #886886 on white background.



Black color preview on #886886 background

This text has black color on #886886 background.


White color preview on #886886 background

This text has white color on #886886 background.