COLOR #87AABE

HEX: #87AABE
RGB: (135,170,190)

Color info

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

RGB color model

#87AABE color RGB value is (135,170,190).

  • red value is 135;
  • green value is 170;
  • blue value is 190.
RGB:
(135,170,190)
(53%,67%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 190 of 255 = 75%

135
170
190

R + G + B ~ 65%. #87AABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 190 = 495 (100%)
R 135 of 495 ~ 27.27%
G 170 of 495 ~ 34.34%
B 190 of 495 ~ 38.38%

%27.27
%34.34
%38.38

CMYK color model

#87AABE color CMYK value is (29,11,0,25).

  • cyan value is 28.95%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,11,0,25)
C29M11Y0K25 
(29%,11%,0%,25%)
(0.29/0.11/0.00/0.25)	

CMYK percentages

%28.95
%10.53
%0
%25.49

Codes

Color #87AABE in popluar color models

87AABE
RGB135170190
HSL202°29.73%63.73%
HSB/HSV202°28.95%74.51%
CMYK28.95%10.53%0.00%
25.49%

Color #87AABE in popluar number systems.

HEX87AABE
Decimal135170190
Binary100001111010101010111110
Octal207252276

Shades and tints

Shades of #87AABE

#87AABE
(135,170,190)
#7B9BAD
(123,155,173)
#6F8C9C
(111,140,156)
#637D8B
(99,125,139)
#576E7A
(87,110,122)
#4B5F69
(75,95,105)
#3F5058
(63,80,88)
#334147
(51,65,71)
#273236
(39,50,54)
#1B2325
(27,35,37)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #87AABE

#87AABE
(135,170,190)
#91B1C3
(145,177,195)
#9BB8C8
(155,184,200)
#A5BFCD
(165,191,205)
#AFC6D2
(175,198,210)
#B9CDD7
(185,205,215)
#C3D4DC
(195,212,220)
#CDDBE1
(205,219,225)
#D7E2E6
(215,226,230)
#E1E9EB
(225,233,235)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AABE; }

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

This text font color is #87AABE.


Background Color

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

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

This div background color is #87AABE.


Border color

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

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

This div border color is #87AABE.


Opacity

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

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

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

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

This text has shadow with #87AABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AABE on black background.


Color preview on white background

This text has color #87AABE on white background.



Black color preview on #87AABE background

This text has black color on #87AABE background.


White color preview on #87AABE background

This text has white color on #87AABE background.