COLOR #886FA1

HEX: #886FA1
RGB: (136,111,161)

Color info

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

RGB color model

#886FA1 color RGB value is (136,111,161).

  • red value is 136;
  • green value is 111;
  • blue value is 161.
RGB:
(136,111,161)
(53%,44%,63%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 161 of 255 = 63%

136
111
161

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 161 = 408 (100%)
R 136 of 408 ~ 33.33%
G 111 of 408 ~ 27.21%
B 161 of 408 ~ 39.46%

%33.33
%27.21
%39.46

CMYK color model

#886FA1 color CMYK value is (16,31,0,37).

  • cyan value is 15.53%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(16,31,0,37)
C16M31Y0K37 
(16%,31%,0%,37%)
(0.16/0.31/0.00/0.37)	

CMYK percentages

%15.53
%31.06
%0
%36.86

Codes

Color #886FA1 in popluar color models

886FA1
RGB136111161
HSL270°21.01%53.33%
HSB/HSV270°31.06%63.14%
CMYK15.53%31.06%0.00%
36.86%

Color #886FA1 in popluar number systems.

HEX886FA1
Decimal136111161
Binary10001000110111110100001
Octal210157241

Shades and tints

Shades of #886FA1

#886FA1
(136,111,161)
#7C6593
(124,101,147)
#705B85
(112,91,133)
#645177
(100,81,119)
#584769
(88,71,105)
#4C3D5B
(76,61,91)
#40334D
(64,51,77)
#34293F
(52,41,63)
#281F31
(40,31,49)
#1C1523
(28,21,35)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #886FA1

#886FA1
(136,111,161)
#927CA9
(146,124,169)
#9C89B1
(156,137,177)
#A696B9
(166,150,185)
#B0A3C1
(176,163,193)
#BAB0C9
(186,176,201)
#C4BDD1
(196,189,209)
#CECAD9
(206,202,217)
#D8D7E1
(216,215,225)
#E2E4E9
(226,228,233)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886FA1 color. Also use rgb(136,111,161) instead hex code.

Text Font Color

.myTextColor { color: #886FA1; }

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

This text font color is #886FA1.


Background Color

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

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

This div background color is #886FA1.


Border color

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

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

This div border color is #886FA1.


Opacity

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

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

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

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

This text has shadow with #886FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886FA1 on black background.


Color preview on white background

This text has color #886FA1 on white background.



Black color preview on #886FA1 background

This text has black color on #886FA1 background.


White color preview on #886FA1 background

This text has white color on #886FA1 background.