COLOR #8886BB

HEX: #8886BB RGB: (136,134,187)

Color info

#8886BB contains red, green and blue colors in about the same proportion. Web safe color of #8886BB is #9999CC (or #99C).

RGB color model

#8886BB color RGB value is (136,134,187).

RGB: (136,134,187) (53%, 53%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 187 of 255 = 73%

136
134
187

R + G + B ~ 60%. #8886BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 134 + 187 = 457 (100%)
R 136 of 457 ~ 29.76%
G 134 of 457 ~ 29.32%
B 187 of 457 ~ 40.92'%

%29.76
%29.32
%40.92

CMYK color model

#8886BB color CMYK value is (27,28,0,27).

  • cyan value is 27.27%
  • magenta value is 28.34%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (27,28,0,27)
C27M28Y0K27 (27%, 28%, 0%, 27%)
(0.27 / 0.28 / 0.00 / 0.27)

CMYK percentages

%27.27
%28.34
%0
%26.67

Codes

Color #8886BB in popluar color models

88 86 BB
RGB 136 134 187
HSL 242° 28.04% 62.94%
HSB/HSV 242° 28.34% 73.33%
CMYK 27.27% 28.34% 0.00%
26.67%

Color #8886BB in popluar number systems.

HEX 88 86 BB
Decimal 136 134 187
Binary 10001000 10000110 10111011
Octal 210 206 273

Shades and tints

Shades of #8886BB

#8886BB
(136,134,187)
#7C7AAA
(124,122,170)
#706E99
(112,110,153)
#646288
(100,98,136)
#585677
(88,86,119)
#4C4A66
(76,74,102)
#403E55
(64,62,85)
#343244
(52,50,68)
#282633
(40,38,51)
#1C1A22
(28,26,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #8886BB

#8886BB
(136,134,187)
#9291C1
(146,145,193)
#9C9CC7
(156,156,199)
#A6A7CD
(166,167,205)
#B0B2D3
(176,178,211)
#BABDD9
(186,189,217)
#C4C8DF
(196,200,223)
#CED3E5
(206,211,229)
#D8DEEB
(216,222,235)
#E2E9F1
(226,233,241)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8886BB color. Also use rgb(136,134,187) instead hex code.

Text Font Color

.myTextColor { color: #8886BB; }

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

This text font color is #8886BB.

Background Color

.myBgColor { background-color: #8886BB; }

<div style="background-color:#8886BB">Inner text</div>

This div background color is #8886BB.

Border color

.myBorderColor { border: 1px solid #8886BB; }

<div style="border:3px solid #8886BB">Div</div>

This div border color is #8886BB.

Opacity

.myOpacity80 { color: #8886BB; opacity: 0.8; }

<p style="color:#8886BB;opacity:0.8;">80%</p>

Text with #8886BB 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 #8886BB;}

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

This text has shadow with #8886BB color.


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

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

This text has shadow with #8886BB primary color and red secondary color.


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

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

This text has shadow with #8886BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8886BB.

Preview

Color preview on black background

This text has color #8886BB on black background.


Color preview on white background

This text has color #8886BB on white background.


Black color preview on #8886BB background

This text has black color on #8886BB background.


White color preview on #8886BB background

This text has white color on #8886BB background.


Related colors

Complementary color

Complementary color for #hex is #777944.


I love getcolorcode.com

Triadic colors

1 #BB8886 and #86BB88 with #8886BB are triadic colors.

2 #BB8688 and #8688BB with #8886BB are triadic colors.