COLOR #87B2AF

HEX: #87B2AF
RGB: (135,178,175)

Color info

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

RGB color model

#87B2AF color RGB value is (135,178,175).

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

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 175 of 255 = 69%

135
178
175

R + G + B ~ 64%. #87B2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 175 = 488 (100%)
R 135 of 488 ~ 27.66%
G 178 of 488 ~ 36.48%
B 175 of 488 ~ 35.86%

%27.66
%36.48
%35.86

CMYK color model

#87B2AF color CMYK value is (24,0,2,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(24,0,2,30)
C24M0Y2K30 
(24%,0%,2%,30%)
(0.24/0.00/0.02/0.30)	

CMYK percentages

%24.16
%0
%1.69
%30.2

Codes

Color #87B2AF in popluar color models

87B2AF
RGB135178175
HSL176°21.83%61.37%
HSB/HSV176°24.16%69.80%
CMYK24.16%0.00%1.69%
30.20%

Color #87B2AF in popluar number systems.

HEX87B2AF
Decimal135178175
Binary100001111011001010101111
Octal207262257

Shades and tints

Shades of #87B2AF

#87B2AF
(135,178,175)
#7BA2A0
(123,162,160)
#6F9291
(111,146,145)
#638282
(99,130,130)
#577273
(87,114,115)
#4B6264
(75,98,100)
#3F5255
(63,82,85)
#334246
(51,66,70)
#273237
(39,50,55)
#1B2228
(27,34,40)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #87B2AF

#87B2AF
(135,178,175)
#91B9B6
(145,185,182)
#9BC0BD
(155,192,189)
#A5C7C4
(165,199,196)
#AFCECB
(175,206,203)
#B9D5D2
(185,213,210)
#C3DCD9
(195,220,217)
#CDE3E0
(205,227,224)
#D7EAE7
(215,234,231)
#E1F1EE
(225,241,238)
#EBF8F5
(235,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B2AF; }

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

This text font color is #87B2AF.


Background Color

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

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

This div background color is #87B2AF.


Border color

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

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

This div border color is #87B2AF.


Opacity

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

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

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

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

This text has shadow with #87B2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B2AF on black background.


Color preview on white background

This text has color #87B2AF on white background.



Black color preview on #87B2AF background

This text has black color on #87B2AF background.


White color preview on #87B2AF background

This text has white color on #87B2AF background.