COLOR #877FA8

HEX: #877FA8
RGB: (135,127,168)

Color info

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

RGB color model

#877FA8 color RGB value is (135,127,168).

  • red value is 135;
  • green value is 127;
  • blue value is 168.
RGB:
(135,127,168)
(53%,50%,66%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 168 of 255 = 66%

135
127
168

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 168 = 430 (100%)
R 135 of 430 ~ 31.4%
G 127 of 430 ~ 29.53%
B 168 of 430 ~ 39.07%

%31.4
%29.53
%39.07

CMYK color model

#877FA8 color CMYK value is (20,24,0,34).

  • cyan value is 19.64%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(20,24,0,34)
C20M24Y0K34 
(20%,24%,0%,34%)
(0.20/0.24/0.00/0.34)	

CMYK percentages

%19.64
%24.4
%0
%34.12

Codes

Color #877FA8 in popluar color models

877FA8
RGB135127168
HSL252°19.07%57.84%
HSB/HSV252°24.40%65.88%
CMYK19.64%24.40%0.00%
34.12%

Color #877FA8 in popluar number systems.

HEX877FA8
Decimal135127168
Binary10000111111111110101000
Octal207177250

Shades and tints

Shades of #877FA8

#877FA8
(135,127,168)
#7B7499
(123,116,153)
#6F698A
(111,105,138)
#635E7B
(99,94,123)
#57536C
(87,83,108)
#4B485D
(75,72,93)
#3F3D4E
(63,61,78)
#33323F
(51,50,63)
#272730
(39,39,48)
#1B1C21
(27,28,33)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #877FA8

#877FA8
(135,127,168)
#918AAF
(145,138,175)
#9B95B6
(155,149,182)
#A5A0BD
(165,160,189)
#AFABC4
(175,171,196)
#B9B6CB
(185,182,203)
#C3C1D2
(195,193,210)
#CDCCD9
(205,204,217)
#D7D7E0
(215,215,224)
#E1E2E7
(225,226,231)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FA8; }

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

This text font color is #877FA8.


Background Color

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

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

This div background color is #877FA8.


Border color

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

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

This div border color is #877FA8.


Opacity

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

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

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

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

This text has shadow with #877FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877FA8 on black background.


Color preview on white background

This text has color #877FA8 on white background.



Black color preview on #877FA8 background

This text has black color on #877FA8 background.


White color preview on #877FA8 background

This text has white color on #877FA8 background.