COLOR #877899

HEX: #877899
RGB: (135,120,153)

Color info

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

RGB color model

#877899 color RGB value is (135,120,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 153 of 255 = 60%

135
120
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 153 = 408 (100%)
R 135 of 408 ~ 33.09%
G 120 of 408 ~ 29.41%
B 153 of 408 ~ 37.5%

%33.09
%29.41
%37.5

CMYK color model

#877899 color CMYK value is (12,22,0,40).

  • cyan value is 11.76%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,22,0,40)
C12M22Y0K40 
(12%,22%,0%,40%)
(0.12/0.22/0.00/0.40)	

CMYK percentages

%11.76
%21.57
%0
%40

Codes

Color #877899 in popluar color models

877899
RGB135120153
HSL267°13.92%53.53%
HSB/HSV267°21.57%60.00%
CMYK11.76%21.57%0.00%
40.00%

Color #877899 in popluar number systems.

HEX877899
Decimal135120153
Binary10000111111100010011001
Octal207170231

Shades and tints

Shades of #877899

#877899
(135,120,153)
#7B6E8C
(123,110,140)
#6F647F
(111,100,127)
#635A72
(99,90,114)
#575065
(87,80,101)
#4B4658
(75,70,88)
#3F3C4B
(63,60,75)
#33323E
(51,50,62)
#272831
(39,40,49)
#1B1E24
(27,30,36)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #877899

#877899
(135,120,153)
#9184A2
(145,132,162)
#9B90AB
(155,144,171)
#A59CB4
(165,156,180)
#AFA8BD
(175,168,189)
#B9B4C6
(185,180,198)
#C3C0CF
(195,192,207)
#CDCCD8
(205,204,216)
#D7D8E1
(215,216,225)
#E1E4EA
(225,228,234)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877899; }

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

This text font color is #877899.


Background Color

.myBgColor { background-color: #877899; }

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

This div background color is #877899.


Border color

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

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

This div border color is #877899.


Opacity

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

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

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

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

This text has shadow with #877899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877899 on black background.


Color preview on white background

This text has color #877899 on white background.



Black color preview on #877899 background

This text has black color on #877899 background.


White color preview on #877899 background

This text has white color on #877899 background.