COLOR #87B3A4

HEX: #87B3A4
RGB: (135,179,164)

Color info

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

RGB color model

#87B3A4 color RGB value is (135,179,164).

  • red value is 135;
  • green value is 179;
  • blue value is 164.
RGB:
(135,179,164)
(53%,70%,64%)

RGB channels and saturation

R 135 of 255 = 53%
G 179 of 255 = 70%
B 164 of 255 = 64%

135
179
164

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

Portions of RGB colors in percentages

R + G + B =
135 + 179 + 164 = 478 (100%)
R 135 of 478 ~ 28.24%
G 179 of 478 ~ 37.45%
B 164 of 478 ~ 34.31%

%28.24
%37.45
%34.31

CMYK color model

#87B3A4 color CMYK value is (25,0,8,30).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(25,0,8,30)
C25M0Y8K30 
(25%,0%,8%,30%)
(0.25/0.00/0.08/0.30)	

CMYK percentages

%24.58
%0
%8.38
%29.8

Codes

Color #87B3A4 in popluar color models

87B3A4
RGB135179164
HSL160°22.45%61.57%
HSB/HSV160°24.58%70.20%
CMYK24.58%0.00%8.38%
29.80%

Color #87B3A4 in popluar number systems.

HEX87B3A4
Decimal135179164
Binary100001111011001110100100
Octal207263244

Shades and tints

Shades of #87B3A4

#87B3A4
(135,179,164)
#7BA396
(123,163,150)
#6F9388
(111,147,136)
#63837A
(99,131,122)
#57736C
(87,115,108)
#4B635E
(75,99,94)
#3F5350
(63,83,80)
#334342
(51,67,66)
#273334
(39,51,52)
#1B2326
(27,35,38)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #87B3A4

#87B3A4
(135,179,164)
#91B9AC
(145,185,172)
#9BBFB4
(155,191,180)
#A5C5BC
(165,197,188)
#AFCBC4
(175,203,196)
#B9D1CC
(185,209,204)
#C3D7D4
(195,215,212)
#CDDDDC
(205,221,220)
#D7E3E4
(215,227,228)
#E1E9EC
(225,233,236)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B3A4 color. Also use rgb(135,179,164) instead hex code.

Text Font Color

.myTextColor { color: #87B3A4; }

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

This text font color is #87B3A4.


Background Color

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

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

This div background color is #87B3A4.


Border color

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

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

This div border color is #87B3A4.


Opacity

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

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

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

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

This text has shadow with #87B3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B3A4 on black background.


Color preview on white background

This text has color #87B3A4 on white background.



Black color preview on #87B3A4 background

This text has black color on #87B3A4 background.


White color preview on #87B3A4 background

This text has white color on #87B3A4 background.