COLOR #87AED9

HEX: #87AED9
RGB: (135,174,217)

Color info

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

RGB color model

#87AED9 color RGB value is (135,174,217).

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

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 217 of 255 = 85%

135
174
217

R + G + B ~ 69%. #87AED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 217 = 526 (100%)
R 135 of 526 ~ 25.67%
G 174 of 526 ~ 33.08%
B 217 of 526 ~ 41.25%

%25.67
%33.08
%41.25

CMYK color model

#87AED9 color CMYK value is (38,20,0,15).

  • cyan value is 37.79%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,20,0,15)
C38M20Y0K15 
(38%,20%,0%,15%)
(0.38/0.20/0.00/0.15)	

CMYK percentages

%37.79
%19.82
%0
%14.9

Codes

Color #87AED9 in popluar color models

87AED9
RGB135174217
HSL211°51.90%69.02%
HSB/HSV211°37.79%85.10%
CMYK37.79%19.82%0.00%
14.90%

Color #87AED9 in popluar number systems.

HEX87AED9
Decimal135174217
Binary100001111010111011011001
Octal207256331

Shades and tints

Shades of #87AED9

#87AED9
(135,174,217)
#7B9FC6
(123,159,198)
#6F90B3
(111,144,179)
#6381A0
(99,129,160)
#57728D
(87,114,141)
#4B637A
(75,99,122)
#3F5467
(63,84,103)
#334554
(51,69,84)
#273641
(39,54,65)
#1B272E
(27,39,46)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #87AED9

#87AED9
(135,174,217)
#91B5DC
(145,181,220)
#9BBCDF
(155,188,223)
#A5C3E2
(165,195,226)
#AFCAE5
(175,202,229)
#B9D1E8
(185,209,232)
#C3D8EB
(195,216,235)
#CDDFEE
(205,223,238)
#D7E6F1
(215,230,241)
#E1EDF4
(225,237,244)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AED9; }

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

This text font color is #87AED9.


Background Color

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

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

This div background color is #87AED9.


Border color

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

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

This div border color is #87AED9.


Opacity

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

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

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

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

This text has shadow with #87AED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AED9 on black background.


Color preview on white background

This text has color #87AED9 on white background.



Black color preview on #87AED9 background

This text has black color on #87AED9 background.


White color preview on #87AED9 background

This text has white color on #87AED9 background.