COLOR #87AA9A

HEX: #87AA9A
RGB: (135,170,154)

Color info

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

RGB color model

#87AA9A color RGB value is (135,170,154).

  • red value is 135;
  • green value is 170;
  • blue value is 154.
RGB:
(135,170,154)
(53%,67%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 154 of 255 = 60%

135
170
154

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

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 154 = 459 (100%)
R 135 of 459 ~ 29.41%
G 170 of 459 ~ 37.04%
B 154 of 459 ~ 33.55%

%29.41
%37.04
%33.55

CMYK color model

#87AA9A color CMYK value is (21,0,9,33).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(21,0,9,33)
C21M0Y9K33 
(21%,0%,9%,33%)
(0.21/0.00/0.09/0.33)	

CMYK percentages

%20.59
%0
%9.41
%33.33

Codes

Color #87AA9A in popluar color models

87AA9A
RGB135170154
HSL153°17.07%59.80%
HSB/HSV153°20.59%66.67%
CMYK20.59%0.00%9.41%
33.33%

Color #87AA9A in popluar number systems.

HEX87AA9A
Decimal135170154
Binary100001111010101010011010
Octal207252232

Shades and tints

Shades of #87AA9A

#87AA9A
(135,170,154)
#7B9B8C
(123,155,140)
#6F8C7E
(111,140,126)
#637D70
(99,125,112)
#576E62
(87,110,98)
#4B5F54
(75,95,84)
#3F5046
(63,80,70)
#334138
(51,65,56)
#27322A
(39,50,42)
#1B231C
(27,35,28)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #87AA9A

#87AA9A
(135,170,154)
#91B1A3
(145,177,163)
#9BB8AC
(155,184,172)
#A5BFB5
(165,191,181)
#AFC6BE
(175,198,190)
#B9CDC7
(185,205,199)
#C3D4D0
(195,212,208)
#CDDBD9
(205,219,217)
#D7E2E2
(215,226,226)
#E1E9EB
(225,233,235)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AA9A color. Also use rgb(135,170,154) instead hex code.

Text Font Color

.myTextColor { color: #87AA9A; }

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

This text font color is #87AA9A.


Background Color

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

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

This div background color is #87AA9A.


Border color

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

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

This div border color is #87AA9A.


Opacity

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

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

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

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

This text has shadow with #87AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AA9A on black background.


Color preview on white background

This text has color #87AA9A on white background.



Black color preview on #87AA9A background

This text has black color on #87AA9A background.


White color preview on #87AA9A background

This text has white color on #87AA9A background.