COLOR #87789E

HEX: #87789E
RGB: (135,120,158)

Color info

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

RGB color model

#87789E color RGB value is (135,120,158).

  • red value is 135;
  • green value is 120;
  • blue value is 158.
RGB:
(135,120,158)
(53%,47%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 158 of 255 = 62%

135
120
158

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 158 = 413 (100%)
R 135 of 413 ~ 32.69%
G 120 of 413 ~ 29.06%
B 158 of 413 ~ 38.26%

%32.69
%29.06
%38.26

CMYK color model

#87789E color CMYK value is (15,24,0,38).

  • cyan value is 14.56%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(15,24,0,38)
C15M24Y0K38 
(15%,24%,0%,38%)
(0.15/0.24/0.00/0.38)	

CMYK percentages

%14.56
%24.05
%0
%38.04

Codes

Color #87789E in popluar color models

87789E
RGB135120158
HSL264°16.38%54.51%
HSB/HSV264°24.05%61.96%
CMYK14.56%24.05%0.00%
38.04%

Color #87789E in popluar number systems.

HEX87789E
Decimal135120158
Binary10000111111100010011110
Octal207170236

Shades and tints

Shades of #87789E

#87789E
(135,120,158)
#7B6E90
(123,110,144)
#6F6482
(111,100,130)
#635A74
(99,90,116)
#575066
(87,80,102)
#4B4658
(75,70,88)
#3F3C4A
(63,60,74)
#33323C
(51,50,60)
#27282E
(39,40,46)
#1B1E20
(27,30,32)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #87789E

#87789E
(135,120,158)
#9184A6
(145,132,166)
#9B90AE
(155,144,174)
#A59CB6
(165,156,182)
#AFA8BE
(175,168,190)
#B9B4C6
(185,180,198)
#C3C0CE
(195,192,206)
#CDCCD6
(205,204,214)
#D7D8DE
(215,216,222)
#E1E4E6
(225,228,230)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87789E color. Also use rgb(135,120,158) instead hex code.

Text Font Color

.myTextColor { color: #87789E; }

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

This text font color is #87789E.


Background Color

.myBgColor { background-color: #87789E; }

<div style="background-color:#87789E">Inner text</div>

This div background color is #87789E.


Border color

.myBorderColor { border: 1px solid #87789E; }

<div style="border:3px solid #87789E">Div</div>

This div border color is #87789E.


Opacity

.myOpacity80 { color: #87789E; opacity: 0.8; }

<p style="color:#87789E;opacity:0.8;">80%</p>

Text with #87789E 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 #87789E;}

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

This text has shadow with #87789E color.

.textShadow {text-shadow: 3px 3px 1px #87789E, 3px 3px 1px red;}

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

This text has shadow with #87789E primary color and red secondary color.


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

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

This text has shadow with #87789E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87789E on black background.


Color preview on white background

This text has color #87789E on white background.



Black color preview on #87789E background

This text has black color on #87789E background.


White color preview on #87789E background

This text has white color on #87789E background.