COLOR #877894

HEX: #877894
RGB: (135,120,148)

Color info

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

RGB color model

#877894 color RGB value is (135,120,148).

  • red value is 135;
  • green value is 120;
  • blue value is 148.
RGB:
(135,120,148)
(53%,47%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 148 of 255 = 58%

135
120
148

R + G + B ~ 53%. #877894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 148 = 403 (100%)
R 135 of 403 ~ 33.5%
G 120 of 403 ~ 29.78%
B 148 of 403 ~ 36.72%

%33.5
%29.78
%36.72

CMYK color model

#877894 color CMYK value is (9,19,0,42).

  • cyan value is 8.78%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(9,19,0,42)
C9M19Y0K42 
(9%,19%,0%,42%)
(0.09/0.19/0.00/0.42)	

CMYK percentages

%8.78
%18.92
%0
%41.96

Codes

Color #877894 in popluar color models

877894
RGB135120148
HSL272°11.57%52.55%
HSB/HSV272°18.92%58.04%
CMYK8.78%18.92%0.00%
41.96%

Color #877894 in popluar number systems.

HEX877894
Decimal135120148
Binary10000111111100010010100
Octal207170224

Shades and tints

Shades of #877894

#877894
(135,120,148)
#7B6E87
(123,110,135)
#6F647A
(111,100,122)
#635A6D
(99,90,109)
#575060
(87,80,96)
#4B4653
(75,70,83)
#3F3C46
(63,60,70)
#333239
(51,50,57)
#27282C
(39,40,44)
#1B1E1F
(27,30,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #877894

#877894
(135,120,148)
#91849D
(145,132,157)
#9B90A6
(155,144,166)
#A59CAF
(165,156,175)
#AFA8B8
(175,168,184)
#B9B4C1
(185,180,193)
#C3C0CA
(195,192,202)
#CDCCD3
(205,204,211)
#D7D8DC
(215,216,220)
#E1E4E5
(225,228,229)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877894 color. Also use rgb(135,120,148) instead hex code.

Text Font Color

.myTextColor { color: #877894; }

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

This text font color is #877894.


Background Color

.myBgColor { background-color: #877894; }

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

This div background color is #877894.


Border color

.myBorderColor { border: 1px solid #877894; }

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

This div border color is #877894.


Opacity

.myOpacity80 { color: #877894; opacity: 0.8; }

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

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

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

This text has shadow with #877894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877894 on black background.


Color preview on white background

This text has color #877894 on white background.



Black color preview on #877894 background

This text has black color on #877894 background.


White color preview on #877894 background

This text has white color on #877894 background.