COLOR #87B0AE

HEX: #87B0AE RGB: (135,176,174)

Color info

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

RGB color model

#87B0AE color RGB value is (135,176,174).

RGB: (135,176,174) (53%, 69%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 174 of 255 = 68%

135
176
174

R + G + B ~ 63%. #87B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 176 + 174 = 485 (100%)
R 135 of 485 ~ 27.84%
G 176 of 485 ~ 36.29%
B 174 of 485 ~ 35.88'%

%27.84
%36.29
%35.88

CMYK color model

#87B0AE color CMYK value is (23,0,1,31).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%

CMYK: (23,0,1,31)
C23M0Y1K31 (23%, 0%, 1%, 31%)
(0.23 / 0.00 / 0.01 / 0.31)

CMYK percentages

%23.3
%0
%1.14
%30.98

Codes

Color #87B0AE in popluar color models

87 B0 AE
RGB 135 176 174
HSL 177° 20.60% 60.98%
HSB/HSV 177° 23.30% 69.02%
CMYK 23.30% 0.00% 1.14%
30.98%

Color #87B0AE in popluar number systems.

HEX 87 B0 AE
Decimal 135 176 174
Binary 10000111 10110000 10101110
Octal 207 260 256

Shades and tints

Shades of #87B0AE

#87B0AE
(135,176,174)
#7BA09F
(123,160,159)
#6F9090
(111,144,144)
#638081
(99,128,129)
#577072
(87,112,114)
#4B6063
(75,96,99)
#3F5054
(63,80,84)
#334045
(51,64,69)
#273036
(39,48,54)
#1B2027
(27,32,39)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #87B0AE

#87B0AE
(135,176,174)
#91B7B5
(145,183,181)
#9BBEBC
(155,190,188)
#A5C5C3
(165,197,195)
#AFCCCA
(175,204,202)
#B9D3D1
(185,211,209)
#C3DAD8
(195,218,216)
#CDE1DF
(205,225,223)
#D7E8E6
(215,232,230)
#E1EFED
(225,239,237)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B0AE color. Also use rgb(135,176,174) instead hex code.

Text Font Color

.myTextColor { color: #87B0AE; }

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

This text font color is #87B0AE.

Background Color

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

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

This div background color is #87B0AE.

Border color

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

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

This div border color is #87B0AE.

Opacity

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

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

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

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

This text has shadow with #87B0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B0AE.

Preview

Color preview on black background

This text has color #87B0AE on black background.


Color preview on white background

This text has color #87B0AE on white background.


Black color preview on #87B0AE background

This text has black color on #87B0AE background.


White color preview on #87B0AE background

This text has white color on #87B0AE background.


Related colors

Complementary color

Complementary color for #hex is #784F51.


I love getcolorcode.com

Triadic colors

1 #AE87B0 and #B0AE87 with #87B0AE are triadic colors.

2 #AEB087 and #B087AE with #87B0AE are triadic colors.