COLOR #87AAD9

HEX: #87AAD9
RGB: (135,170,217)

Color info

#87AAD9 contains mainly green and blue colors. Web safe color of #87AAD9 is #9999CC (or #99C).

RGB color model

#87AAD9 color RGB value is (135,170,217).

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

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 217 of 255 = 85%

135
170
217

R + G + B ~ 68%. #87AAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 217 = 522 (100%)
R 135 of 522 ~ 25.86%
G 170 of 522 ~ 32.57%
B 217 of 522 ~ 41.57%

%25.86
%32.57
%41.57

CMYK color model

#87AAD9 color CMYK value is (38,22,0,15).

  • cyan value is 37.79%
  • magenta value is 21.66%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,22,0,15)
C38M22Y0K15 
(38%,22%,0%,15%)
(0.38/0.22/0.00/0.15)	

CMYK percentages

%37.79
%21.66
%0
%14.9

Codes

Color #87AAD9 in popluar color models

87AAD9
RGB135170217
HSL214°51.90%69.02%
HSB/HSV214°37.79%85.10%
CMYK37.79%21.66%0.00%
14.90%

Color #87AAD9 in popluar number systems.

HEX87AAD9
Decimal135170217
Binary100001111010101011011001
Octal207252331

Shades and tints

Shades of #87AAD9

#87AAD9
(135,170,217)
#7B9BC6
(123,155,198)
#6F8CB3
(111,140,179)
#637DA0
(99,125,160)
#576E8D
(87,110,141)
#4B5F7A
(75,95,122)
#3F5067
(63,80,103)
#334154
(51,65,84)
#273241
(39,50,65)
#1B232E
(27,35,46)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #87AAD9

#87AAD9
(135,170,217)
#91B1DC
(145,177,220)
#9BB8DF
(155,184,223)
#A5BFE2
(165,191,226)
#AFC6E5
(175,198,229)
#B9CDE8
(185,205,232)
#C3D4EB
(195,212,235)
#CDDBEE
(205,219,238)
#D7E2F1
(215,226,241)
#E1E9F4
(225,233,244)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AAD9; }

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

This text font color is #87AAD9.


Background Color

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

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

This div background color is #87AAD9.


Border color

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

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

This div border color is #87AAD9.


Opacity

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

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

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

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

This text has shadow with #87AAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AAD9 on black background.


Color preview on white background

This text has color #87AAD9 on white background.



Black color preview on #87AAD9 background

This text has black color on #87AAD9 background.


White color preview on #87AAD9 background

This text has white color on #87AAD9 background.