COLOR #87AED7

HEX: #87AED7
RGB: (135,174,215)

Color info

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

RGB color model

#87AED7 color RGB value is (135,174,215).

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

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 215 of 255 = 84%

135
174
215

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 215 = 524 (100%)
R 135 of 524 ~ 25.76%
G 174 of 524 ~ 33.21%
B 215 of 524 ~ 41.03%

%25.76
%33.21
%41.03

CMYK color model

#87AED7 color CMYK value is (37,19,0,16).

  • cyan value is 37.21%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(37,19,0,16)
C37M19Y0K16 
(37%,19%,0%,16%)
(0.37/0.19/0.00/0.16)	

CMYK percentages

%37.21
%19.07
%0
%15.69

Codes

Color #87AED7 in popluar color models

87AED7
RGB135174215
HSL211°50.00%68.63%
HSB/HSV211°37.21%84.31%
CMYK37.21%19.07%0.00%
15.69%

Color #87AED7 in popluar number systems.

HEX87AED7
Decimal135174215
Binary100001111010111011010111
Octal207256327

Shades and tints

Shades of #87AED7

#87AED7
(135,174,215)
#7B9FC4
(123,159,196)
#6F90B1
(111,144,177)
#63819E
(99,129,158)
#57728B
(87,114,139)
#4B6378
(75,99,120)
#3F5465
(63,84,101)
#334552
(51,69,82)
#27363F
(39,54,63)
#1B272C
(27,39,44)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #87AED7

#87AED7
(135,174,215)
#91B5DA
(145,181,218)
#9BBCDD
(155,188,221)
#A5C3E0
(165,195,224)
#AFCAE3
(175,202,227)
#B9D1E6
(185,209,230)
#C3D8E9
(195,216,233)
#CDDFEC
(205,223,236)
#D7E6EF
(215,230,239)
#E1EDF2
(225,237,242)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AED7; }

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

This text font color is #87AED7.


Background Color

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

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

This div background color is #87AED7.


Border color

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

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

This div border color is #87AED7.


Opacity

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

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

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

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

This text has shadow with #87AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AED7 on black background.


Color preview on white background

This text has color #87AED7 on white background.



Black color preview on #87AED7 background

This text has black color on #87AED7 background.


White color preview on #87AED7 background

This text has white color on #87AED7 background.