COLOR #87A5A6

HEX: #87A5A6 RGB: (135,165,166)

Color info

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

RGB color model

#87A5A6 color RGB value is (135,165,166).

RGB: (135,165,166) (53%, 65%, 65%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 166 of 255 = 65%

135
165
166

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

Portions of RGB colors in percentages

R + G + B = 135 + 165 + 166 = 466 (100%)
R 135 of 466 ~ 28.97%
G 165 of 466 ~ 35.41%
B 166 of 466 ~ 35.62'%

%28.97
%35.41
%35.62

CMYK color model

#87A5A6 color CMYK value is (19,1,0,35).

  • cyan value is 18.67%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (19,1,0,35) C19M1Y0K35 (19%,1%,0%,35%) (0.19/0.01/0.00/0.35) 

CMYK percentages

%18.67
%0.6
%0
%34.9

Codes

Color #87A5A6 in popluar color models

87 A5 A6
RGB 135 165 166
HSL 182° 14.83% 59.02%
HSB/HSV 182° 18.67% 65.10%
CMYK 18.67% 0.60% 0.00%
34.90%

Color #87A5A6 in popluar number systems.

HEX 87 A5 A6
Decimal 135 165 166
Binary 10000111 10100101 10100110
Octal 207 245 246

Shades and tints

Shades of #87A5A6

#87A5A6
(135,165,166)
#7B9697
(123,150,151)
#6F8788
(111,135,136)
#637879
(99,120,121)
#57696A
(87,105,106)
#4B5A5B
(75,90,91)
#3F4B4C
(63,75,76)
#333C3D
(51,60,61)
#272D2E
(39,45,46)
#1B1E1F
(27,30,31)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #87A5A6

#87A5A6
(135,165,166)
#91ADAE
(145,173,174)
#9BB5B6
(155,181,182)
#A5BDBE
(165,189,190)
#AFC5C6
(175,197,198)
#B9CDCE
(185,205,206)
#C3D5D6
(195,213,214)
#CDDDDE
(205,221,222)
#D7E5E6
(215,229,230)
#E1EDEE
(225,237,238)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A5A6; }

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

This text font color is #87A5A6.

Background Color

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

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

This div background color is #87A5A6.

Border color

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

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

This div border color is #87A5A6.

Opacity

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

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

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

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

This text has shadow with #87A5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A5A6.

Preview

Color preview on black background

This text has color #87A5A6 on black background.


Color preview on white background

This text has color #87A5A6 on white background.


Black color preview on #87A5A6 background

This text has black color on #87A5A6 background.


White color preview on #87A5A6 background

This text has white color on #87A5A6 background.


Related colors

Complementary color

Complementary color for #hex is #785A59.


I love getcolorcode.com

Triadic colors

1 #A687A5 and #A5A687 with #87A5A6 are triadic colors.

2 #A6A587 and #A587A6 with #87A5A6 are triadic colors.