COLOR #87B7AC

HEX: #87B7AC
RGB: (135,183,172)

Color info

#87B7AC contains red, green and blue colors in about the same proportion. Web safe color of #87B7AC is #99CC99 (or #9C9).

RGB color model

#87B7AC color RGB value is (135,183,172).

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

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 172 of 255 = 67%

135
183
172

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

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 172 = 490 (100%)
R 135 of 490 ~ 27.55%
G 183 of 490 ~ 37.35%
B 172 of 490 ~ 35.1%

%27.55
%37.35
%35.1

CMYK color model

#87B7AC color CMYK value is (26,0,6,28).

  • cyan value is 26.23%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(26,0,6,28)
C26M0Y6K28 
(26%,0%,6%,28%)
(0.26/0.00/0.06/0.28)	

CMYK percentages

%26.23
%0
%6.01
%28.24

Codes

Color #87B7AC in popluar color models

87B7AC
RGB135183172
HSL166°25.00%62.35%
HSB/HSV166°26.23%71.76%
CMYK26.23%0.00%6.01%
28.24%

Color #87B7AC in popluar number systems.

HEX87B7AC
Decimal135183172
Binary100001111011011110101100
Octal207267254

Shades and tints

Shades of #87B7AC

#87B7AC
(135,183,172)
#7BA79D
(123,167,157)
#6F978E
(111,151,142)
#63877F
(99,135,127)
#577770
(87,119,112)
#4B6761
(75,103,97)
#3F5752
(63,87,82)
#334743
(51,71,67)
#273734
(39,55,52)
#1B2725
(27,39,37)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #87B7AC

#87B7AC
(135,183,172)
#91BDB3
(145,189,179)
#9BC3BA
(155,195,186)
#A5C9C1
(165,201,193)
#AFCFC8
(175,207,200)
#B9D5CF
(185,213,207)
#C3DBD6
(195,219,214)
#CDE1DD
(205,225,221)
#D7E7E4
(215,231,228)
#E1EDEB
(225,237,235)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B7AC; }

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

This text font color is #87B7AC.


Background Color

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

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

This div background color is #87B7AC.


Border color

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

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

This div border color is #87B7AC.


Opacity

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

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

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

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

This text has shadow with #87B7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B7AC on black background.


Color preview on white background

This text has color #87B7AC on white background.



Black color preview on #87B7AC background

This text has black color on #87B7AC background.


White color preview on #87B7AC background

This text has white color on #87B7AC background.