COLOR #87A0CA

HEX: #87A0CA
RGB: (135,160,202)

Color info

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

RGB color model

#87A0CA color RGB value is (135,160,202).

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

RGB channels and saturation

R 135 of 255 = 53%
G 160 of 255 = 63%
B 202 of 255 = 79%

135
160
202

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

Portions of RGB colors in percentages

R + G + B =
135 + 160 + 202 = 497 (100%)
R 135 of 497 ~ 27.16%
G 160 of 497 ~ 32.19%
B 202 of 497 ~ 40.64%

%27.16
%32.19
%40.64

CMYK color model

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

  • cyan value is 33.17%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(33,21,0,21)
C33M21Y0K21 
(33%,21%,0%,21%)
(0.33/0.21/0.00/0.21)	

CMYK percentages

%33.17
%20.79
%0
%20.78

Codes

Color #87A0CA in popluar color models

87A0CA
RGB135160202
HSL218°38.73%66.08%
HSB/HSV218°33.17%79.22%
CMYK33.17%20.79%0.00%
20.78%

Color #87A0CA in popluar number systems.

HEX87A0CA
Decimal135160202
Binary100001111010000011001010
Octal207240312

Shades and tints

Shades of #87A0CA

#87A0CA
(135,160,202)
#7B92B8
(123,146,184)
#6F84A6
(111,132,166)
#637694
(99,118,148)
#576882
(87,104,130)
#4B5A70
(75,90,112)
#3F4C5E
(63,76,94)
#333E4C
(51,62,76)
#27303A
(39,48,58)
#1B2228
(27,34,40)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #87A0CA

#87A0CA
(135,160,202)
#91A8CE
(145,168,206)
#9BB0D2
(155,176,210)
#A5B8D6
(165,184,214)
#AFC0DA
(175,192,218)
#B9C8DE
(185,200,222)
#C3D0E2
(195,208,226)
#CDD8E6
(205,216,230)
#D7E0EA
(215,224,234)
#E1E8EE
(225,232,238)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A0CA; }

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

This text font color is #87A0CA.


Background Color

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

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

This div background color is #87A0CA.


Border color

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

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

This div border color is #87A0CA.


Opacity

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

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

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

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

This text has shadow with #87A0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A0CA on black background.


Color preview on white background

This text has color #87A0CA on white background.



Black color preview on #87A0CA background

This text has black color on #87A0CA background.


White color preview on #87A0CA background

This text has white color on #87A0CA background.