COLOR #887DAB

HEX: #887DAB RGB: (136,125,171)

Color info

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

RGB color model

#887DAB color RGB value is (136,125,171).

RGB: (136,125,171) (53%, 49%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 171 of 255 = 67%

136
125
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 125 + 171 = 432 (100%)
R 136 of 432 ~ 31.48%
G 125 of 432 ~ 28.94%
B 171 of 432 ~ 39.58'%

%31.48
%28.94
%39.58

CMYK color model

#887DAB color CMYK value is (20,27,0,33).

  • cyan value is 20.47%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,27,0,33)
C20M27Y0K33 (20%, 27%, 0%, 33%)
(0.20 / 0.27 / 0.00 / 0.33)

CMYK percentages

%20.47
%26.9
%0
%32.94

Codes

Color #887DAB in popluar color models

88 7D AB
RGB 136 125 171
HSL 254° 21.50% 58.04%
HSB/HSV 254° 26.90% 67.06%
CMYK 20.47% 26.90% 0.00%
32.94%

Color #887DAB in popluar number systems.

HEX 88 7D AB
Decimal 136 125 171
Binary 10001000 1111101 10101011
Octal 210 175 253

Shades and tints

Shades of #887DAB

#887DAB
(136,125,171)
#7C729C
(124,114,156)
#70678D
(112,103,141)
#645C7E
(100,92,126)
#58516F
(88,81,111)
#4C4660
(76,70,96)
#403B51
(64,59,81)
#343042
(52,48,66)
#282533
(40,37,51)
#1C1A24
(28,26,36)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #887DAB

#887DAB
(136,125,171)
#9288B2
(146,136,178)
#9C93B9
(156,147,185)
#A69EC0
(166,158,192)
#B0A9C7
(176,169,199)
#BAB4CE
(186,180,206)
#C4BFD5
(196,191,213)
#CECADC
(206,202,220)
#D8D5E3
(216,213,227)
#E2E0EA
(226,224,234)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887DAB color. Also use rgb(136,125,171) instead hex code.

Text Font Color

.myTextColor { color: #887DAB; }

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

This text font color is #887DAB.

Background Color

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

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

This div background color is #887DAB.

Border color

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

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

This div border color is #887DAB.

Opacity

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

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

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

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

This text has shadow with #887DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887DAB.

Preview

Color preview on black background

This text has color #887DAB on black background.


Color preview on white background

This text has color #887DAB on white background.


Black color preview on #887DAB background

This text has black color on #887DAB background.


White color preview on #887DAB background

This text has white color on #887DAB background.


Related colors

Complementary color

Complementary color for #hex is #778254.


I love getcolorcode.com

Triadic colors

1 #AB887D and #7DAB88 with #887DAB are triadic colors.

2 #AB7D88 and #7D88AB with #887DAB are triadic colors.