COLOR #87ABAC

HEX: #87ABAC
RGB: (135,171,172)

Color info

#87ABAC contains red, green and blue colors in about the same proportion. Web safe color of #87ABAC is #999999 (or #999).

RGB color model

#87ABAC color RGB value is (135,171,172).

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

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 172 of 255 = 67%

135
171
172

R + G + B ~ 62%. #87ABAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 171 + 172 = 478 (100%)
R 135 of 478 ~ 28.24%
G 171 of 478 ~ 35.77%
B 172 of 478 ~ 35.98%

%28.24
%35.77
%35.98

CMYK color model

#87ABAC color CMYK value is (22,1,0,33).

  • cyan value is 21.51%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(22,1,0,33)
C22M1Y0K33 
(22%,1%,0%,33%)
(0.22/0.01/0.00/0.33)	

CMYK percentages

%21.51
%0.58
%0
%32.55

Codes

Color #87ABAC in popluar color models

87ABAC
RGB135171172
HSL182°18.23%60.20%
HSB/HSV182°21.51%67.45%
CMYK21.51%0.58%0.00%
32.55%

Color #87ABAC in popluar number systems.

HEX87ABAC
Decimal135171172
Binary100001111010101110101100
Octal207253254

Shades and tints

Shades of #87ABAC

#87ABAC
(135,171,172)
#7B9C9D
(123,156,157)
#6F8D8E
(111,141,142)
#637E7F
(99,126,127)
#576F70
(87,111,112)
#4B6061
(75,96,97)
#3F5152
(63,81,82)
#334243
(51,66,67)
#273334
(39,51,52)
#1B2425
(27,36,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #87ABAC

#87ABAC
(135,171,172)
#91B2B3
(145,178,179)
#9BB9BA
(155,185,186)
#A5C0C1
(165,192,193)
#AFC7C8
(175,199,200)
#B9CECF
(185,206,207)
#C3D5D6
(195,213,214)
#CDDCDD
(205,220,221)
#D7E3E4
(215,227,228)
#E1EAEB
(225,234,235)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ABAC; }

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

This text font color is #87ABAC.


Background Color

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

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

This div background color is #87ABAC.


Border color

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

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

This div border color is #87ABAC.


Opacity

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

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

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

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

This text has shadow with #87ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ABAC on black background.


Color preview on white background

This text has color #87ABAC on white background.



Black color preview on #87ABAC background

This text has black color on #87ABAC background.


White color preview on #87ABAC background

This text has white color on #87ABAC background.