COLOR #87ADC3

HEX: #87ADC3
RGB: (135,173,195)

Color info

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

RGB color model

#87ADC3 color RGB value is (135,173,195).

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

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 195 of 255 = 76%

135
173
195

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

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 195 = 503 (100%)
R 135 of 503 ~ 26.84%
G 173 of 503 ~ 34.39%
B 195 of 503 ~ 38.77%

%26.84
%34.39
%38.77

CMYK color model

#87ADC3 color CMYK value is (31,11,0,24).

  • cyan value is 30.77%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(31,11,0,24)
C31M11Y0K24 
(31%,11%,0%,24%)
(0.31/0.11/0.00/0.24)	

CMYK percentages

%30.77
%11.28
%0
%23.53

Codes

Color #87ADC3 in popluar color models

87ADC3
RGB135173195
HSL202°33.33%64.71%
HSB/HSV202°30.77%76.47%
CMYK30.77%11.28%0.00%
23.53%

Color #87ADC3 in popluar number systems.

HEX87ADC3
Decimal135173195
Binary100001111010110111000011
Octal207255303

Shades and tints

Shades of #87ADC3

#87ADC3
(135,173,195)
#7B9EB2
(123,158,178)
#6F8FA1
(111,143,161)
#638090
(99,128,144)
#57717F
(87,113,127)
#4B626E
(75,98,110)
#3F535D
(63,83,93)
#33444C
(51,68,76)
#27353B
(39,53,59)
#1B262A
(27,38,42)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #87ADC3

#87ADC3
(135,173,195)
#91B4C8
(145,180,200)
#9BBBCD
(155,187,205)
#A5C2D2
(165,194,210)
#AFC9D7
(175,201,215)
#B9D0DC
(185,208,220)
#C3D7E1
(195,215,225)
#CDDEE6
(205,222,230)
#D7E5EB
(215,229,235)
#E1ECF0
(225,236,240)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ADC3; }

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

This text font color is #87ADC3.


Background Color

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

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

This div background color is #87ADC3.


Border color

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

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

This div border color is #87ADC3.


Opacity

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

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

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

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

This text has shadow with #87ADC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ADC3 on black background.


Color preview on white background

This text has color #87ADC3 on white background.



Black color preview on #87ADC3 background

This text has black color on #87ADC3 background.


White color preview on #87ADC3 background

This text has white color on #87ADC3 background.