COLOR #87A4AD

HEX: #87A4AD
RGB: (135,164,173)

Color info

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

RGB color model

#87A4AD color RGB value is (135,164,173).

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

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 173 of 255 = 68%

135
164
173

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

Portions of RGB colors in percentages

R + G + B =
135 + 164 + 173 = 472 (100%)
R 135 of 472 ~ 28.6%
G 164 of 472 ~ 34.75%
B 173 of 472 ~ 36.65%

%28.6
%34.75
%36.65

CMYK color model

#87A4AD color CMYK value is (22,5,0,32).

  • cyan value is 21.97%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(22,5,0,32)
C22M5Y0K32 
(22%,5%,0%,32%)
(0.22/0.05/0.00/0.32)	

CMYK percentages

%21.97
%5.2
%0
%32.16

Codes

Color #87A4AD in popluar color models

87A4AD
RGB135164173
HSL194°18.81%60.39%
HSB/HSV194°21.97%67.84%
CMYK21.97%5.20%0.00%
32.16%

Color #87A4AD in popluar number systems.

HEX87A4AD
Decimal135164173
Binary100001111010010010101101
Octal207244255

Shades and tints

Shades of #87A4AD

#87A4AD
(135,164,173)
#7B969E
(123,150,158)
#6F888F
(111,136,143)
#637A80
(99,122,128)
#576C71
(87,108,113)
#4B5E62
(75,94,98)
#3F5053
(63,80,83)
#334244
(51,66,68)
#273435
(39,52,53)
#1B2626
(27,38,38)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #87A4AD

#87A4AD
(135,164,173)
#91ACB4
(145,172,180)
#9BB4BB
(155,180,187)
#A5BCC2
(165,188,194)
#AFC4C9
(175,196,201)
#B9CCD0
(185,204,208)
#C3D4D7
(195,212,215)
#CDDCDE
(205,220,222)
#D7E4E5
(215,228,229)
#E1ECEC
(225,236,236)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A4AD; }

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

This text font color is #87A4AD.


Background Color

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

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

This div background color is #87A4AD.


Border color

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

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

This div border color is #87A4AD.


Opacity

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

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

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

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

This text has shadow with #87A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4AD on black background.


Color preview on white background

This text has color #87A4AD on white background.



Black color preview on #87A4AD background

This text has black color on #87A4AD background.


White color preview on #87A4AD background

This text has white color on #87A4AD background.