COLOR #87AABA

HEX: #87AABA RGB: (135,170,186)

Color info

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

RGB color model

#87AABA color RGB value is (135,170,186).

RGB: (135,170,186) (53%, 67%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 186 of 255 = 73%

135
170
186

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

Portions of RGB colors in percentages

R + G + B = 135 + 170 + 186 = 491 (100%)
R 135 of 491 ~ 27.49%
G 170 of 491 ~ 34.62%
B 186 of 491 ~ 37.88'%

%27.49
%34.62
%37.88

CMYK color model

#87AABA color CMYK value is (27,9,0,27).

  • cyan value is 27.42%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (27,9,0,27)
C27M9Y0K27 (27%, 9%, 0%, 27%)
(0.27 / 0.09 / 0.00 / 0.27)

CMYK percentages

%27.42
%8.6
%0
%27.06

Codes

Color #87AABA in popluar color models

87 AA BA
RGB 135 170 186
HSL 199° 26.98% 62.94%
HSB/HSV 199° 27.42% 72.94%
CMYK 27.42% 8.60% 0.00%
27.06%

Color #87AABA in popluar number systems.

HEX 87 AA BA
Decimal 135 170 186
Binary 10000111 10101010 10111010
Octal 207 252 272

Shades and tints

Shades of #87AABA

#87AABA
(135,170,186)
#7B9BAA
(123,155,170)
#6F8C9A
(111,140,154)
#637D8A
(99,125,138)
#576E7A
(87,110,122)
#4B5F6A
(75,95,106)
#3F505A
(63,80,90)
#33414A
(51,65,74)
#27323A
(39,50,58)
#1B232A
(27,35,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #87AABA

#87AABA
(135,170,186)
#91B1C0
(145,177,192)
#9BB8C6
(155,184,198)
#A5BFCC
(165,191,204)
#AFC6D2
(175,198,210)
#B9CDD8
(185,205,216)
#C3D4DE
(195,212,222)
#CDDBE4
(205,219,228)
#D7E2EA
(215,226,234)
#E1E9F0
(225,233,240)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AABA; }

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

This text font color is #87AABA.

Background Color

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

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

This div background color is #87AABA.

Border color

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

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

This div border color is #87AABA.

Opacity

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

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

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

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

This text has shadow with #87AABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AABA.

Preview

Color preview on black background

This text has color #87AABA on black background.


Color preview on white background

This text has color #87AABA on white background.


Black color preview on #87AABA background

This text has black color on #87AABA background.


White color preview on #87AABA background

This text has white color on #87AABA background.


Related colors

Complementary color

Complementary color for #hex is #785545.


I love getcolorcode.com

Triadic colors

1 #BA87AA and #AABA87 with #87AABA are triadic colors.

2 #BAAA87 and #AA87BA with #87AABA are triadic colors.