COLOR #87809B

HEX: #87809B
RGB: (135,128,155)

Color info

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

RGB color model

#87809B color RGB value is (135,128,155).

  • red value is 135;
  • green value is 128;
  • blue value is 155.
RGB:
(135,128,155)
(53%,50%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 155 of 255 = 61%

135
128
155

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 155 = 418 (100%)
R 135 of 418 ~ 32.3%
G 128 of 418 ~ 30.62%
B 155 of 418 ~ 37.08%

%32.3
%30.62
%37.08

CMYK color model

#87809B color CMYK value is (13,17,0,39).

  • cyan value is 12.90%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,17,0,39)
C13M17Y0K39 
(13%,17%,0%,39%)
(0.13/0.17/0.00/0.39)	

CMYK percentages

%12.9
%17.42
%0
%39.22

Codes

Color #87809B in popluar color models

87809B
RGB135128155
HSL256°11.89%55.49%
HSB/HSV256°17.42%60.78%
CMYK12.90%17.42%0.00%
39.22%

Color #87809B in popluar number systems.

HEX87809B
Decimal135128155
Binary100001111000000010011011
Octal207200233

Shades and tints

Shades of #87809B

#87809B
(135,128,155)
#7B758D
(123,117,141)
#6F6A7F
(111,106,127)
#635F71
(99,95,113)
#575463
(87,84,99)
#4B4955
(75,73,85)
#3F3E47
(63,62,71)
#333339
(51,51,57)
#27282B
(39,40,43)
#1B1D1D
(27,29,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #87809B

#87809B
(135,128,155)
#918BA4
(145,139,164)
#9B96AD
(155,150,173)
#A5A1B6
(165,161,182)
#AFACBF
(175,172,191)
#B9B7C8
(185,183,200)
#C3C2D1
(195,194,209)
#CDCDDA
(205,205,218)
#D7D8E3
(215,216,227)
#E1E3EC
(225,227,236)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87809B color. Also use rgb(135,128,155) instead hex code.

Text Font Color

.myTextColor { color: #87809B; }

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

This text font color is #87809B.


Background Color

.myBgColor { background-color: #87809B; }

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

This div background color is #87809B.


Border color

.myBorderColor { border: 1px solid #87809B; }

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

This div border color is #87809B.


Opacity

.myOpacity80 { color: #87809B; opacity: 0.8; }

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

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

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

This text has shadow with #87809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87809B on black background.


Color preview on white background

This text has color #87809B on white background.



Black color preview on #87809B background

This text has black color on #87809B background.


White color preview on #87809B background

This text has white color on #87809B background.