COLOR #87B1AF

HEX: #87B1AF RGB: (135,177,175)

Color info

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

RGB color model

#87B1AF color RGB value is (135,177,175).

RGB: (135,177,175) (53%, 69%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 175 of 255 = 69%

135
177
175

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

Portions of RGB colors in percentages

R + G + B = 135 + 177 + 175 = 487 (100%)
R 135 of 487 ~ 27.72%
G 177 of 487 ~ 36.34%
B 175 of 487 ~ 35.93'%

%27.72
%36.34
%35.93

CMYK color model

#87B1AF color CMYK value is (24,0,1,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%

CMYK: (24,0,1,31)
C24M0Y1K31 (24%, 0%, 1%, 31%)
(0.24 / 0.00 / 0.01 / 0.31)

CMYK percentages

%23.73
%0
%1.13
%30.59

Codes

Color #87B1AF in popluar color models

87 B1 AF
RGB 135 177 175
HSL 177° 21.21% 61.18%
HSB/HSV 177° 23.73% 69.41%
CMYK 23.73% 0.00% 1.13%
30.59%

Color #87B1AF in popluar number systems.

HEX 87 B1 AF
Decimal 135 177 175
Binary 10000111 10110001 10101111
Octal 207 261 257

Shades and tints

Shades of #87B1AF

#87B1AF
(135,177,175)
#7BA1A0
(123,161,160)
#6F9191
(111,145,145)
#638182
(99,129,130)
#577173
(87,113,115)
#4B6164
(75,97,100)
#3F5155
(63,81,85)
#334146
(51,65,70)
#273137
(39,49,55)
#1B2128
(27,33,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #87B1AF

#87B1AF
(135,177,175)
#91B8B6
(145,184,182)
#9BBFBD
(155,191,189)
#A5C6C4
(165,198,196)
#AFCDCB
(175,205,203)
#B9D4D2
(185,212,210)
#C3DBD9
(195,219,217)
#CDE2E0
(205,226,224)
#D7E9E7
(215,233,231)
#E1F0EE
(225,240,238)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B1AF; }

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

This text font color is #87B1AF.

Background Color

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

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

This div background color is #87B1AF.

Border color

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

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

This div border color is #87B1AF.

Opacity

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

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

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

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

This text has shadow with #87B1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B1AF.

Preview

Color preview on black background

This text has color #87B1AF on black background.


Color preview on white background

This text has color #87B1AF on white background.


Black color preview on #87B1AF background

This text has black color on #87B1AF background.


White color preview on #87B1AF background

This text has white color on #87B1AF background.


Related colors

Complementary color

Complementary color for #hex is #784E50.


I love getcolorcode.com

Triadic colors

1 #AF87B1 and #B1AF87 with #87B1AF are triadic colors.

2 #AFB187 and #B187AF with #87B1AF are triadic colors.