COLOR #886885

HEX: #886885
RGB: (136,104,133)

Color info

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

RGB color model

#886885 color RGB value is (136,104,133).

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

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 133 of 255 = 52%

136
104
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 133 = 373 (100%)
R 136 of 373 ~ 36.46%
G 104 of 373 ~ 27.88%
B 133 of 373 ~ 35.66%

%36.46
%27.88
%35.66

CMYK color model

#886885 color CMYK value is (0,24,2,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(0,24,2,47)
C0M24Y2K47 
(0%,24%,2%,47%)
(0.00/0.24/0.02/0.47)	

CMYK percentages

%0
%23.53
%2.21
%46.67

Codes

Color #886885 in popluar color models

886885
RGB136104133
HSL306°13.33%47.06%
HSB/HSV306°23.53%53.33%
CMYK0.00%23.53%2.21%
46.67%

Color #886885 in popluar number systems.

HEX886885
Decimal136104133
Binary10001000110100010000101
Octal210150205

Shades and tints

Shades of #886885

#886885
(136,104,133)
#7C5F79
(124,95,121)
#70566D
(112,86,109)
#644D61
(100,77,97)
#584455
(88,68,85)
#4C3B49
(76,59,73)
#40323D
(64,50,61)
#342931
(52,41,49)
#282025
(40,32,37)
#1C1719
(28,23,25)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #886885

#886885
(136,104,133)
#927590
(146,117,144)
#9C829B
(156,130,155)
#A68FA6
(166,143,166)
#B09CB1
(176,156,177)
#BAA9BC
(186,169,188)
#C4B6C7
(196,182,199)
#CEC3D2
(206,195,210)
#D8D0DD
(216,208,221)
#E2DDE8
(226,221,232)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886885; }

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

This text font color is #886885.


Background Color

.myBgColor { background-color: #886885; }

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

This div background color is #886885.


Border color

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

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

This div border color is #886885.


Opacity

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

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

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

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

This text has shadow with #886885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886885 on black background.


Color preview on white background

This text has color #886885 on white background.



Black color preview on #886885 background

This text has black color on #886885 background.


White color preview on #886885 background

This text has white color on #886885 background.