COLOR #877FB3

HEX: #877FB3
RGB: (135,127,179)

Color info

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

RGB color model

#877FB3 color RGB value is (135,127,179).

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

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 179 of 255 = 70%

135
127
179

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 179 = 441 (100%)
R 135 of 441 ~ 30.61%
G 127 of 441 ~ 28.8%
B 179 of 441 ~ 40.59%

%30.61
%28.8
%40.59

CMYK color model

#877FB3 color CMYK value is (25,29,0,30).

  • cyan value is 24.58%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(25,29,0,30)
C25M29Y0K30 
(25%,29%,0%,30%)
(0.25/0.29/0.00/0.30)	

CMYK percentages

%24.58
%29.05
%0
%29.8

Codes

Color #877FB3 in popluar color models

877FB3
RGB135127179
HSL249°25.49%60.00%
HSB/HSV249°29.05%70.20%
CMYK24.58%29.05%0.00%
29.80%

Color #877FB3 in popluar number systems.

HEX877FB3
Decimal135127179
Binary10000111111111110110011
Octal207177263

Shades and tints

Shades of #877FB3

#877FB3
(135,127,179)
#7B74A3
(123,116,163)
#6F6993
(111,105,147)
#635E83
(99,94,131)
#575373
(87,83,115)
#4B4863
(75,72,99)
#3F3D53
(63,61,83)
#333243
(51,50,67)
#272733
(39,39,51)
#1B1C23
(27,28,35)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #877FB3

#877FB3
(135,127,179)
#918AB9
(145,138,185)
#9B95BF
(155,149,191)
#A5A0C5
(165,160,197)
#AFABCB
(175,171,203)
#B9B6D1
(185,182,209)
#C3C1D7
(195,193,215)
#CDCCDD
(205,204,221)
#D7D7E3
(215,215,227)
#E1E2E9
(225,226,233)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877FB3; }

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

This text font color is #877FB3.


Background Color

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

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

This div background color is #877FB3.


Border color

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

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

This div border color is #877FB3.


Opacity

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

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

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

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

This text has shadow with #877FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877FB3 on black background.


Color preview on white background

This text has color #877FB3 on white background.



Black color preview on #877FB3 background

This text has black color on #877FB3 background.


White color preview on #877FB3 background

This text has white color on #877FB3 background.