COLOR #87ABC6

HEX: #87ABC6
RGB: (135,171,198)

Color info

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

RGB color model

#87ABC6 color RGB value is (135,171,198).

  • red value is 135;
  • green value is 171;
  • blue value is 198.
RGB:
(135,171,198)
(53%,67%,78%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 198 of 255 = 78%

135
171
198

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

Portions of RGB colors in percentages

R + G + B =
135 + 171 + 198 = 504 (100%)
R 135 of 504 ~ 26.79%
G 171 of 504 ~ 33.93%
B 198 of 504 ~ 39.29%

%26.79
%33.93
%39.29

CMYK color model

#87ABC6 color CMYK value is (32,14,0,22).

  • cyan value is 31.82%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(32,14,0,22)
C32M14Y0K22 
(32%,14%,0%,22%)
(0.32/0.14/0.00/0.22)	

CMYK percentages

%31.82
%13.64
%0
%22.35

Codes

Color #87ABC6 in popluar color models

87ABC6
RGB135171198
HSL206°35.59%65.29%
HSB/HSV206°31.82%77.65%
CMYK31.82%13.64%0.00%
22.35%

Color #87ABC6 in popluar number systems.

HEX87ABC6
Decimal135171198
Binary100001111010101111000110
Octal207253306

Shades and tints

Shades of #87ABC6

#87ABC6
(135,171,198)
#7B9CB4
(123,156,180)
#6F8DA2
(111,141,162)
#637E90
(99,126,144)
#576F7E
(87,111,126)
#4B606C
(75,96,108)
#3F515A
(63,81,90)
#334248
(51,66,72)
#273336
(39,51,54)
#1B2424
(27,36,36)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #87ABC6

#87ABC6
(135,171,198)
#91B2CB
(145,178,203)
#9BB9D0
(155,185,208)
#A5C0D5
(165,192,213)
#AFC7DA
(175,199,218)
#B9CEDF
(185,206,223)
#C3D5E4
(195,213,228)
#CDDCE9
(205,220,233)
#D7E3EE
(215,227,238)
#E1EAF3
(225,234,243)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ABC6 color. Also use rgb(135,171,198) instead hex code.

Text Font Color

.myTextColor { color: #87ABC6; }

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

This text font color is #87ABC6.


Background Color

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

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

This div background color is #87ABC6.


Border color

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

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

This div border color is #87ABC6.


Opacity

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

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

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

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

This text has shadow with #87ABC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ABC6 on black background.


Color preview on white background

This text has color #87ABC6 on white background.



Black color preview on #87ABC6 background

This text has black color on #87ABC6 background.


White color preview on #87ABC6 background

This text has white color on #87ABC6 background.