COLOR #87B2AC

HEX: #87B2AC
RGB: (135,178,172)

Color info

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

RGB color model

#87B2AC color RGB value is (135,178,172).

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

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 172 of 255 = 67%

135
178
172

R + G + B ~ 63%. #87B2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 172 = 485 (100%)
R 135 of 485 ~ 27.84%
G 178 of 485 ~ 36.7%
B 172 of 485 ~ 35.46%

%27.84
%36.7
%35.46

CMYK color model

#87B2AC color CMYK value is (24,0,3,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(24,0,3,30)
C24M0Y3K30 
(24%,0%,3%,30%)
(0.24/0.00/0.03/0.30)	

CMYK percentages

%24.16
%0
%3.37
%30.2

Codes

Color #87B2AC in popluar color models

87B2AC
RGB135178172
HSL172°21.83%61.37%
HSB/HSV172°24.16%69.80%
CMYK24.16%0.00%3.37%
30.20%

Color #87B2AC in popluar number systems.

HEX87B2AC
Decimal135178172
Binary100001111011001010101100
Octal207262254

Shades and tints

Shades of #87B2AC

#87B2AC
(135,178,172)
#7BA29D
(123,162,157)
#6F928E
(111,146,142)
#63827F
(99,130,127)
#577270
(87,114,112)
#4B6261
(75,98,97)
#3F5252
(63,82,82)
#334243
(51,66,67)
#273234
(39,50,52)
#1B2225
(27,34,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #87B2AC

#87B2AC
(135,178,172)
#91B9B3
(145,185,179)
#9BC0BA
(155,192,186)
#A5C7C1
(165,199,193)
#AFCEC8
(175,206,200)
#B9D5CF
(185,213,207)
#C3DCD6
(195,220,214)
#CDE3DD
(205,227,221)
#D7EAE4
(215,234,228)
#E1F1EB
(225,241,235)
#EBF8F2
(235,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B2AC; }

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

This text font color is #87B2AC.


Background Color

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

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

This div background color is #87B2AC.


Border color

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

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

This div border color is #87B2AC.


Opacity

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

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

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

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

This text has shadow with #87B2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B2AC on black background.


Color preview on white background

This text has color #87B2AC on white background.



Black color preview on #87B2AC background

This text has black color on #87B2AC background.


White color preview on #87B2AC background

This text has white color on #87B2AC background.