COLOR #877E90

HEX: #877E90
RGB: (135,126,144)

Color info

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

RGB color model

#877E90 color RGB value is (135,126,144).

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

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 144 of 255 = 56%

135
126
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 144 = 405 (100%)
R 135 of 405 ~ 33.33%
G 126 of 405 ~ 31.11%
B 144 of 405 ~ 35.56%

%33.33
%31.11
%35.56

CMYK color model

#877E90 color CMYK value is (6,13,0,44).

  • cyan value is 6.25%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,13,0,44)
C6M13Y0K44 
(6%,13%,0%,44%)
(0.06/0.13/0.00/0.44)	

CMYK percentages

%6.25
%12.5
%0
%43.53

Codes

Color #877E90 in popluar color models

877E90
RGB135126144
HSL270°7.50%52.94%
HSB/HSV270°12.50%56.47%
CMYK6.25%12.50%0.00%
43.53%

Color #877E90 in popluar number systems.

HEX877E90
Decimal135126144
Binary10000111111111010010000
Octal207176220

Shades and tints

Shades of #877E90

#877E90
(135,126,144)
#7B7383
(123,115,131)
#6F6876
(111,104,118)
#635D69
(99,93,105)
#57525C
(87,82,92)
#4B474F
(75,71,79)
#3F3C42
(63,60,66)
#333135
(51,49,53)
#272628
(39,38,40)
#1B1B1B
(27,27,27)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #877E90

#877E90
(135,126,144)
#91899A
(145,137,154)
#9B94A4
(155,148,164)
#A59FAE
(165,159,174)
#AFAAB8
(175,170,184)
#B9B5C2
(185,181,194)
#C3C0CC
(195,192,204)
#CDCBD6
(205,203,214)
#D7D6E0
(215,214,224)
#E1E1EA
(225,225,234)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E90; }

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

This text font color is #877E90.


Background Color

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

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

This div background color is #877E90.


Border color

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

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

This div border color is #877E90.


Opacity

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

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

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

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

This text has shadow with #877E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E90 on black background.


Color preview on white background

This text has color #877E90 on white background.



Black color preview on #877E90 background

This text has black color on #877E90 background.


White color preview on #877E90 background

This text has white color on #877E90 background.