COLOR #87A4CF

HEX: #87A4CF
RGB: (135,164,207)

Color info

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

RGB color model

#87A4CF color RGB value is (135,164,207).

  • red value is 135;
  • green value is 164;
  • blue value is 207.
RGB:
(135,164,207)
(53%,64%,81%)

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 207 of 255 = 81%

135
164
207

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

Portions of RGB colors in percentages

R + G + B =
135 + 164 + 207 = 506 (100%)
R 135 of 506 ~ 26.68%
G 164 of 506 ~ 32.41%
B 207 of 506 ~ 40.91%

%26.68
%32.41
%40.91

CMYK color model

#87A4CF color CMYK value is (35,21,0,19).

  • cyan value is 34.78%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(35,21,0,19)
C35M21Y0K19 
(35%,21%,0%,19%)
(0.35/0.21/0.00/0.19)	

CMYK percentages

%34.78
%20.77
%0
%18.82

Codes

Color #87A4CF in popluar color models

87A4CF
RGB135164207
HSL216°42.86%67.06%
HSB/HSV216°34.78%81.18%
CMYK34.78%20.77%0.00%
18.82%

Color #87A4CF in popluar number systems.

HEX87A4CF
Decimal135164207
Binary100001111010010011001111
Octal207244317

Shades and tints

Shades of #87A4CF

#87A4CF
(135,164,207)
#7B96BD
(123,150,189)
#6F88AB
(111,136,171)
#637A99
(99,122,153)
#576C87
(87,108,135)
#4B5E75
(75,94,117)
#3F5063
(63,80,99)
#334251
(51,66,81)
#27343F
(39,52,63)
#1B262D
(27,38,45)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #87A4CF

#87A4CF
(135,164,207)
#91ACD3
(145,172,211)
#9BB4D7
(155,180,215)
#A5BCDB
(165,188,219)
#AFC4DF
(175,196,223)
#B9CCE3
(185,204,227)
#C3D4E7
(195,212,231)
#CDDCEB
(205,220,235)
#D7E4EF
(215,228,239)
#E1ECF3
(225,236,243)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A4CF color. Also use rgb(135,164,207) instead hex code.

Text Font Color

.myTextColor { color: #87A4CF; }

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

This text font color is #87A4CF.


Background Color

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

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

This div background color is #87A4CF.


Border color

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

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

This div border color is #87A4CF.


Opacity

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

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

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

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

This text has shadow with #87A4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4CF on black background.


Color preview on white background

This text has color #87A4CF on white background.



Black color preview on #87A4CF background

This text has black color on #87A4CF background.


White color preview on #87A4CF background

This text has white color on #87A4CF background.