COLOR #877B99

HEX: #877B99
RGB: (135,123,153)

Color info

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

RGB color model

#877B99 color RGB value is (135,123,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 153 of 255 = 60%

135
123
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 123 + 153 = 411 (100%)
R 135 of 411 ~ 32.85%
G 123 of 411 ~ 29.93%
B 153 of 411 ~ 37.23%

%32.85
%29.93
%37.23

CMYK color model

#877B99 color CMYK value is (12,20,0,40).

  • cyan value is 11.76%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,20,0,40)
C12M20Y0K40 
(12%,20%,0%,40%)
(0.12/0.20/0.00/0.40)	

CMYK percentages

%11.76
%19.61
%0
%40

Codes

Color #877B99 in popluar color models

877B99
RGB135123153
HSL264°12.82%54.12%
HSB/HSV264°19.61%60.00%
CMYK11.76%19.61%0.00%
40.00%

Color #877B99 in popluar number systems.

HEX877B99
Decimal135123153
Binary10000111111101110011001
Octal207173231

Shades and tints

Shades of #877B99

#877B99
(135,123,153)
#7B708C
(123,112,140)
#6F657F
(111,101,127)
#635A72
(99,90,114)
#574F65
(87,79,101)
#4B4458
(75,68,88)
#3F394B
(63,57,75)
#332E3E
(51,46,62)
#272331
(39,35,49)
#1B1824
(27,24,36)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #877B99

#877B99
(135,123,153)
#9187A2
(145,135,162)
#9B93AB
(155,147,171)
#A59FB4
(165,159,180)
#AFABBD
(175,171,189)
#B9B7C6
(185,183,198)
#C3C3CF
(195,195,207)
#CDCFD8
(205,207,216)
#D7DBE1
(215,219,225)
#E1E7EA
(225,231,234)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877B99; }

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

This text font color is #877B99.


Background Color

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

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

This div background color is #877B99.


Border color

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

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

This div border color is #877B99.


Opacity

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

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

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

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

This text has shadow with #877B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877B99 on black background.


Color preview on white background

This text has color #877B99 on white background.



Black color preview on #877B99 background

This text has black color on #877B99 background.


White color preview on #877B99 background

This text has white color on #877B99 background.