COLOR #877B98

HEX: #877B98 RGB: (135,123,152)

Color info

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

RGB color model

#877B98 color RGB value is (135,123,152).

RGB: (135,123,152) (53%, 48%, 60%)

RGB channels and saturation

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

135
123
152

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 152 = 410 (100%)
R 135 of 410 ~ 32.93%
G 123 of 410 ~ 30%
B 152 of 410 ~ 37.07'%

%32.93
%30
%37.07

CMYK color model

#877B98 color CMYK value is (11,19,0,40).

  • cyan value is 11.18%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (11,19,0,40)
C11M19Y0K40 (11%, 19%, 0%, 40%)
(0.11 / 0.19 / 0.00 / 0.40)

CMYK percentages

%11.18
%19.08
%0
%40.39

Codes

Color #877B98 in popluar color models

87 7B 98
RGB 135 123 152
HSL 265° 12.34% 53.92%
HSB/HSV 265° 19.08% 59.61%
CMYK 11.18% 19.08% 0.00%
40.39%

Color #877B98 in popluar number systems.

HEX 87 7B 98
Decimal 135 123 152
Binary 10000111 1111011 10011000
Octal 207 173 230

Shades and tints

Shades of #877B98

#877B98
(135,123,152)
#7B708B
(123,112,139)
#6F657E
(111,101,126)
#635A71
(99,90,113)
#574F64
(87,79,100)
#4B4457
(75,68,87)
#3F394A
(63,57,74)
#332E3D
(51,46,61)
#272330
(39,35,48)
#1B1823
(27,24,35)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #877B98

#877B98
(135,123,152)
#9187A1
(145,135,161)
#9B93AA
(155,147,170)
#A59FB3
(165,159,179)
#AFABBC
(175,171,188)
#B9B7C5
(185,183,197)
#C3C3CE
(195,195,206)
#CDCFD7
(205,207,215)
#D7DBE0
(215,219,224)
#E1E7E9
(225,231,233)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877B98; }

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

This text font color is #877B98.

Background Color

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

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

This div background color is #877B98.

Border color

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

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

This div border color is #877B98.

Opacity

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

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

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

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

This text has shadow with #877B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877B98.

Preview

Color preview on black background

This text has color #877B98 on black background.


Color preview on white background

This text has color #877B98 on white background.


Black color preview on #877B98 background

This text has black color on #877B98 background.


White color preview on #877B98 background

This text has white color on #877B98 background.


Related colors

Complementary color

Complementary color for #hex is #788467.


I love getcolorcode.com

Triadic colors

1 #98877B and #7B9887 with #877B98 are triadic colors.

2 #987B87 and #7B8798 with #877B98 are triadic colors.