COLOR #87A5E0

HEX: #87A5E0
RGB: (135,165,224)

Color info

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

RGB color model

#87A5E0 color RGB value is (135,165,224).

  • red value is 135;
  • green value is 165;
  • blue value is 224.
RGB:
(135,165,224)
(53%,65%,88%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 224 of 255 = 88%

135
165
224

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

Portions of RGB colors in percentages

R + G + B =
135 + 165 + 224 = 524 (100%)
R 135 of 524 ~ 25.76%
G 165 of 524 ~ 31.49%
B 224 of 524 ~ 42.75%

%25.76
%31.49
%42.75

CMYK color model

#87A5E0 color CMYK value is (40,26,0,12).

  • cyan value is 39.73%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(40,26,0,12)
C40M26Y0K12 
(40%,26%,0%,12%)
(0.40/0.26/0.00/0.12)	

CMYK percentages

%39.73
%26.34
%0
%12.16

Codes

Color #87A5E0 in popluar color models

87A5E0
RGB135165224
HSL220°58.94%70.39%
HSB/HSV220°39.73%87.84%
CMYK39.73%26.34%0.00%
12.16%

Color #87A5E0 in popluar number systems.

HEX87A5E0
Decimal135165224
Binary100001111010010111100000
Octal207245340

Shades and tints

Shades of #87A5E0

#87A5E0
(135,165,224)
#7B96CC
(123,150,204)
#6F87B8
(111,135,184)
#6378A4
(99,120,164)
#576990
(87,105,144)
#4B5A7C
(75,90,124)
#3F4B68
(63,75,104)
#333C54
(51,60,84)
#272D40
(39,45,64)
#1B1E2C
(27,30,44)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #87A5E0

#87A5E0
(135,165,224)
#91ADE2
(145,173,226)
#9BB5E4
(155,181,228)
#A5BDE6
(165,189,230)
#AFC5E8
(175,197,232)
#B9CDEA
(185,205,234)
#C3D5EC
(195,213,236)
#CDDDEE
(205,221,238)
#D7E5F0
(215,229,240)
#E1EDF2
(225,237,242)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A5E0 color. Also use rgb(135,165,224) instead hex code.

Text Font Color

.myTextColor { color: #87A5E0; }

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

This text font color is #87A5E0.


Background Color

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

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

This div background color is #87A5E0.


Border color

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

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

This div border color is #87A5E0.


Opacity

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

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

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

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

This text has shadow with #87A5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A5E0 on black background.


Color preview on white background

This text has color #87A5E0 on white background.



Black color preview on #87A5E0 background

This text has black color on #87A5E0 background.


White color preview on #87A5E0 background

This text has white color on #87A5E0 background.