COLOR #87A7A8

HEX: #87A7A8 RGB: (135,167,168)

Color info

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

RGB color model

#87A7A8 color RGB value is (135,167,168).

RGB: (135,167,168) (53%, 65%, 66%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 168 of 255 = 66%

135
167
168

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

Portions of RGB colors in percentages

R + G + B = 135 + 167 + 168 = 470 (100%)
R 135 of 470 ~ 28.72%
G 167 of 470 ~ 35.53%
B 168 of 470 ~ 35.74'%

%28.72
%35.53
%35.74

CMYK color model

#87A7A8 color CMYK value is (20,1,0,34).

  • cyan value is 19.64%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (20,1,0,34)
C20M1Y0K34 (20%, 1%, 0%, 34%)
(0.20 / 0.01 / 0.00 / 0.34)

CMYK percentages

%19.64
%0.6
%0
%34.12

Codes

Color #87A7A8 in popluar color models

87 A7 A8
RGB 135 167 168
HSL 182° 15.94% 59.41%
HSB/HSV 182° 19.64% 65.88%
CMYK 19.64% 0.60% 0.00%
34.12%

Color #87A7A8 in popluar number systems.

HEX 87 A7 A8
Decimal 135 167 168
Binary 10000111 10100111 10101000
Octal 207 247 250

Shades and tints

Shades of #87A7A8

#87A7A8
(135,167,168)
#7B9899
(123,152,153)
#6F898A
(111,137,138)
#637A7B
(99,122,123)
#576B6C
(87,107,108)
#4B5C5D
(75,92,93)
#3F4D4E
(63,77,78)
#333E3F
(51,62,63)
#272F30
(39,47,48)
#1B2021
(27,32,33)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #87A7A8

#87A7A8
(135,167,168)
#91AFAF
(145,175,175)
#9BB7B6
(155,183,182)
#A5BFBD
(165,191,189)
#AFC7C4
(175,199,196)
#B9CFCB
(185,207,203)
#C3D7D2
(195,215,210)
#CDDFD9
(205,223,217)
#D7E7E0
(215,231,224)
#E1EFE7
(225,239,231)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A7A8 color. Also use rgb(135,167,168) instead hex code.

Text Font Color

.myTextColor { color: #87A7A8; }

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

This text font color is #87A7A8.

Background Color

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

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

This div background color is #87A7A8.

Border color

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

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

This div border color is #87A7A8.

Opacity

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

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

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

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

This text has shadow with #87A7A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A7A8.

Preview

Color preview on black background

This text has color #87A7A8 on black background.


Color preview on white background

This text has color #87A7A8 on white background.


Black color preview on #87A7A8 background

This text has black color on #87A7A8 background.


White color preview on #87A7A8 background

This text has white color on #87A7A8 background.


Related colors

Complementary color

Complementary color for #hex is #785857.


I love getcolorcode.com

Triadic colors

1 #A887A7 and #A7A887 with #87A7A8 are triadic colors.

2 #A8A787 and #A787A8 with #87A7A8 are triadic colors.