COLOR #886FB5

HEX: #886FB5 RGB: (136,111,181)

Color info

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

RGB color model

#886FB5 color RGB value is (136,111,181).

RGB: (136,111,181) (53%, 44%, 71%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 181 of 255 = 71%

136
111
181

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

Portions of RGB colors in percentages

R + G + B = 136 + 111 + 181 = 428 (100%)
R 136 of 428 ~ 31.78%
G 111 of 428 ~ 25.93%
B 181 of 428 ~ 42.29'%

%31.78
%25.93
%42.29

CMYK color model

#886FB5 color CMYK value is (25,39,0,29).

  • cyan value is 24.86%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (25,39,0,29)
C25M39Y0K29 (25%, 39%, 0%, 29%)
(0.25 / 0.39 / 0.00 / 0.29)

CMYK percentages

%24.86
%38.67
%0
%29.02

Codes

Color #886FB5 in popluar color models

88 6F B5
RGB 136 111 181
HSL 261° 32.11% 57.25%
HSB/HSV 261° 38.67% 70.98%
CMYK 24.86% 38.67% 0.00%
29.02%

Color #886FB5 in popluar number systems.

HEX 88 6F B5
Decimal 136 111 181
Binary 10001000 1101111 10110101
Octal 210 157 265

Shades and tints

Shades of #886FB5

#886FB5
(136,111,181)
#7C65A5
(124,101,165)
#705B95
(112,91,149)
#645185
(100,81,133)
#584775
(88,71,117)
#4C3D65
(76,61,101)
#403355
(64,51,85)
#342945
(52,41,69)
#281F35
(40,31,53)
#1C1525
(28,21,37)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #886FB5

#886FB5
(136,111,181)
#927CBB
(146,124,187)
#9C89C1
(156,137,193)
#A696C7
(166,150,199)
#B0A3CD
(176,163,205)
#BAB0D3
(186,176,211)
#C4BDD9
(196,189,217)
#CECADF
(206,202,223)
#D8D7E5
(216,215,229)
#E2E4EB
(226,228,235)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886FB5; }

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

This text font color is #886FB5.

Background Color

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

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

This div background color is #886FB5.

Border color

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

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

This div border color is #886FB5.

Opacity

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

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

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

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

This text has shadow with #886FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886FB5.

Preview

Color preview on black background

This text has color #886FB5 on black background.


Color preview on white background

This text has color #886FB5 on white background.


Black color preview on #886FB5 background

This text has black color on #886FB5 background.


White color preview on #886FB5 background

This text has white color on #886FB5 background.


Related colors

Complementary color

Complementary color for #hex is #77904A.


I love getcolorcode.com

Triadic colors

1 #B5886F and #6FB588 with #886FB5 are triadic colors.

2 #B56F88 and #6F88B5 with #886FB5 are triadic colors.