COLOR #87A2BB

HEX: #87A2BB RGB: (135,162,187)

Color info

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

RGB color model

#87A2BB color RGB value is (135,162,187).

RGB: (135,162,187) (53%, 64%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 187 of 255 = 73%

135
162
187

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

Portions of RGB colors in percentages

R + G + B = 135 + 162 + 187 = 484 (100%)
R 135 of 484 ~ 27.89%
G 162 of 484 ~ 33.47%
B 187 of 484 ~ 38.64'%

%27.89
%33.47
%38.64

CMYK color model

#87A2BB color CMYK value is (28,13,0,27).

  • cyan value is 27.81%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (28,13,0,27)
C28M13Y0K27 (28%, 13%, 0%, 27%)
(0.28 / 0.13 / 0.00 / 0.27)

CMYK percentages

%27.81
%13.37
%0
%26.67

Codes

Color #87A2BB in popluar color models

87 A2 BB
RGB 135 162 187
HSL 209° 27.66% 63.14%
HSB/HSV 209° 27.81% 73.33%
CMYK 27.81% 13.37% 0.00%
26.67%

Color #87A2BB in popluar number systems.

HEX 87 A2 BB
Decimal 135 162 187
Binary 10000111 10100010 10111011
Octal 207 242 273

Shades and tints

Shades of #87A2BB

#87A2BB
(135,162,187)
#7B94AA
(123,148,170)
#6F8699
(111,134,153)
#637888
(99,120,136)
#576A77
(87,106,119)
#4B5C66
(75,92,102)
#3F4E55
(63,78,85)
#334044
(51,64,68)
#273233
(39,50,51)
#1B2422
(27,36,34)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #87A2BB

#87A2BB
(135,162,187)
#91AAC1
(145,170,193)
#9BB2C7
(155,178,199)
#A5BACD
(165,186,205)
#AFC2D3
(175,194,211)
#B9CAD9
(185,202,217)
#C3D2DF
(195,210,223)
#CDDAE5
(205,218,229)
#D7E2EB
(215,226,235)
#E1EAF1
(225,234,241)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A2BB; }

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

This text font color is #87A2BB.

Background Color

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

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

This div background color is #87A2BB.

Border color

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

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

This div border color is #87A2BB.

Opacity

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

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

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

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

This text has shadow with #87A2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A2BB.

Preview

Color preview on black background

This text has color #87A2BB on black background.


Color preview on white background

This text has color #87A2BB on white background.


Black color preview on #87A2BB background

This text has black color on #87A2BB background.


White color preview on #87A2BB background

This text has white color on #87A2BB background.


Related colors

Complementary color

Complementary color for #hex is #785D44.


I love getcolorcode.com

Triadic colors

1 #BB87A2 and #A2BB87 with #87A2BB are triadic colors.

2 #BBA287 and #A287BB with #87A2BB are triadic colors.