COLOR #87A1BB

HEX: #87A1BB
RGB: (135,161,187)

Color info

#87A1BB contains red, green and blue colors in about the same proportion. Web safe color of #87A1BB is #9999CC (or #99C).

RGB color model

#87A1BB color RGB value is (135,161,187).

  • red value is 135;
  • green value is 161;
  • blue value is 187.
RGB:
(135,161,187)
(53%,63%,73%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 187 of 255 = 73%

135
161
187

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

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 187 = 483 (100%)
R 135 of 483 ~ 27.95%
G 161 of 483 ~ 33.33%
B 187 of 483 ~ 38.72%

%27.95
%33.33
%38.72

CMYK color model

#87A1BB color CMYK value is (28,14,0,27).

  • cyan value is 27.81%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(28,14,0,27)
C28M14Y0K27 
(28%,14%,0%,27%)
(0.28/0.14/0.00/0.27)	

CMYK percentages

%27.81
%13.9
%0
%26.67

Codes

Color #87A1BB in popluar color models

87A1BB
RGB135161187
HSL210°27.66%63.14%
HSB/HSV210°27.81%73.33%
CMYK27.81%13.90%0.00%
26.67%

Color #87A1BB in popluar number systems.

HEX87A1BB
Decimal135161187
Binary100001111010000110111011
Octal207241273

Shades and tints

Shades of #87A1BB

#87A1BB
(135,161,187)
#7B93AA
(123,147,170)
#6F8599
(111,133,153)
#637788
(99,119,136)
#576977
(87,105,119)
#4B5B66
(75,91,102)
#3F4D55
(63,77,85)
#333F44
(51,63,68)
#273133
(39,49,51)
#1B2322
(27,35,34)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87A1BB

#87A1BB
(135,161,187)
#91A9C1
(145,169,193)
#9BB1C7
(155,177,199)
#A5B9CD
(165,185,205)
#AFC1D3
(175,193,211)
#B9C9D9
(185,201,217)
#C3D1DF
(195,209,223)
#CDD9E5
(205,217,229)
#D7E1EB
(215,225,235)
#E1E9F1
(225,233,241)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A1BB color. Also use rgb(135,161,187) instead hex code.

Text Font Color

.myTextColor { color: #87A1BB; }

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

This text font color is #87A1BB.


Background Color

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

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

This div background color is #87A1BB.


Border color

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

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

This div border color is #87A1BB.


Opacity

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

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

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

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

This text has shadow with #87A1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A1BB on black background.


Color preview on white background

This text has color #87A1BB on white background.



Black color preview on #87A1BB background

This text has black color on #87A1BB background.


White color preview on #87A1BB background

This text has white color on #87A1BB background.