COLOR #886BA5

HEX: #886BA5
RGB: (136,107,165)

Color info

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

RGB color model

#886BA5 color RGB value is (136,107,165).

  • red value is 136;
  • green value is 107;
  • blue value is 165.
RGB:
(136,107,165)
(53%,42%,65%)

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 165 of 255 = 65%

136
107
165

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 165 = 408 (100%)
R 136 of 408 ~ 33.33%
G 107 of 408 ~ 26.23%
B 165 of 408 ~ 40.44%

%33.33
%26.23
%40.44

CMYK color model

#886BA5 color CMYK value is (18,35,0,35).

  • cyan value is 17.58%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(18,35,0,35)
C18M35Y0K35 
(18%,35%,0%,35%)
(0.18/0.35/0.00/0.35)	

CMYK percentages

%17.58
%35.15
%0
%35.29

Codes

Color #886BA5 in popluar color models

886BA5
RGB136107165
HSL270°24.37%53.33%
HSB/HSV270°35.15%64.71%
CMYK17.58%35.15%0.00%
35.29%

Color #886BA5 in popluar number systems.

HEX886BA5
Decimal136107165
Binary10001000110101110100101
Octal210153245

Shades and tints

Shades of #886BA5

#886BA5
(136,107,165)
#7C6296
(124,98,150)
#705987
(112,89,135)
#645078
(100,80,120)
#584769
(88,71,105)
#4C3E5A
(76,62,90)
#40354B
(64,53,75)
#342C3C
(52,44,60)
#28232D
(40,35,45)
#1C1A1E
(28,26,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #886BA5

#886BA5
(136,107,165)
#9278AD
(146,120,173)
#9C85B5
(156,133,181)
#A692BD
(166,146,189)
#B09FC5
(176,159,197)
#BAACCD
(186,172,205)
#C4B9D5
(196,185,213)
#CEC6DD
(206,198,221)
#D8D3E5
(216,211,229)
#E2E0ED
(226,224,237)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886BA5 color. Also use rgb(136,107,165) instead hex code.

Text Font Color

.myTextColor { color: #886BA5; }

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

This text font color is #886BA5.


Background Color

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

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

This div background color is #886BA5.


Border color

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

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

This div border color is #886BA5.


Opacity

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

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

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

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

This text has shadow with #886BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886BA5 on black background.


Color preview on white background

This text has color #886BA5 on white background.



Black color preview on #886BA5 background

This text has black color on #886BA5 background.


White color preview on #886BA5 background

This text has white color on #886BA5 background.