COLOR #886A99

HEX: #886A99
RGB: (136,106,153)

Color info

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

RGB color model

#886A99 color RGB value is (136,106,153).

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

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 153 of 255 = 60%

136
106
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 153 = 395 (100%)
R 136 of 395 ~ 34.43%
G 106 of 395 ~ 26.84%
B 153 of 395 ~ 38.73%

%34.43
%26.84
%38.73

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 30.72%
  • 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
%30.72
%0
%40

Codes

Color #886A99 in popluar color models

886A99
RGB136106153
HSL278°18.73%50.78%
HSB/HSV278°30.72%60.00%
CMYK11.11%30.72%0.00%
40.00%

Color #886A99 in popluar number systems.

HEX886A99
Decimal136106153
Binary10001000110101010011001
Octal210152231

Shades and tints

Shades of #886A99

#886A99
(136,106,153)
#7C618C
(124,97,140)
#70587F
(112,88,127)
#644F72
(100,79,114)
#584665
(88,70,101)
#4C3D58
(76,61,88)
#40344B
(64,52,75)
#342B3E
(52,43,62)
#282231
(40,34,49)
#1C1924
(28,25,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #886A99

#886A99
(136,106,153)
#9277A2
(146,119,162)
#9C84AB
(156,132,171)
#A691B4
(166,145,180)
#B09EBD
(176,158,189)
#BAABC6
(186,171,198)
#C4B8CF
(196,184,207)
#CEC5D8
(206,197,216)
#D8D2E1
(216,210,225)
#E2DFEA
(226,223,234)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A99; }

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

This text font color is #886A99.


Background Color

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

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

This div background color is #886A99.


Border color

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

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

This div border color is #886A99.


Opacity

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

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

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

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

This text has shadow with #886A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A99 on black background.


Color preview on white background

This text has color #886A99 on white background.



Black color preview on #886A99 background

This text has black color on #886A99 background.


White color preview on #886A99 background

This text has white color on #886A99 background.