COLOR #87AC96

HEX: #87AC96 RGB: (135,172,150)

Color info

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

RGB color model

#87AC96 color RGB value is (135,172,150).

RGB: (135,172,150) (53%, 67%, 59%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 150 of 255 = 59%

135
172
150

R + G + B ~ 60%. #87AC96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 172 + 150 = 457 (100%)
R 135 of 457 ~ 29.54%
G 172 of 457 ~ 37.64%
B 150 of 457 ~ 32.82'%

%29.54
%37.64
%32.82

CMYK color model

#87AC96 color CMYK value is (22,0,13,33).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 32.55%

CMYK: (22,0,13,33)
C22M0Y13K33 (22%, 0%, 13%, 33%)
(0.22 / 0.00 / 0.13 / 0.33)

CMYK percentages

%21.51
%0
%12.79
%32.55

Codes

Color #87AC96 in popluar color models

87 AC 96
RGB 135 172 150
HSL 144° 18.23% 60.20%
HSB/HSV 144° 21.51% 67.45%
CMYK 21.51% 0.00% 12.79%
32.55%

Color #87AC96 in popluar number systems.

HEX 87 AC 96
Decimal 135 172 150
Binary 10000111 10101100 10010110
Octal 207 254 226

Shades and tints

Shades of #87AC96

#87AC96
(135,172,150)
#7B9D89
(123,157,137)
#6F8E7C
(111,142,124)
#637F6F
(99,127,111)
#577062
(87,112,98)
#4B6155
(75,97,85)
#3F5248
(63,82,72)
#33433B
(51,67,59)
#27342E
(39,52,46)
#1B2521
(27,37,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87AC96

#87AC96
(135,172,150)
#91B39F
(145,179,159)
#9BBAA8
(155,186,168)
#A5C1B1
(165,193,177)
#AFC8BA
(175,200,186)
#B9CFC3
(185,207,195)
#C3D6CC
(195,214,204)
#CDDDD5
(205,221,213)
#D7E4DE
(215,228,222)
#E1EBE7
(225,235,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AC96 color. Also use rgb(135,172,150) instead hex code.

Text Font Color

.myTextColor { color: #87AC96; }

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

This text font color is #87AC96.

Background Color

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

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

This div background color is #87AC96.

Border color

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

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

This div border color is #87AC96.

Opacity

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

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

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

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

This text has shadow with #87AC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AC96.

Preview

Color preview on black background

This text has color #87AC96 on black background.


Color preview on white background

This text has color #87AC96 on white background.


Black color preview on #87AC96 background

This text has black color on #87AC96 background.


White color preview on #87AC96 background

This text has white color on #87AC96 background.


Related colors

Complementary color

Complementary color for #hex is #785369.


I love getcolorcode.com

Triadic colors

1 #9687AC and #AC9687 with #87AC96 are triadic colors.

2 #96AC87 and #AC8796 with #87AC96 are triadic colors.