COLOR #877E97

HEX: #877E97
RGB: (135,126,151)

Color info

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

RGB color model

#877E97 color RGB value is (135,126,151).

  • red value is 135;
  • green value is 126;
  • blue value is 151.
RGB:
(135,126,151)
(53%,49%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 151 of 255 = 59%

135
126
151

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 151 = 412 (100%)
R 135 of 412 ~ 32.77%
G 126 of 412 ~ 30.58%
B 151 of 412 ~ 36.65%

%32.77
%30.58
%36.65

CMYK color model

#877E97 color CMYK value is (11,17,0,41).

  • cyan value is 10.60%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(11,17,0,41)
C11M17Y0K41 
(11%,17%,0%,41%)
(0.11/0.17/0.00/0.41)	

CMYK percentages

%10.6
%16.56
%0
%40.78

Codes

Color #877E97 in popluar color models

877E97
RGB135126151
HSL262°10.73%54.31%
HSB/HSV262°16.56%59.22%
CMYK10.60%16.56%0.00%
40.78%

Color #877E97 in popluar number systems.

HEX877E97
Decimal135126151
Binary10000111111111010010111
Octal207176227

Shades and tints

Shades of #877E97

#877E97
(135,126,151)
#7B738A
(123,115,138)
#6F687D
(111,104,125)
#635D70
(99,93,112)
#575263
(87,82,99)
#4B4756
(75,71,86)
#3F3C49
(63,60,73)
#33313C
(51,49,60)
#27262F
(39,38,47)
#1B1B22
(27,27,34)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #877E97

#877E97
(135,126,151)
#9189A0
(145,137,160)
#9B94A9
(155,148,169)
#A59FB2
(165,159,178)
#AFAABB
(175,170,187)
#B9B5C4
(185,181,196)
#C3C0CD
(195,192,205)
#CDCBD6
(205,203,214)
#D7D6DF
(215,214,223)
#E1E1E8
(225,225,232)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877E97 color. Also use rgb(135,126,151) instead hex code.

Text Font Color

.myTextColor { color: #877E97; }

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

This text font color is #877E97.


Background Color

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

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

This div background color is #877E97.


Border color

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

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

This div border color is #877E97.


Opacity

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

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

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

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

This text has shadow with #877E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E97 on black background.


Color preview on white background

This text has color #877E97 on white background.



Black color preview on #877E97 background

This text has black color on #877E97 background.


White color preview on #877E97 background

This text has white color on #877E97 background.