COLOR #87AAB5

HEX: #87AAB5 RGB: (135,170,181)

Color info

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

RGB color model

#87AAB5 color RGB value is (135,170,181).

RGB: (135,170,181) (53%, 67%, 71%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 181 of 255 = 71%

135
170
181

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

Portions of RGB colors in percentages

R + G + B = 135 + 170 + 181 = 486 (100%)
R 135 of 486 ~ 27.78%
G 170 of 486 ~ 34.98%
B 181 of 486 ~ 37.24'%

%27.78
%34.98
%37.24

CMYK color model

#87AAB5 color CMYK value is (25,6,0,29).

  • cyan value is 25.41%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (25,6,0,29)
C25M6Y0K29 (25%, 6%, 0%, 29%)
(0.25 / 0.06 / 0.00 / 0.29)

CMYK percentages

%25.41
%6.08
%0
%29.02

Codes

Color #87AAB5 in popluar color models

87 AA B5
RGB 135 170 181
HSL 194° 23.71% 61.96%
HSB/HSV 194° 25.41% 70.98%
CMYK 25.41% 6.08% 0.00%
29.02%

Color #87AAB5 in popluar number systems.

HEX 87 AA B5
Decimal 135 170 181
Binary 10000111 10101010 10110101
Octal 207 252 265

Shades and tints

Shades of #87AAB5

#87AAB5
(135,170,181)
#7B9BA5
(123,155,165)
#6F8C95
(111,140,149)
#637D85
(99,125,133)
#576E75
(87,110,117)
#4B5F65
(75,95,101)
#3F5055
(63,80,85)
#334145
(51,65,69)
#273235
(39,50,53)
#1B2325
(27,35,37)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #87AAB5

#87AAB5
(135,170,181)
#91B1BB
(145,177,187)
#9BB8C1
(155,184,193)
#A5BFC7
(165,191,199)
#AFC6CD
(175,198,205)
#B9CDD3
(185,205,211)
#C3D4D9
(195,212,217)
#CDDBDF
(205,219,223)
#D7E2E5
(215,226,229)
#E1E9EB
(225,233,235)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AAB5 color. Also use rgb(135,170,181) instead hex code.

Text Font Color

.myTextColor { color: #87AAB5; }

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

This text font color is #87AAB5.

Background Color

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

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

This div background color is #87AAB5.

Border color

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

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

This div border color is #87AAB5.

Opacity

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

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

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

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

This text has shadow with #87AAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AAB5.

Preview

Color preview on black background

This text has color #87AAB5 on black background.


Color preview on white background

This text has color #87AAB5 on white background.


Black color preview on #87AAB5 background

This text has black color on #87AAB5 background.


White color preview on #87AAB5 background

This text has white color on #87AAB5 background.


Related colors

Complementary color

Complementary color for #hex is #78554A.


I love getcolorcode.com

Triadic colors

1 #B587AA and #AAB587 with #87AAB5 are triadic colors.

2 #B5AA87 and #AA87B5 with #87AAB5 are triadic colors.