COLOR #886999

HEX: #886999
RGB: (136,105,153)

Color info

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

RGB color model

#886999 color RGB value is (136,105,153).

  • red value is 136;
  • green value is 105;
  • blue value is 153.
RGB:
(136,105,153)
(53%,41%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 105 of 255 = 41%
B 153 of 255 = 60%

136
105
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 105 + 153 = 394 (100%)
R 136 of 394 ~ 34.52%
G 105 of 394 ~ 26.65%
B 153 of 394 ~ 38.83%

%34.52
%26.65
%38.83

CMYK color model

#886999 color CMYK value is (11,31,0,40).

  • cyan value is 11.11%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(11,31,0,40)
C11M31Y0K40 
(11%,31%,0%,40%)
(0.11/0.31/0.00/0.40)	

CMYK percentages

%11.11
%31.37
%0
%40

Codes

Color #886999 in popluar color models

886999
RGB136105153
HSL279°19.05%50.59%
HSB/HSV279°31.37%60.00%
CMYK11.11%31.37%0.00%
40.00%

Color #886999 in popluar number systems.

HEX886999
Decimal136105153
Binary10001000110100110011001
Octal210151231

Shades and tints

Shades of #886999

#886999
(136,105,153)
#7C608C
(124,96,140)
#70577F
(112,87,127)
#644E72
(100,78,114)
#584565
(88,69,101)
#4C3C58
(76,60,88)
#40334B
(64,51,75)
#342A3E
(52,42,62)
#282131
(40,33,49)
#1C1824
(28,24,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #886999

#886999
(136,105,153)
#9276A2
(146,118,162)
#9C83AB
(156,131,171)
#A690B4
(166,144,180)
#B09DBD
(176,157,189)
#BAAAC6
(186,170,198)
#C4B7CF
(196,183,207)
#CEC4D8
(206,196,216)
#D8D1E1
(216,209,225)
#E2DEEA
(226,222,234)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886999 color. Also use rgb(136,105,153) instead hex code.

Text Font Color

.myTextColor { color: #886999; }

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

This text font color is #886999.


Background Color

.myBgColor { background-color: #886999; }

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

This div background color is #886999.


Border color

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

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

This div border color is #886999.


Opacity

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

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

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

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

This text has shadow with #886999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886999 on black background.


Color preview on white background

This text has color #886999 on white background.



Black color preview on #886999 background

This text has black color on #886999 background.


White color preview on #886999 background

This text has white color on #886999 background.