COLOR #87AD9E

HEX: #87AD9E
RGB: (135,173,158)

Color info

#87AD9E contains red, green and blue colors in about the same proportion. Web safe color of #87AD9E is #999999 (or #999).

RGB color model

#87AD9E color RGB value is (135,173,158).

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

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 158 of 255 = 62%

135
173
158

R + G + B ~ 61%. #87AD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 158 = 466 (100%)
R 135 of 466 ~ 28.97%
G 173 of 466 ~ 37.12%
B 158 of 466 ~ 33.91%

%28.97
%37.12
%33.91

CMYK color model

#87AD9E color CMYK value is (22,0,9,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(22,0,9,32)
C22M0Y9K32 
(22%,0%,9%,32%)
(0.22/0.00/0.09/0.32)	

CMYK percentages

%21.97
%0
%8.67
%32.16

Codes

Color #87AD9E in popluar color models

87AD9E
RGB135173158
HSL156°18.81%60.39%
HSB/HSV156°21.97%67.84%
CMYK21.97%0.00%8.67%
32.16%

Color #87AD9E in popluar number systems.

HEX87AD9E
Decimal135173158
Binary100001111010110110011110
Octal207255236

Shades and tints

Shades of #87AD9E

#87AD9E
(135,173,158)
#7B9E90
(123,158,144)
#6F8F82
(111,143,130)
#638074
(99,128,116)
#577166
(87,113,102)
#4B6258
(75,98,88)
#3F534A
(63,83,74)
#33443C
(51,68,60)
#27352E
(39,53,46)
#1B2620
(27,38,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #87AD9E

#87AD9E
(135,173,158)
#91B4A6
(145,180,166)
#9BBBAE
(155,187,174)
#A5C2B6
(165,194,182)
#AFC9BE
(175,201,190)
#B9D0C6
(185,208,198)
#C3D7CE
(195,215,206)
#CDDED6
(205,222,214)
#D7E5DE
(215,229,222)
#E1ECE6
(225,236,230)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AD9E color. Also use rgb(135,173,158) instead hex code.

Text Font Color

.myTextColor { color: #87AD9E; }

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

This text font color is #87AD9E.


Background Color

.myBgColor { background-color: #87AD9E; }

<div style="background-color:#87AD9E">Inner text</div>

This div background color is #87AD9E.


Border color

.myBorderColor { border: 1px solid #87AD9E; }

<div style="border:3px solid #87AD9E">Div</div>

This div border color is #87AD9E.


Opacity

.myOpacity80 { color: #87AD9E; opacity: 0.8; }

<p style="color:#87AD9E;opacity:0.8;">80%</p>

Text with #87AD9E 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 #87AD9E;}

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

This text has shadow with #87AD9E color.

.textShadow {text-shadow: 3px 3px 1px #87AD9E, 3px 3px 1px red;}

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

This text has shadow with #87AD9E primary color and red secondary color.


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

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

This text has shadow with #87AD9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD9E on black background.


Color preview on white background

This text has color #87AD9E on white background.



Black color preview on #87AD9E background

This text has black color on #87AD9E background.


White color preview on #87AD9E background

This text has white color on #87AD9E background.