COLOR #877FA6

HEX: #877FA6
RGB: (135,127,166)

Color info

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

RGB color model

#877FA6 color RGB value is (135,127,166).

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

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 166 of 255 = 65%

135
127
166

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 166 = 428 (100%)
R 135 of 428 ~ 31.54%
G 127 of 428 ~ 29.67%
B 166 of 428 ~ 38.79%

%31.54
%29.67
%38.79

CMYK color model

#877FA6 color CMYK value is (19,23,0,35).

  • cyan value is 18.67%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(19,23,0,35)
C19M23Y0K35 
(19%,23%,0%,35%)
(0.19/0.23/0.00/0.35)	

CMYK percentages

%18.67
%23.49
%0
%34.9

Codes

Color #877FA6 in popluar color models

877FA6
RGB135127166
HSL252°17.97%57.45%
HSB/HSV252°23.49%65.10%
CMYK18.67%23.49%0.00%
34.90%

Color #877FA6 in popluar number systems.

HEX877FA6
Decimal135127166
Binary10000111111111110100110
Octal207177246

Shades and tints

Shades of #877FA6

#877FA6
(135,127,166)
#7B7497
(123,116,151)
#6F6988
(111,105,136)
#635E79
(99,94,121)
#57536A
(87,83,106)
#4B485B
(75,72,91)
#3F3D4C
(63,61,76)
#33323D
(51,50,61)
#27272E
(39,39,46)
#1B1C1F
(27,28,31)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #877FA6

#877FA6
(135,127,166)
#918AAE
(145,138,174)
#9B95B6
(155,149,182)
#A5A0BE
(165,160,190)
#AFABC6
(175,171,198)
#B9B6CE
(185,182,206)
#C3C1D6
(195,193,214)
#CDCCDE
(205,204,222)
#D7D7E6
(215,215,230)
#E1E2EE
(225,226,238)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FA6; }

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

This text font color is #877FA6.


Background Color

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

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

This div background color is #877FA6.


Border color

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

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

This div border color is #877FA6.


Opacity

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

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

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

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

This text has shadow with #877FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877FA6 on black background.


Color preview on white background

This text has color #877FA6 on white background.



Black color preview on #877FA6 background

This text has black color on #877FA6 background.


White color preview on #877FA6 background

This text has white color on #877FA6 background.