COLOR #87ADB0

HEX: #87ADB0 RGB: (135,173,176)

Color info

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

RGB color model

#87ADB0 color RGB value is (135,173,176).

RGB: (135,173,176) (53%, 68%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 176 of 255 = 69%

135
173
176

R + G + B ~ 63%. #87ADB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 173 + 176 = 484 (100%)
R 135 of 484 ~ 27.89%
G 173 of 484 ~ 35.74%
B 176 of 484 ~ 36.36'%

%27.89
%35.74
%36.36

CMYK color model

#87ADB0 color CMYK value is (23,2,0,31).

  • cyan value is 23.30%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (23,2,0,31)
C23M2Y0K31 (23%, 2%, 0%, 31%)
(0.23 / 0.02 / 0.00 / 0.31)

CMYK percentages

%23.3
%1.7
%0
%30.98

Codes

Color #87ADB0 in popluar color models

87 AD B0
RGB 135 173 176
HSL 184° 20.60% 60.98%
HSB/HSV 184° 23.30% 69.02%
CMYK 23.30% 1.70% 0.00%
30.98%

Color #87ADB0 in popluar number systems.

HEX 87 AD B0
Decimal 135 173 176
Binary 10000111 10101101 10110000
Octal 207 255 260

Shades and tints

Shades of #87ADB0

#87ADB0
(135,173,176)
#7B9EA0
(123,158,160)
#6F8F90
(111,143,144)
#638080
(99,128,128)
#577170
(87,113,112)
#4B6260
(75,98,96)
#3F5350
(63,83,80)
#334440
(51,68,64)
#273530
(39,53,48)
#1B2620
(27,38,32)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #87ADB0

#87ADB0
(135,173,176)
#91B4B7
(145,180,183)
#9BBBBE
(155,187,190)
#A5C2C5
(165,194,197)
#AFC9CC
(175,201,204)
#B9D0D3
(185,208,211)
#C3D7DA
(195,215,218)
#CDDEE1
(205,222,225)
#D7E5E8
(215,229,232)
#E1ECEF
(225,236,239)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADB0; }

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

This text font color is #87ADB0.

Background Color

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

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

This div background color is #87ADB0.

Border color

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

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

This div border color is #87ADB0.

Opacity

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

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

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

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

This text has shadow with #87ADB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87ADB0.

Preview

Color preview on black background

This text has color #87ADB0 on black background.


Color preview on white background

This text has color #87ADB0 on white background.


Black color preview on #87ADB0 background

This text has black color on #87ADB0 background.


White color preview on #87ADB0 background

This text has white color on #87ADB0 background.


Related colors

Complementary color

Complementary color for #hex is #78524F.


I love getcolorcode.com

Triadic colors

1 #B087AD and #ADB087 with #87ADB0 are triadic colors.

2 #B0AD87 and #AD87B0 with #87ADB0 are triadic colors.