COLOR #87ADCF

HEX: #87ADCF
RGB: (135,173,207)

Color info

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

RGB color model

#87ADCF color RGB value is (135,173,207).

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

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 207 of 255 = 81%

135
173
207

R + G + B ~ 67%. #87ADCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 207 = 515 (100%)
R 135 of 515 ~ 26.21%
G 173 of 515 ~ 33.59%
B 207 of 515 ~ 40.19%

%26.21
%33.59
%40.19

CMYK color model

#87ADCF color CMYK value is (35,16,0,19).

  • cyan value is 34.78%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(35,16,0,19)
C35M16Y0K19 
(35%,16%,0%,19%)
(0.35/0.16/0.00/0.19)	

CMYK percentages

%34.78
%16.43
%0
%18.82

Codes

Color #87ADCF in popluar color models

87ADCF
RGB135173207
HSL208°42.86%67.06%
HSB/HSV208°34.78%81.18%
CMYK34.78%16.43%0.00%
18.82%

Color #87ADCF in popluar number systems.

HEX87ADCF
Decimal135173207
Binary100001111010110111001111
Octal207255317

Shades and tints

Shades of #87ADCF

#87ADCF
(135,173,207)
#7B9EBD
(123,158,189)
#6F8FAB
(111,143,171)
#638099
(99,128,153)
#577187
(87,113,135)
#4B6275
(75,98,117)
#3F5363
(63,83,99)
#334451
(51,68,81)
#27353F
(39,53,63)
#1B262D
(27,38,45)
#0F171B
(15,23,27)
#000000
(0,0,0)

Tints of #87ADCF

#87ADCF
(135,173,207)
#91B4D3
(145,180,211)
#9BBBD7
(155,187,215)
#A5C2DB
(165,194,219)
#AFC9DF
(175,201,223)
#B9D0E3
(185,208,227)
#C3D7E7
(195,215,231)
#CDDEEB
(205,222,235)
#D7E5EF
(215,229,239)
#E1ECF3
(225,236,243)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADCF; }

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

This text font color is #87ADCF.


Background Color

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

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

This div background color is #87ADCF.


Border color

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

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

This div border color is #87ADCF.


Opacity

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

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

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

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

This text has shadow with #87ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ADCF on black background.


Color preview on white background

This text has color #87ADCF on white background.



Black color preview on #87ADCF background

This text has black color on #87ADCF background.


White color preview on #87ADCF background

This text has white color on #87ADCF background.