COLOR #886FBB

HEX: #886FBB RGB: (136,111,187)

Color info

#886FBB contains mainly red and blue colors. Web safe color of #886FBB is #9966CC (or #96C).

RGB color model

#886FBB color RGB value is (136,111,187).

RGB: (136,111,187) (53%, 44%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 187 of 255 = 73%

136
111
187

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

Portions of RGB colors in percentages

R + G + B = 136 + 111 + 187 = 434 (100%)
R 136 of 434 ~ 31.34%
G 111 of 434 ~ 25.58%
B 187 of 434 ~ 43.09'%

%31.34
%25.58
%43.09

CMYK color model

#886FBB color CMYK value is (27,41,0,27).

  • cyan value is 27.27%
  • magenta value is 40.64%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (27,41,0,27) C27M41Y0K27 (27%,41%,0%,27%) (0.27/0.41/0.00/0.27) 

CMYK percentages

%27.27
%40.64
%0
%26.67

Codes

Color #886FBB in popluar color models

88 6F BB
RGB 136 111 187
HSL 260° 35.85% 58.43%
HSB/HSV 260° 40.64% 73.33%
CMYK 27.27% 40.64% 0.00%
26.67%

Color #886FBB in popluar number systems.

HEX 88 6F BB
Decimal 136 111 187
Binary 10001000 1101111 10111011
Octal 210 157 273

Shades and tints

Shades of #886FBB

#886FBB
(136,111,187)
#7C65AA
(124,101,170)
#705B99
(112,91,153)
#645188
(100,81,136)
#584777
(88,71,119)
#4C3D66
(76,61,102)
#403355
(64,51,85)
#342944
(52,41,68)
#281F33
(40,31,51)
#1C1522
(28,21,34)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #886FBB

#886FBB
(136,111,187)
#927CC1
(146,124,193)
#9C89C7
(156,137,199)
#A696CD
(166,150,205)
#B0A3D3
(176,163,211)
#BAB0D9
(186,176,217)
#C4BDDF
(196,189,223)
#CECAE5
(206,202,229)
#D8D7EB
(216,215,235)
#E2E4F1
(226,228,241)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886FBB; }

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

This text font color is #886FBB.

Background Color

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

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

This div background color is #886FBB.

Border color

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

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

This div border color is #886FBB.

Opacity

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

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

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

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

This text has shadow with #886FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886FBB.

Preview

Color preview on black background

This text has color #886FBB on black background.


Color preview on white background

This text has color #886FBB on white background.


Black color preview on #886FBB background

This text has black color on #886FBB background.


White color preview on #886FBB background

This text has white color on #886FBB background.


Related colors

Complementary color

Complementary color for #hex is #779044.


I love getcolorcode.com

Triadic colors

1 #BB886F and #6FBB88 with #886FBB are triadic colors.

2 #BB6F88 and #6F88BB with #886FBB are triadic colors.