COLOR #887FAE

HEX: #887FAE RGB: (136,127,174)

Color info

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

RGB color model

#887FAE color RGB value is (136,127,174).

RGB: (136,127,174) (53%, 50%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 174 of 255 = 68%

136
127
174

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

Portions of RGB colors in percentages

R + G + B = 136 + 127 + 174 = 437 (100%)
R 136 of 437 ~ 31.12%
G 127 of 437 ~ 29.06%
B 174 of 437 ~ 39.82'%

%31.12
%29.06
%39.82

CMYK color model

#887FAE color CMYK value is (22,27,0,32).

  • cyan value is 21.84%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (22,27,0,32)
C22M27Y0K32 (22%, 27%, 0%, 32%)
(0.22 / 0.27 / 0.00 / 0.32)

CMYK percentages

%21.84
%27.01
%0
%31.76

Codes

Color #887FAE in popluar color models

88 7F AE
RGB 136 127 174
HSL 251° 22.49% 59.02%
HSB/HSV 251° 27.01% 68.24%
CMYK 21.84% 27.01% 0.00%
31.76%

Color #887FAE in popluar number systems.

HEX 88 7F AE
Decimal 136 127 174
Binary 10001000 1111111 10101110
Octal 210 177 256

Shades and tints

Shades of #887FAE

#887FAE
(136,127,174)
#7C749F
(124,116,159)
#706990
(112,105,144)
#645E81
(100,94,129)
#585372
(88,83,114)
#4C4863
(76,72,99)
#403D54
(64,61,84)
#343245
(52,50,69)
#282736
(40,39,54)
#1C1C27
(28,28,39)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #887FAE

#887FAE
(136,127,174)
#928AB5
(146,138,181)
#9C95BC
(156,149,188)
#A6A0C3
(166,160,195)
#B0ABCA
(176,171,202)
#BAB6D1
(186,182,209)
#C4C1D8
(196,193,216)
#CECCDF
(206,204,223)
#D8D7E6
(216,215,230)
#E2E2ED
(226,226,237)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887FAE color. Also use rgb(136,127,174) instead hex code.

Text Font Color

.myTextColor { color: #887FAE; }

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

This text font color is #887FAE.

Background Color

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

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

This div background color is #887FAE.

Border color

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

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

This div border color is #887FAE.

Opacity

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

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

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

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

This text has shadow with #887FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887FAE.

Preview

Color preview on black background

This text has color #887FAE on black background.


Color preview on white background

This text has color #887FAE on white background.


Black color preview on #887FAE background

This text has black color on #887FAE background.


White color preview on #887FAE background

This text has white color on #887FAE background.


Related colors

Complementary color

Complementary color for #hex is #778051.


I love getcolorcode.com

Triadic colors

1 #AE887F and #7FAE88 with #887FAE are triadic colors.

2 #AE7F88 and #7F88AE with #887FAE are triadic colors.