COLOR #87A4B2

HEX: #87A4B2 RGB: (135,164,178)

Color info

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

RGB color model

#87A4B2 color RGB value is (135,164,178).

RGB: (135,164,178) (53%, 64%, 70%)

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 178 of 255 = 70%

135
164
178

R + G + B ~ 62%. #87A4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 164 + 178 = 477 (100%)
R 135 of 477 ~ 28.3%
G 164 of 477 ~ 34.38%
B 178 of 477 ~ 37.32'%

%28.3
%34.38
%37.32

CMYK color model

#87A4B2 color CMYK value is (24,8,0,30).

  • cyan value is 24.16%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (24,8,0,30)
C24M8Y0K30 (24%, 8%, 0%, 30%)
(0.24 / 0.08 / 0.00 / 0.30)

CMYK percentages

%24.16
%7.87
%0
%30.2

Codes

Color #87A4B2 in popluar color models

87 A4 B2
RGB 135 164 178
HSL 200° 21.83% 61.37%
HSB/HSV 200° 24.16% 69.80%
CMYK 24.16% 7.87% 0.00%
30.20%

Color #87A4B2 in popluar number systems.

HEX 87 A4 B2
Decimal 135 164 178
Binary 10000111 10100100 10110010
Octal 207 244 262

Shades and tints

Shades of #87A4B2

#87A4B2
(135,164,178)
#7B96A2
(123,150,162)
#6F8892
(111,136,146)
#637A82
(99,122,130)
#576C72
(87,108,114)
#4B5E62
(75,94,98)
#3F5052
(63,80,82)
#334242
(51,66,66)
#273432
(39,52,50)
#1B2622
(27,38,34)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #87A4B2

#87A4B2
(135,164,178)
#91ACB9
(145,172,185)
#9BB4C0
(155,180,192)
#A5BCC7
(165,188,199)
#AFC4CE
(175,196,206)
#B9CCD5
(185,204,213)
#C3D4DC
(195,212,220)
#CDDCE3
(205,220,227)
#D7E4EA
(215,228,234)
#E1ECF1
(225,236,241)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A4B2 color. Also use rgb(135,164,178) instead hex code.

Text Font Color

.myTextColor { color: #87A4B2; }

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

This text font color is #87A4B2.

Background Color

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

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

This div background color is #87A4B2.

Border color

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

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

This div border color is #87A4B2.

Opacity

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

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

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

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

This text has shadow with #87A4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A4B2.

Preview

Color preview on black background

This text has color #87A4B2 on black background.


Color preview on white background

This text has color #87A4B2 on white background.


Black color preview on #87A4B2 background

This text has black color on #87A4B2 background.


White color preview on #87A4B2 background

This text has white color on #87A4B2 background.


Related colors

Complementary color

Complementary color for #hex is #785B4D.


I love getcolorcode.com

Triadic colors

1 #B287A4 and #A4B287 with #87A4B2 are triadic colors.

2 #B2A487 and #A487B2 with #87A4B2 are triadic colors.