COLOR #87A8AE

HEX: #87A8AE
RGB: (135,168,174)

Color info

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

RGB color model

#87A8AE color RGB value is (135,168,174).

  • red value is 135;
  • green value is 168;
  • blue value is 174.
RGB:
(135,168,174)
(53%,66%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 174 of 255 = 68%

135
168
174

R + G + B ~ 62%. #87A8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 174 = 477 (100%)
R 135 of 477 ~ 28.3%
G 168 of 477 ~ 35.22%
B 174 of 477 ~ 36.48%

%28.3
%35.22
%36.48

CMYK color model

#87A8AE color CMYK value is (22,3,0,32).

  • cyan value is 22.41%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,3,0,32)
C22M3Y0K32 
(22%,3%,0%,32%)
(0.22/0.03/0.00/0.32)	

CMYK percentages

%22.41
%3.45
%0
%31.76

Codes

Color #87A8AE in popluar color models

87A8AE
RGB135168174
HSL189°19.40%60.59%
HSB/HSV189°22.41%68.24%
CMYK22.41%3.45%0.00%
31.76%

Color #87A8AE in popluar number systems.

HEX87A8AE
Decimal135168174
Binary100001111010100010101110
Octal207250256

Shades and tints

Shades of #87A8AE

#87A8AE
(135,168,174)
#7B999F
(123,153,159)
#6F8A90
(111,138,144)
#637B81
(99,123,129)
#576C72
(87,108,114)
#4B5D63
(75,93,99)
#3F4E54
(63,78,84)
#333F45
(51,63,69)
#273036
(39,48,54)
#1B2127
(27,33,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #87A8AE

#87A8AE
(135,168,174)
#91AFB5
(145,175,181)
#9BB6BC
(155,182,188)
#A5BDC3
(165,189,195)
#AFC4CA
(175,196,202)
#B9CBD1
(185,203,209)
#C3D2D8
(195,210,216)
#CDD9DF
(205,217,223)
#D7E0E6
(215,224,230)
#E1E7ED
(225,231,237)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A8AE color. Also use rgb(135,168,174) instead hex code.

Text Font Color

.myTextColor { color: #87A8AE; }

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

This text font color is #87A8AE.


Background Color

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

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

This div background color is #87A8AE.


Border color

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

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

This div border color is #87A8AE.


Opacity

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

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

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

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

This text has shadow with #87A8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A8AE on black background.


Color preview on white background

This text has color #87A8AE on white background.



Black color preview on #87A8AE background

This text has black color on #87A8AE background.


White color preview on #87A8AE background

This text has white color on #87A8AE background.