COLOR #87A5CD

HEX: #87A5CD
RGB: (135,165,205)

Color info

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

RGB color model

#87A5CD color RGB value is (135,165,205).

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

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 205 of 255 = 80%

135
165
205

R + G + B ~ 66%. #87A5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 165 + 205 = 505 (100%)
R 135 of 505 ~ 26.73%
G 165 of 505 ~ 32.67%
B 205 of 505 ~ 40.59%

%26.73
%32.67
%40.59

CMYK color model

#87A5CD color CMYK value is (34,20,0,20).

  • cyan value is 34.15%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,20,0,20)
C34M20Y0K20 
(34%,20%,0%,20%)
(0.34/0.20/0.00/0.20)	

CMYK percentages

%34.15
%19.51
%0
%19.61

Codes

Color #87A5CD in popluar color models

87A5CD
RGB135165205
HSL214°41.18%66.67%
HSB/HSV214°34.15%80.39%
CMYK34.15%19.51%0.00%
19.61%

Color #87A5CD in popluar number systems.

HEX87A5CD
Decimal135165205
Binary100001111010010111001101
Octal207245315

Shades and tints

Shades of #87A5CD

#87A5CD
(135,165,205)
#7B96BB
(123,150,187)
#6F87A9
(111,135,169)
#637897
(99,120,151)
#576985
(87,105,133)
#4B5A73
(75,90,115)
#3F4B61
(63,75,97)
#333C4F
(51,60,79)
#272D3D
(39,45,61)
#1B1E2B
(27,30,43)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #87A5CD

#87A5CD
(135,165,205)
#91ADD1
(145,173,209)
#9BB5D5
(155,181,213)
#A5BDD9
(165,189,217)
#AFC5DD
(175,197,221)
#B9CDE1
(185,205,225)
#C3D5E5
(195,213,229)
#CDDDE9
(205,221,233)
#D7E5ED
(215,229,237)
#E1EDF1
(225,237,241)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A5CD; }

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

This text font color is #87A5CD.


Background Color

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

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

This div background color is #87A5CD.


Border color

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

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

This div border color is #87A5CD.


Opacity

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

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

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

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

This text has shadow with #87A5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A5CD on black background.


Color preview on white background

This text has color #87A5CD on white background.



Black color preview on #87A5CD background

This text has black color on #87A5CD background.


White color preview on #87A5CD background

This text has white color on #87A5CD background.