COLOR #87B6AF

HEX: #87B6AF RGB: (135,182,175)

Color info

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

RGB color model

#87B6AF color RGB value is (135,182,175).

RGB: (135,182,175) (53%, 71%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 182 of 255 = 71%
B 175 of 255 = 69%

135
182
175

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

Portions of RGB colors in percentages

R + G + B = 135 + 182 + 175 = 492 (100%)
R 135 of 492 ~ 27.44%
G 182 of 492 ~ 36.99%
B 175 of 492 ~ 35.57'%

%27.44
%36.99
%35.57

CMYK color model

#87B6AF color CMYK value is (26,0,4,29).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 28.63%

CMYK: (26,0,4,29)
C26M0Y4K29 (26%, 0%, 4%, 29%)
(0.26 / 0.00 / 0.04 / 0.29)

CMYK percentages

%25.82
%0
%3.85
%28.63

Codes

Color #87B6AF in popluar color models

87 B6 AF
RGB 135 182 175
HSL 171° 24.35% 62.16%
HSB/HSV 171° 25.82% 71.37%
CMYK 25.82% 0.00% 3.85%
28.63%

Color #87B6AF in popluar number systems.

HEX 87 B6 AF
Decimal 135 182 175
Binary 10000111 10110110 10101111
Octal 207 266 257

Shades and tints

Shades of #87B6AF

#87B6AF
(135,182,175)
#7BA6A0
(123,166,160)
#6F9691
(111,150,145)
#638682
(99,134,130)
#577673
(87,118,115)
#4B6664
(75,102,100)
#3F5655
(63,86,85)
#334646
(51,70,70)
#273637
(39,54,55)
#1B2628
(27,38,40)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #87B6AF

#87B6AF
(135,182,175)
#91BCB6
(145,188,182)
#9BC2BD
(155,194,189)
#A5C8C4
(165,200,196)
#AFCECB
(175,206,203)
#B9D4D2
(185,212,210)
#C3DAD9
(195,218,217)
#CDE0E0
(205,224,224)
#D7E6E7
(215,230,231)
#E1ECEE
(225,236,238)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B6AF; }

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

This text font color is #87B6AF.

Background Color

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

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

This div background color is #87B6AF.

Border color

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

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

This div border color is #87B6AF.

Opacity

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

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

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

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

This text has shadow with #87B6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B6AF.

Preview

Color preview on black background

This text has color #87B6AF on black background.


Color preview on white background

This text has color #87B6AF on white background.


Black color preview on #87B6AF background

This text has black color on #87B6AF background.


White color preview on #87B6AF background

This text has white color on #87B6AF background.


Related colors

Complementary color

Complementary color for #hex is #784950.


I love getcolorcode.com

Triadic colors

1 #AF87B6 and #B6AF87 with #87B6AF are triadic colors.

2 #AFB687 and #B687AF with #87B6AF are triadic colors.