COLOR #877BA8

HEX: #877BA8 RGB: (135,123,168)

Color info

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

RGB color model

#877BA8 color RGB value is (135,123,168).

RGB: (135,123,168) (53%, 48%, 66%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 168 of 255 = 66%

135
123
168

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 168 = 426 (100%)
R 135 of 426 ~ 31.69%
G 123 of 426 ~ 28.87%
B 168 of 426 ~ 39.44'%

%31.69
%28.87
%39.44

CMYK color model

#877BA8 color CMYK value is (20,27,0,34).

  • cyan value is 19.64%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (20,27,0,34)
C20M27Y0K34 (20%, 27%, 0%, 34%)
(0.20 / 0.27 / 0.00 / 0.34)

CMYK percentages

%19.64
%26.79
%0
%34.12

Codes

Color #877BA8 in popluar color models

87 7B A8
RGB 135 123 168
HSL 256° 20.55% 57.06%
HSB/HSV 256° 26.79% 65.88%
CMYK 19.64% 26.79% 0.00%
34.12%

Color #877BA8 in popluar number systems.

HEX 87 7B A8
Decimal 135 123 168
Binary 10000111 1111011 10101000
Octal 207 173 250

Shades and tints

Shades of #877BA8

#877BA8
(135,123,168)
#7B7099
(123,112,153)
#6F658A
(111,101,138)
#635A7B
(99,90,123)
#574F6C
(87,79,108)
#4B445D
(75,68,93)
#3F394E
(63,57,78)
#332E3F
(51,46,63)
#272330
(39,35,48)
#1B1821
(27,24,33)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #877BA8

#877BA8
(135,123,168)
#9187AF
(145,135,175)
#9B93B6
(155,147,182)
#A59FBD
(165,159,189)
#AFABC4
(175,171,196)
#B9B7CB
(185,183,203)
#C3C3D2
(195,195,210)
#CDCFD9
(205,207,217)
#D7DBE0
(215,219,224)
#E1E7E7
(225,231,231)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877BA8 color. Also use rgb(135,123,168) instead hex code.

Text Font Color

.myTextColor { color: #877BA8; }

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

This text font color is #877BA8.

Background Color

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

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

This div background color is #877BA8.

Border color

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

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

This div border color is #877BA8.

Opacity

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

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

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

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

This text has shadow with #877BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877BA8.

Preview

Color preview on black background

This text has color #877BA8 on black background.


Color preview on white background

This text has color #877BA8 on white background.


Black color preview on #877BA8 background

This text has black color on #877BA8 background.


White color preview on #877BA8 background

This text has white color on #877BA8 background.


Related colors

Complementary color

Complementary color for #hex is #788457.


I love getcolorcode.com

Triadic colors

1 #A8877B and #7BA887 with #877BA8 are triadic colors.

2 #A87B87 and #7B87A8 with #877BA8 are triadic colors.