COLOR #87ADB3

HEX: #87ADB3
RGB: (135,173,179)

Color info

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

RGB color model

#87ADB3 color RGB value is (135,173,179).

  • red value is 135;
  • green value is 173;
  • blue value is 179.
RGB:
(135,173,179)
(53%,68%,70%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 179 of 255 = 70%

135
173
179

R + G + B ~ 64%. #87ADB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 179 = 487 (100%)
R 135 of 487 ~ 27.72%
G 173 of 487 ~ 35.52%
B 179 of 487 ~ 36.76%

%27.72
%35.52
%36.76

CMYK color model

#87ADB3 color CMYK value is (25,3,0,30).

  • cyan value is 24.58%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(25,3,0,30)
C25M3Y0K30 
(25%,3%,0%,30%)
(0.25/0.03/0.00/0.30)	

CMYK percentages

%24.58
%3.35
%0
%29.8

Codes

Color #87ADB3 in popluar color models

87ADB3
RGB135173179
HSL188°22.45%61.57%
HSB/HSV188°24.58%70.20%
CMYK24.58%3.35%0.00%
29.80%

Color #87ADB3 in popluar number systems.

HEX87ADB3
Decimal135173179
Binary100001111010110110110011
Octal207255263

Shades and tints

Shades of #87ADB3

#87ADB3
(135,173,179)
#7B9EA3
(123,158,163)
#6F8F93
(111,143,147)
#638083
(99,128,131)
#577173
(87,113,115)
#4B6263
(75,98,99)
#3F5353
(63,83,83)
#334443
(51,68,67)
#273533
(39,53,51)
#1B2623
(27,38,35)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87ADB3

#87ADB3
(135,173,179)
#91B4B9
(145,180,185)
#9BBBBF
(155,187,191)
#A5C2C5
(165,194,197)
#AFC9CB
(175,201,203)
#B9D0D1
(185,208,209)
#C3D7D7
(195,215,215)
#CDDEDD
(205,222,221)
#D7E5E3
(215,229,227)
#E1ECE9
(225,236,233)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADB3; }

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

This text font color is #87ADB3.


Background Color

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

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

This div background color is #87ADB3.


Border color

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

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

This div border color is #87ADB3.


Opacity

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

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

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

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

This text has shadow with #87ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ADB3 on black background.


Color preview on white background

This text has color #87ADB3 on white background.



Black color preview on #87ADB3 background

This text has black color on #87ADB3 background.


White color preview on #87ADB3 background

This text has white color on #87ADB3 background.