COLOR #87A5AF

HEX: #87A5AF RGB: (135,165,175)

Color info

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

RGB color model

#87A5AF color RGB value is (135,165,175).

RGB: (135,165,175) (53%, 65%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 175 of 255 = 69%

135
165
175

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

Portions of RGB colors in percentages

R + G + B = 135 + 165 + 175 = 475 (100%)
R 135 of 475 ~ 28.42%
G 165 of 475 ~ 34.74%
B 175 of 475 ~ 36.84'%

%28.42
%34.74
%36.84

CMYK color model

#87A5AF color CMYK value is (23,6,0,31).

  • cyan value is 22.86%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (23,6,0,31)
C23M6Y0K31 (23%, 6%, 0%, 31%)
(0.23 / 0.06 / 0.00 / 0.31)

CMYK percentages

%22.86
%5.71
%0
%31.37

Codes

Color #87A5AF in popluar color models

87 A5 AF
RGB 135 165 175
HSL 195° 20.00% 60.78%
HSB/HSV 195° 22.86% 68.63%
CMYK 22.86% 5.71% 0.00%
31.37%

Color #87A5AF in popluar number systems.

HEX 87 A5 AF
Decimal 135 165 175
Binary 10000111 10100101 10101111
Octal 207 245 257

Shades and tints

Shades of #87A5AF

#87A5AF
(135,165,175)
#7B96A0
(123,150,160)
#6F8791
(111,135,145)
#637882
(99,120,130)
#576973
(87,105,115)
#4B5A64
(75,90,100)
#3F4B55
(63,75,85)
#333C46
(51,60,70)
#272D37
(39,45,55)
#1B1E28
(27,30,40)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #87A5AF

#87A5AF
(135,165,175)
#91ADB6
(145,173,182)
#9BB5BD
(155,181,189)
#A5BDC4
(165,189,196)
#AFC5CB
(175,197,203)
#B9CDD2
(185,205,210)
#C3D5D9
(195,213,217)
#CDDDE0
(205,221,224)
#D7E5E7
(215,229,231)
#E1EDEE
(225,237,238)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A5AF; }

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

This text font color is #87A5AF.

Background Color

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

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

This div background color is #87A5AF.

Border color

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

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

This div border color is #87A5AF.

Opacity

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

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

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

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

This text has shadow with #87A5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A5AF.

Preview

Color preview on black background

This text has color #87A5AF on black background.


Color preview on white background

This text has color #87A5AF on white background.


Black color preview on #87A5AF background

This text has black color on #87A5AF background.


White color preview on #87A5AF background

This text has white color on #87A5AF background.


Related colors

Complementary color

Complementary color for #hex is #785A50.


I love getcolorcode.com

Triadic colors

1 #AF87A5 and #A5AF87 with #87A5AF are triadic colors.

2 #AFA587 and #A587AF with #87A5AF are triadic colors.