COLOR #887BAC

HEX: #887BAC RGB: (136,123,172)

Color info

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

RGB color model

#887BAC color RGB value is (136,123,172).

RGB: (136,123,172) (53%, 48%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 172 of 255 = 67%

136
123
172

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

Portions of RGB colors in percentages

R + G + B = 136 + 123 + 172 = 431 (100%)
R 136 of 431 ~ 31.55%
G 123 of 431 ~ 28.54%
B 172 of 431 ~ 39.91'%

%31.55
%28.54
%39.91

CMYK color model

#887BAC color CMYK value is (21,28,0,33).

  • cyan value is 20.93%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (21,28,0,33)
C21M28Y0K33 (21%, 28%, 0%, 33%)
(0.21 / 0.28 / 0.00 / 0.33)

CMYK percentages

%20.93
%28.49
%0
%32.55

Codes

Color #887BAC in popluar color models

88 7B AC
RGB 136 123 172
HSL 256° 22.79% 57.84%
HSB/HSV 256° 28.49% 67.45%
CMYK 20.93% 28.49% 0.00%
32.55%

Color #887BAC in popluar number systems.

HEX 88 7B AC
Decimal 136 123 172
Binary 10001000 1111011 10101100
Octal 210 173 254

Shades and tints

Shades of #887BAC

#887BAC
(136,123,172)
#7C709D
(124,112,157)
#70658E
(112,101,142)
#645A7F
(100,90,127)
#584F70
(88,79,112)
#4C4461
(76,68,97)
#403952
(64,57,82)
#342E43
(52,46,67)
#282334
(40,35,52)
#1C1825
(28,24,37)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #887BAC

#887BAC
(136,123,172)
#9287B3
(146,135,179)
#9C93BA
(156,147,186)
#A69FC1
(166,159,193)
#B0ABC8
(176,171,200)
#BAB7CF
(186,183,207)
#C4C3D6
(196,195,214)
#CECFDD
(206,207,221)
#D8DBE4
(216,219,228)
#E2E7EB
(226,231,235)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887BAC color. Also use rgb(136,123,172) instead hex code.

Text Font Color

.myTextColor { color: #887BAC; }

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

This text font color is #887BAC.

Background Color

.myBgColor { background-color: #887BAC; }

<div style="background-color:#887BAC">Inner text</div>

This div background color is #887BAC.

Border color

.myBorderColor { border: 1px solid #887BAC; }

<div style="border:3px solid #887BAC">Div</div>

This div border color is #887BAC.

Opacity

.myOpacity80 { color: #887BAC; opacity: 0.8; }

<p style="color:#887BAC;opacity:0.8;">80%</p>

Text with #887BAC 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 #887BAC;}

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

This text has shadow with #887BAC color.


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

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

This text has shadow with #887BAC primary color and red secondary color.


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

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

This text has shadow with #887BAC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #887BAC.

Preview

Color preview on black background

This text has color #887BAC on black background.


Color preview on white background

This text has color #887BAC on white background.


Black color preview on #887BAC background

This text has black color on #887BAC background.


White color preview on #887BAC background

This text has white color on #887BAC background.


Related colors

Complementary color

Complementary color for #hex is #778453.


I love getcolorcode.com

Triadic colors

1 #AC887B and #7BAC88 with #887BAC are triadic colors.

2 #AC7B88 and #7B88AC with #887BAC are triadic colors.