COLOR #87A6AD

HEX: #87A6AD RGB: (135,166,173)

Color info

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

RGB color model

#87A6AD color RGB value is (135,166,173).

RGB: (135,166,173) (53%, 65%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 166 of 255 = 65%
B 173 of 255 = 68%

135
166
173

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

Portions of RGB colors in percentages

R + G + B = 135 + 166 + 173 = 474 (100%)
R 135 of 474 ~ 28.48%
G 166 of 474 ~ 35.02%
B 173 of 474 ~ 36.5'%

%28.48
%35.02
%36.5

CMYK color model

#87A6AD color CMYK value is (22,4,0,32).

  • cyan value is 21.97%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (22,4,0,32)
C22M4Y0K32 (22%, 4%, 0%, 32%)
(0.22 / 0.04 / 0.00 / 0.32)

CMYK percentages

%21.97
%4.05
%0
%32.16

Codes

Color #87A6AD in popluar color models

87 A6 AD
RGB 135 166 173
HSL 191° 18.81% 60.39%
HSB/HSV 191° 21.97% 67.84%
CMYK 21.97% 4.05% 0.00%
32.16%

Color #87A6AD in popluar number systems.

HEX 87 A6 AD
Decimal 135 166 173
Binary 10000111 10100110 10101101
Octal 207 246 255

Shades and tints

Shades of #87A6AD

#87A6AD
(135,166,173)
#7B979E
(123,151,158)
#6F888F
(111,136,143)
#637980
(99,121,128)
#576A71
(87,106,113)
#4B5B62
(75,91,98)
#3F4C53
(63,76,83)
#333D44
(51,61,68)
#272E35
(39,46,53)
#1B1F26
(27,31,38)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #87A6AD

#87A6AD
(135,166,173)
#91AEB4
(145,174,180)
#9BB6BB
(155,182,187)
#A5BEC2
(165,190,194)
#AFC6C9
(175,198,201)
#B9CED0
(185,206,208)
#C3D6D7
(195,214,215)
#CDDEDE
(205,222,222)
#D7E6E5
(215,230,229)
#E1EEEC
(225,238,236)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A6AD; }

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

This text font color is #87A6AD.

Background Color

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

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

This div background color is #87A6AD.

Border color

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

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

This div border color is #87A6AD.

Opacity

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

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

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

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

This text has shadow with #87A6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A6AD.

Preview

Color preview on black background

This text has color #87A6AD on black background.


Color preview on white background

This text has color #87A6AD on white background.


Black color preview on #87A6AD background

This text has black color on #87A6AD background.


White color preview on #87A6AD background

This text has white color on #87A6AD background.


Related colors

Complementary color

Complementary color for #hex is #785952.


I love getcolorcode.com

Triadic colors

1 #AD87A6 and #A6AD87 with #87A6AD are triadic colors.

2 #ADA687 and #A687AD with #87A6AD are triadic colors.