COLOR #877FAE

HEX: #877FAE RGB: (135,127,174)

Color info

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

RGB color model

#877FAE color RGB value is (135,127,174).

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

RGB channels and saturation

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

135
127
174

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 174 = 436 (100%)
R 135 of 436 ~ 30.96%
G 127 of 436 ~ 29.13%
B 174 of 436 ~ 39.91'%

%30.96
%29.13
%39.91

CMYK color model

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

  • cyan value is 22.41%
  • 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

%22.41
%27.01
%0
%31.76

Codes

Color #877FAE in popluar color models

87 7F AE
RGB 135 127 174
HSL 250° 22.49% 59.02%
HSB/HSV 250° 27.01% 68.24%
CMYK 22.41% 27.01% 0.00%
31.76%

Color #877FAE in popluar number systems.

HEX 87 7F AE
Decimal 135 127 174
Binary 10000111 1111111 10101110
Octal 207 177 256

Shades and tints

Shades of #877FAE

#877FAE
(135,127,174)
#7B749F
(123,116,159)
#6F6990
(111,105,144)
#635E81
(99,94,129)
#575372
(87,83,114)
#4B4863
(75,72,99)
#3F3D54
(63,61,84)
#333245
(51,50,69)
#272736
(39,39,54)
#1B1C27
(27,28,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #877FAE

#877FAE
(135,127,174)
#918AB5
(145,138,181)
#9B95BC
(155,149,188)
#A5A0C3
(165,160,195)
#AFABCA
(175,171,202)
#B9B6D1
(185,182,209)
#C3C1D8
(195,193,216)
#CDCCDF
(205,204,223)
#D7D7E6
(215,215,230)
#E1E2ED
(225,226,237)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FAE; }

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

This text font color is #877FAE.

Background Color

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

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

This div background color is #877FAE.

Border color

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

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

This div border color is #877FAE.

Opacity

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

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

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

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

This text has shadow with #877FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877FAE.

Preview

Color preview on black background

This text has color #877FAE on black background.


Color preview on white background

This text has color #877FAE on white background.


Black color preview on #877FAE background

This text has black color on #877FAE background.


White color preview on #877FAE background

This text has white color on #877FAE background.


Related colors

Complementary color

Complementary color for #hex is #788051.


I love getcolorcode.com

Triadic colors

1 #AE877F and #7FAE87 with #877FAE are triadic colors.

2 #AE7F87 and #7F87AE with #877FAE are triadic colors.