COLOR #87B2AD

HEX: #87B2AD
RGB: (135,178,173)

Color info

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

RGB color model

#87B2AD color RGB value is (135,178,173).

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

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 173 of 255 = 68%

135
178
173

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

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 173 = 486 (100%)
R 135 of 486 ~ 27.78%
G 178 of 486 ~ 36.63%
B 173 of 486 ~ 35.6%

%27.78
%36.63
%35.6

CMYK color model

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

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 2.81%
  • 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
%2.81
%30.2

Codes

Color #87B2AD in popluar color models

87B2AD
RGB135178173
HSL173°21.83%61.37%
HSB/HSV173°24.16%69.80%
CMYK24.16%0.00%2.81%
30.20%

Color #87B2AD in popluar number systems.

HEX87B2AD
Decimal135178173
Binary100001111011001010101101
Octal207262255

Shades and tints

Shades of #87B2AD

#87B2AD
(135,178,173)
#7BA29E
(123,162,158)
#6F928F
(111,146,143)
#638280
(99,130,128)
#577271
(87,114,113)
#4B6262
(75,98,98)
#3F5253
(63,82,83)
#334244
(51,66,68)
#273235
(39,50,53)
#1B2226
(27,34,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #87B2AD

#87B2AD
(135,178,173)
#91B9B4
(145,185,180)
#9BC0BB
(155,192,187)
#A5C7C2
(165,199,194)
#AFCEC9
(175,206,201)
#B9D5D0
(185,213,208)
#C3DCD7
(195,220,215)
#CDE3DE
(205,227,222)
#D7EAE5
(215,234,229)
#E1F1EC
(225,241,236)
#EBF8F3
(235,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B2AD; }

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

This text font color is #87B2AD.


Background Color

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

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

This div background color is #87B2AD.


Border color

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

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

This div border color is #87B2AD.


Opacity

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

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

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

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

This text has shadow with #87B2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B2AD on black background.


Color preview on white background

This text has color #87B2AD on white background.



Black color preview on #87B2AD background

This text has black color on #87B2AD background.


White color preview on #87B2AD background

This text has white color on #87B2AD background.