COLOR #87AFA5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
175
165

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

Portions of RGB colors in percentages

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

%28.42
%36.84
%34.74

CMYK color model

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

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

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

CMYK percentages

%22.86
%0
%5.71
%31.37

Codes

Color #87AFA5 in popluar color models

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

Color #87AFA5 in popluar number systems.

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

Shades and tints

Shades of #87AFA5

#87AFA5
(135,175,165)
#7BA096
(123,160,150)
#6F9187
(111,145,135)
#638278
(99,130,120)
#577369
(87,115,105)
#4B645A
(75,100,90)
#3F554B
(63,85,75)
#33463C
(51,70,60)
#27372D
(39,55,45)
#1B281E
(27,40,30)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #87AFA5

#87AFA5
(135,175,165)
#91B6AD
(145,182,173)
#9BBDB5
(155,189,181)
#A5C4BD
(165,196,189)
#AFCBC5
(175,203,197)
#B9D2CD
(185,210,205)
#C3D9D5
(195,217,213)
#CDE0DD
(205,224,221)
#D7E7E5
(215,231,229)
#E1EEED
(225,238,237)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AFA5; }

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

This text font color is #87AFA5.

Background Color

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

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

This div background color is #87AFA5.

Border color

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

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

This div border color is #87AFA5.

Opacity

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

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

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

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

This text has shadow with #87AFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AFA5.

Preview

Color preview on black background

This text has color #87AFA5 on black background.


Color preview on white background

This text has color #87AFA5 on white background.


Black color preview on #87AFA5 background

This text has black color on #87AFA5 background.


White color preview on #87AFA5 background

This text has white color on #87AFA5 background.


Related colors

Complementary color

Complementary color for #hex is #78505A.


I love getcolorcode.com

Triadic colors

1 #A587AF and #AFA587 with #87AFA5 are triadic colors.

2 #A5AF87 and #AF87A5 with #87AFA5 are triadic colors.