COLOR #87ADA8

HEX: #87ADA8 RGB: (135,173,168)

Color info

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

RGB color model

#87ADA8 color RGB value is (135,173,168).

RGB: (135,173,168) (53%, 68%, 66%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 168 of 255 = 66%

135
173
168

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

Portions of RGB colors in percentages

R + G + B = 135 + 173 + 168 = 476 (100%)
R 135 of 476 ~ 28.36%
G 173 of 476 ~ 36.34%
B 168 of 476 ~ 35.29'%

%28.36
%36.34
%35.29

CMYK color model

#87ADA8 color CMYK value is (22,0,3,32).

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

CMYK: (22,0,3,32)
C22M0Y3K32 (22%, 0%, 3%, 32%)
(0.22 / 0.00 / 0.03 / 0.32)

CMYK percentages

%21.97
%0
%2.89
%32.16

Codes

Color #87ADA8 in popluar color models

87 AD A8
RGB 135 173 168
HSL 172° 18.81% 60.39%
HSB/HSV 172° 21.97% 67.84%
CMYK 21.97% 0.00% 2.89%
32.16%

Color #87ADA8 in popluar number systems.

HEX 87 AD A8
Decimal 135 173 168
Binary 10000111 10101101 10101000
Octal 207 255 250

Shades and tints

Shades of #87ADA8

#87ADA8
(135,173,168)
#7B9E99
(123,158,153)
#6F8F8A
(111,143,138)
#63807B
(99,128,123)
#57716C
(87,113,108)
#4B625D
(75,98,93)
#3F534E
(63,83,78)
#33443F
(51,68,63)
#273530
(39,53,48)
#1B2621
(27,38,33)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #87ADA8

#87ADA8
(135,173,168)
#91B4AF
(145,180,175)
#9BBBB6
(155,187,182)
#A5C2BD
(165,194,189)
#AFC9C4
(175,201,196)
#B9D0CB
(185,208,203)
#C3D7D2
(195,215,210)
#CDDED9
(205,222,217)
#D7E5E0
(215,229,224)
#E1ECE7
(225,236,231)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADA8; }

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

This text font color is #87ADA8.

Background Color

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

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

This div background color is #87ADA8.

Border color

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

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

This div border color is #87ADA8.

Opacity

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

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

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

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

This text has shadow with #87ADA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87ADA8.

Preview

Color preview on black background

This text has color #87ADA8 on black background.


Color preview on white background

This text has color #87ADA8 on white background.


Black color preview on #87ADA8 background

This text has black color on #87ADA8 background.


White color preview on #87ADA8 background

This text has white color on #87ADA8 background.


Related colors

Complementary color

Complementary color for #hex is #785257.


I love getcolorcode.com

Triadic colors

1 #A887AD and #ADA887 with #87ADA8 are triadic colors.

2 #A8AD87 and #AD87A8 with #87ADA8 are triadic colors.