COLOR #87ADA4

HEX: #87ADA4 RGB: (135,173,164)

Color info

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

RGB color model

#87ADA4 color RGB value is (135,173,164).

RGB: (135,173,164) (53%, 68%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 164 of 255 = 64%

135
173
164

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

Portions of RGB colors in percentages

R + G + B = 135 + 173 + 164 = 472 (100%)
R 135 of 472 ~ 28.6%
G 173 of 472 ~ 36.65%
B 164 of 472 ~ 34.75'%

%28.6
%36.65
%34.75

CMYK color model

#87ADA4 color CMYK value is (22,0,5,32).

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

CMYK: (22,0,5,32)
C22M0Y5K32 (22%, 0%, 5%, 32%)
(0.22 / 0.00 / 0.05 / 0.32)

CMYK percentages

%21.97
%0
%5.2
%32.16

Codes

Color #87ADA4 in popluar color models

87 AD A4
RGB 135 173 164
HSL 166° 18.81% 60.39%
HSB/HSV 166° 21.97% 67.84%
CMYK 21.97% 0.00% 5.20%
32.16%

Color #87ADA4 in popluar number systems.

HEX 87 AD A4
Decimal 135 173 164
Binary 10000111 10101101 10100100
Octal 207 255 244

Shades and tints

Shades of #87ADA4

#87ADA4
(135,173,164)
#7B9E96
(123,158,150)
#6F8F88
(111,143,136)
#63807A
(99,128,122)
#57716C
(87,113,108)
#4B625E
(75,98,94)
#3F5350
(63,83,80)
#334442
(51,68,66)
#273534
(39,53,52)
#1B2626
(27,38,38)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #87ADA4

#87ADA4
(135,173,164)
#91B4AC
(145,180,172)
#9BBBB4
(155,187,180)
#A5C2BC
(165,194,188)
#AFC9C4
(175,201,196)
#B9D0CC
(185,208,204)
#C3D7D4
(195,215,212)
#CDDEDC
(205,222,220)
#D7E5E4
(215,229,228)
#E1ECEC
(225,236,236)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADA4; }

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

This text font color is #87ADA4.

Background Color

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

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

This div background color is #87ADA4.

Border color

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

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

This div border color is #87ADA4.

Opacity

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

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

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

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

This text has shadow with #87ADA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87ADA4.

Preview

Color preview on black background

This text has color #87ADA4 on black background.


Color preview on white background

This text has color #87ADA4 on white background.


Black color preview on #87ADA4 background

This text has black color on #87ADA4 background.


White color preview on #87ADA4 background

This text has white color on #87ADA4 background.


Related colors

Complementary color

Complementary color for #hex is #78525B.


I love getcolorcode.com

Triadic colors

1 #A487AD and #ADA487 with #87ADA4 are triadic colors.

2 #A4AD87 and #AD87A4 with #87ADA4 are triadic colors.