COLOR #87ACD6

HEX: #87ACD6
RGB: (135,172,214)

Color info

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

RGB color model

#87ACD6 color RGB value is (135,172,214).

  • red value is 135;
  • green value is 172;
  • blue value is 214.
RGB:
(135,172,214)
(53%,67%,84%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 214 of 255 = 84%

135
172
214

R + G + B ~ 68%. #87ACD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 214 = 521 (100%)
R 135 of 521 ~ 25.91%
G 172 of 521 ~ 33.01%
B 214 of 521 ~ 41.07%

%25.91
%33.01
%41.07

CMYK color model

#87ACD6 color CMYK value is (37,20,0,16).

  • cyan value is 36.92%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(37,20,0,16)
C37M20Y0K16 
(37%,20%,0%,16%)
(0.37/0.20/0.00/0.16)	

CMYK percentages

%36.92
%19.63
%0
%16.08

Codes

Color #87ACD6 in popluar color models

87ACD6
RGB135172214
HSL212°49.07%68.43%
HSB/HSV212°36.92%83.92%
CMYK36.92%19.63%0.00%
16.08%

Color #87ACD6 in popluar number systems.

HEX87ACD6
Decimal135172214
Binary100001111010110011010110
Octal207254326

Shades and tints

Shades of #87ACD6

#87ACD6
(135,172,214)
#7B9DC3
(123,157,195)
#6F8EB0
(111,142,176)
#637F9D
(99,127,157)
#57708A
(87,112,138)
#4B6177
(75,97,119)
#3F5264
(63,82,100)
#334351
(51,67,81)
#27343E
(39,52,62)
#1B252B
(27,37,43)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #87ACD6

#87ACD6
(135,172,214)
#91B3D9
(145,179,217)
#9BBADC
(155,186,220)
#A5C1DF
(165,193,223)
#AFC8E2
(175,200,226)
#B9CFE5
(185,207,229)
#C3D6E8
(195,214,232)
#CDDDEB
(205,221,235)
#D7E4EE
(215,228,238)
#E1EBF1
(225,235,241)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ACD6 color. Also use rgb(135,172,214) instead hex code.

Text Font Color

.myTextColor { color: #87ACD6; }

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

This text font color is #87ACD6.


Background Color

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

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

This div background color is #87ACD6.


Border color

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

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

This div border color is #87ACD6.


Opacity

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

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

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

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

This text has shadow with #87ACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACD6 on black background.


Color preview on white background

This text has color #87ACD6 on white background.



Black color preview on #87ACD6 background

This text has black color on #87ACD6 background.


White color preview on #87ACD6 background

This text has white color on #87ACD6 background.