COLOR #87B2AE

HEX: #87B2AE RGB: (135,178,174)

Color info

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

RGB color model

#87B2AE color RGB value is (135,178,174).

RGB: (135,178,174) (53%, 70%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 174 of 255 = 68%

135
178
174

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

Portions of RGB colors in percentages

R + G + B = 135 + 178 + 174 = 487 (100%)
R 135 of 487 ~ 27.72%
G 178 of 487 ~ 36.55%
B 174 of 487 ~ 35.73'%

%27.72
%36.55
%35.73

CMYK color model

#87B2AE color CMYK value is (24,0,2,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%

CMYK: (24,0,2,30)
C24M0Y2K30 (24%, 0%, 2%, 30%)
(0.24 / 0.00 / 0.02 / 0.30)

CMYK percentages

%24.16
%0
%2.25
%30.2

Codes

Color #87B2AE in popluar color models

87 B2 AE
RGB 135 178 174
HSL 174° 21.83% 61.37%
HSB/HSV 174° 24.16% 69.80%
CMYK 24.16% 0.00% 2.25%
30.20%

Color #87B2AE in popluar number systems.

HEX 87 B2 AE
Decimal 135 178 174
Binary 10000111 10110010 10101110
Octal 207 262 256

Shades and tints

Shades of #87B2AE

#87B2AE
(135,178,174)
#7BA29F
(123,162,159)
#6F9290
(111,146,144)
#638281
(99,130,129)
#577272
(87,114,114)
#4B6263
(75,98,99)
#3F5254
(63,82,84)
#334245
(51,66,69)
#273236
(39,50,54)
#1B2227
(27,34,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #87B2AE

#87B2AE
(135,178,174)
#91B9B5
(145,185,181)
#9BC0BC
(155,192,188)
#A5C7C3
(165,199,195)
#AFCECA
(175,206,202)
#B9D5D1
(185,213,209)
#C3DCD8
(195,220,216)
#CDE3DF
(205,227,223)
#D7EAE6
(215,234,230)
#E1F1ED
(225,241,237)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B2AE; }

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

This text font color is #87B2AE.

Background Color

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

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

This div background color is #87B2AE.

Border color

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

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

This div border color is #87B2AE.

Opacity

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

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

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

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

This text has shadow with #87B2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B2AE.

Preview

Color preview on black background

This text has color #87B2AE on black background.


Color preview on white background

This text has color #87B2AE on white background.


Black color preview on #87B2AE background

This text has black color on #87B2AE background.


White color preview on #87B2AE background

This text has white color on #87B2AE background.


Related colors

Complementary color

Complementary color for #hex is #784D51.


I love getcolorcode.com

Triadic colors

1 #AE87B2 and #B2AE87 with #87B2AE are triadic colors.

2 #AEB287 and #B287AE with #87B2AE are triadic colors.