COLOR #87A9B1

HEX: #87A9B1
RGB: (135,169,177)

Color info

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

RGB color model

#87A9B1 color RGB value is (135,169,177).

  • red value is 135;
  • green value is 169;
  • blue value is 177.
RGB:
(135,169,177)
(53%,66%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 169 of 255 = 66%
B 177 of 255 = 69%

135
169
177

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

Portions of RGB colors in percentages

R + G + B =
135 + 169 + 177 = 481 (100%)
R 135 of 481 ~ 28.07%
G 169 of 481 ~ 35.14%
B 177 of 481 ~ 36.8%

%28.07
%35.14
%36.8

CMYK color model

#87A9B1 color CMYK value is (24,5,0,31).

  • cyan value is 23.73%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(24,5,0,31)
C24M5Y0K31 
(24%,5%,0%,31%)
(0.24/0.05/0.00/0.31)	

CMYK percentages

%23.73
%4.52
%0
%30.59

Codes

Color #87A9B1 in popluar color models

87A9B1
RGB135169177
HSL191°21.21%61.18%
HSB/HSV191°23.73%69.41%
CMYK23.73%4.52%0.00%
30.59%

Color #87A9B1 in popluar number systems.

HEX87A9B1
Decimal135169177
Binary100001111010100110110001
Octal207251261

Shades and tints

Shades of #87A9B1

#87A9B1
(135,169,177)
#7B9AA1
(123,154,161)
#6F8B91
(111,139,145)
#637C81
(99,124,129)
#576D71
(87,109,113)
#4B5E61
(75,94,97)
#3F4F51
(63,79,81)
#334041
(51,64,65)
#273131
(39,49,49)
#1B2221
(27,34,33)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #87A9B1

#87A9B1
(135,169,177)
#91B0B8
(145,176,184)
#9BB7BF
(155,183,191)
#A5BEC6
(165,190,198)
#AFC5CD
(175,197,205)
#B9CCD4
(185,204,212)
#C3D3DB
(195,211,219)
#CDDAE2
(205,218,226)
#D7E1E9
(215,225,233)
#E1E8F0
(225,232,240)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A9B1 color. Also use rgb(135,169,177) instead hex code.

Text Font Color

.myTextColor { color: #87A9B1; }

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

This text font color is #87A9B1.


Background Color

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

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

This div background color is #87A9B1.


Border color

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

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

This div border color is #87A9B1.


Opacity

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

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

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

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

This text has shadow with #87A9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A9B1 on black background.


Color preview on white background

This text has color #87A9B1 on white background.



Black color preview on #87A9B1 background

This text has black color on #87A9B1 background.


White color preview on #87A9B1 background

This text has white color on #87A9B1 background.