COLOR #87A5D3

HEX: #87A5D3
RGB: (135,165,211)

Color info

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

RGB color model

#87A5D3 color RGB value is (135,165,211).

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

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 211 of 255 = 83%

135
165
211

R + G + B ~ 67%. #87A5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 165 + 211 = 511 (100%)
R 135 of 511 ~ 26.42%
G 165 of 511 ~ 32.29%
B 211 of 511 ~ 41.29%

%26.42
%32.29
%41.29

CMYK color model

#87A5D3 color CMYK value is (36,22,0,17).

  • cyan value is 36.02%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(36,22,0,17)
C36M22Y0K17 
(36%,22%,0%,17%)
(0.36/0.22/0.00/0.17)	

CMYK percentages

%36.02
%21.8
%0
%17.25

Codes

Color #87A5D3 in popluar color models

87A5D3
RGB135165211
HSL216°46.34%67.84%
HSB/HSV216°36.02%82.75%
CMYK36.02%21.80%0.00%
17.25%

Color #87A5D3 in popluar number systems.

HEX87A5D3
Decimal135165211
Binary100001111010010111010011
Octal207245323

Shades and tints

Shades of #87A5D3

#87A5D3
(135,165,211)
#7B96C0
(123,150,192)
#6F87AD
(111,135,173)
#63789A
(99,120,154)
#576987
(87,105,135)
#4B5A74
(75,90,116)
#3F4B61
(63,75,97)
#333C4E
(51,60,78)
#272D3B
(39,45,59)
#1B1E28
(27,30,40)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #87A5D3

#87A5D3
(135,165,211)
#91ADD7
(145,173,215)
#9BB5DB
(155,181,219)
#A5BDDF
(165,189,223)
#AFC5E3
(175,197,227)
#B9CDE7
(185,205,231)
#C3D5EB
(195,213,235)
#CDDDEF
(205,221,239)
#D7E5F3
(215,229,243)
#E1EDF7
(225,237,247)
#EBF5FB
(235,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A5D3; }

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

This text font color is #87A5D3.


Background Color

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

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

This div background color is #87A5D3.


Border color

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

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

This div border color is #87A5D3.


Opacity

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

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

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

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

This text has shadow with #87A5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A5D3 on black background.


Color preview on white background

This text has color #87A5D3 on white background.



Black color preview on #87A5D3 background

This text has black color on #87A5D3 background.


White color preview on #87A5D3 background

This text has white color on #87A5D3 background.