COLOR #87A4AA

HEX: #87A4AA
RGB: (135,164,170)

Color info

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

RGB color model

#87A4AA color RGB value is (135,164,170).

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

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 170 of 255 = 67%

135
164
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 164 + 170 = 469 (100%)
R 135 of 469 ~ 28.78%
G 164 of 469 ~ 34.97%
B 170 of 469 ~ 36.25%

%28.78
%34.97
%36.25

CMYK color model

#87A4AA color CMYK value is (21,4,0,33).

  • cyan value is 20.59%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,4,0,33)
C21M4Y0K33 
(21%,4%,0%,33%)
(0.21/0.04/0.00/0.33)	

CMYK percentages

%20.59
%3.53
%0
%33.33

Codes

Color #87A4AA in popluar color models

87A4AA
RGB135164170
HSL190°17.07%59.80%
HSB/HSV190°20.59%66.67%
CMYK20.59%3.53%0.00%
33.33%

Color #87A4AA in popluar number systems.

HEX87A4AA
Decimal135164170
Binary100001111010010010101010
Octal207244252

Shades and tints

Shades of #87A4AA

#87A4AA
(135,164,170)
#7B969B
(123,150,155)
#6F888C
(111,136,140)
#637A7D
(99,122,125)
#576C6E
(87,108,110)
#4B5E5F
(75,94,95)
#3F5050
(63,80,80)
#334241
(51,66,65)
#273432
(39,52,50)
#1B2623
(27,38,35)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #87A4AA

#87A4AA
(135,164,170)
#91ACB1
(145,172,177)
#9BB4B8
(155,180,184)
#A5BCBF
(165,188,191)
#AFC4C6
(175,196,198)
#B9CCCD
(185,204,205)
#C3D4D4
(195,212,212)
#CDDCDB
(205,220,219)
#D7E4E2
(215,228,226)
#E1ECE9
(225,236,233)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A4AA; }

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

This text font color is #87A4AA.


Background Color

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

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

This div background color is #87A4AA.


Border color

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

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

This div border color is #87A4AA.


Opacity

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

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

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

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

This text has shadow with #87A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4AA on black background.


Color preview on white background

This text has color #87A4AA on white background.



Black color preview on #87A4AA background

This text has black color on #87A4AA background.


White color preview on #87A4AA background

This text has white color on #87A4AA background.