COLOR #887EAD

HEX: #887EAD RGB: (136,126,173)

Color info

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

RGB color model

#887EAD color RGB value is (136,126,173).

RGB: (136,126,173) (53%, 49%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 173 of 255 = 68%

136
126
173

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

Portions of RGB colors in percentages

R + G + B = 136 + 126 + 173 = 435 (100%)
R 136 of 435 ~ 31.26%
G 126 of 435 ~ 28.97%
B 173 of 435 ~ 39.77'%

%31.26
%28.97
%39.77

CMYK color model

#887EAD color CMYK value is (21,27,0,32).

  • cyan value is 21.39%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (21,27,0,32)
C21M27Y0K32 (21%, 27%, 0%, 32%)
(0.21 / 0.27 / 0.00 / 0.32)

CMYK percentages

%21.39
%27.17
%0
%32.16

Codes

Color #887EAD in popluar color models

88 7E AD
RGB 136 126 173
HSL 253° 22.27% 58.63%
HSB/HSV 253° 27.17% 67.84%
CMYK 21.39% 27.17% 0.00%
32.16%

Color #887EAD in popluar number systems.

HEX 88 7E AD
Decimal 136 126 173
Binary 10001000 1111110 10101101
Octal 210 176 255

Shades and tints

Shades of #887EAD

#887EAD
(136,126,173)
#7C739E
(124,115,158)
#70688F
(112,104,143)
#645D80
(100,93,128)
#585271
(88,82,113)
#4C4762
(76,71,98)
#403C53
(64,60,83)
#343144
(52,49,68)
#282635
(40,38,53)
#1C1B26
(28,27,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #887EAD

#887EAD
(136,126,173)
#9289B4
(146,137,180)
#9C94BB
(156,148,187)
#A69FC2
(166,159,194)
#B0AAC9
(176,170,201)
#BAB5D0
(186,181,208)
#C4C0D7
(196,192,215)
#CECBDE
(206,203,222)
#D8D6E5
(216,214,229)
#E2E1EC
(226,225,236)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887EAD color. Also use rgb(136,126,173) instead hex code.

Text Font Color

.myTextColor { color: #887EAD; }

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

This text font color is #887EAD.

Background Color

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

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

This div background color is #887EAD.

Border color

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

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

This div border color is #887EAD.

Opacity

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

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

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

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

This text has shadow with #887EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887EAD.

Preview

Color preview on black background

This text has color #887EAD on black background.


Color preview on white background

This text has color #887EAD on white background.


Black color preview on #887EAD background

This text has black color on #887EAD background.


White color preview on #887EAD background

This text has white color on #887EAD background.


Related colors

Complementary color

Complementary color for #hex is #778152.


I love getcolorcode.com

Triadic colors

1 #AD887E and #7EAD88 with #887EAD are triadic colors.

2 #AD7E88 and #7E88AD with #887EAD are triadic colors.