COLOR #87A0CB

HEX: #87A0CB
RGB: (135,160,203)

Color info

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

RGB color model

#87A0CB color RGB value is (135,160,203).

  • red value is 135;
  • green value is 160;
  • blue value is 203.
RGB:
(135,160,203)
(53%,63%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 160 of 255 = 63%
B 203 of 255 = 80%

135
160
203

R + G + B ~ 65%. #87A0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 160 + 203 = 498 (100%)
R 135 of 498 ~ 27.11%
G 160 of 498 ~ 32.13%
B 203 of 498 ~ 40.76%

%27.11
%32.13
%40.76

CMYK color model

#87A0CB color CMYK value is (33,21,0,20).

  • cyan value is 33.50%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,21,0,20)
C33M21Y0K20 
(33%,21%,0%,20%)
(0.33/0.21/0.00/0.20)	

CMYK percentages

%33.5
%21.18
%0
%20.39

Codes

Color #87A0CB in popluar color models

87A0CB
RGB135160203
HSL218°39.53%66.27%
HSB/HSV218°33.50%79.61%
CMYK33.50%21.18%0.00%
20.39%

Color #87A0CB in popluar number systems.

HEX87A0CB
Decimal135160203
Binary100001111010000011001011
Octal207240313

Shades and tints

Shades of #87A0CB

#87A0CB
(135,160,203)
#7B92B9
(123,146,185)
#6F84A7
(111,132,167)
#637695
(99,118,149)
#576883
(87,104,131)
#4B5A71
(75,90,113)
#3F4C5F
(63,76,95)
#333E4D
(51,62,77)
#27303B
(39,48,59)
#1B2229
(27,34,41)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #87A0CB

#87A0CB
(135,160,203)
#91A8CF
(145,168,207)
#9BB0D3
(155,176,211)
#A5B8D7
(165,184,215)
#AFC0DB
(175,192,219)
#B9C8DF
(185,200,223)
#C3D0E3
(195,208,227)
#CDD8E7
(205,216,231)
#D7E0EB
(215,224,235)
#E1E8EF
(225,232,239)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A0CB color. Also use rgb(135,160,203) instead hex code.

Text Font Color

.myTextColor { color: #87A0CB; }

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

This text font color is #87A0CB.


Background Color

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

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

This div background color is #87A0CB.


Border color

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

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

This div border color is #87A0CB.


Opacity

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

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

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

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

This text has shadow with #87A0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A0CB on black background.


Color preview on white background

This text has color #87A0CB on white background.



Black color preview on #87A0CB background

This text has black color on #87A0CB background.


White color preview on #87A0CB background

This text has white color on #87A0CB background.