COLOR #87BDA0

HEX: #87BDA0 RGB: (135,189,160)

Color info

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

RGB color model

#87BDA0 color RGB value is (135,189,160).

RGB: (135,189,160) (53%, 74%, 63%)

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 160 of 255 = 63%

135
189
160

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

Portions of RGB colors in percentages

R + G + B = 135 + 189 + 160 = 484 (100%)
R 135 of 484 ~ 27.89%
G 189 of 484 ~ 39.05%
B 160 of 484 ~ 33.06'%

%27.89
%39.05
%33.06

CMYK color model

#87BDA0 color CMYK value is (29,0,15,26).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%

CMYK: (29,0,15,26)
C29M0Y15K26 (29%, 0%, 15%, 26%)
(0.29 / 0.00 / 0.15 / 0.26)

CMYK percentages

%28.57
%0
%15.34
%25.88

Codes

Color #87BDA0 in popluar color models

87 BD A0
RGB 135 189 160
HSL 148° 29.03% 63.53%
HSB/HSV 148° 28.57% 74.12%
CMYK 28.57% 0.00% 15.34%
25.88%

Color #87BDA0 in popluar number systems.

HEX 87 BD A0
Decimal 135 189 160
Binary 10000111 10111101 10100000
Octal 207 275 240

Shades and tints

Shades of #87BDA0

#87BDA0
(135,189,160)
#7BAC92
(123,172,146)
#6F9B84
(111,155,132)
#638A76
(99,138,118)
#577968
(87,121,104)
#4B685A
(75,104,90)
#3F574C
(63,87,76)
#33463E
(51,70,62)
#273530
(39,53,48)
#1B2422
(27,36,34)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #87BDA0

#87BDA0
(135,189,160)
#91C3A8
(145,195,168)
#9BC9B0
(155,201,176)
#A5CFB8
(165,207,184)
#AFD5C0
(175,213,192)
#B9DBC8
(185,219,200)
#C3E1D0
(195,225,208)
#CDE7D8
(205,231,216)
#D7EDE0
(215,237,224)
#E1F3E8
(225,243,232)
#EBF9F0
(235,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BDA0 color. Also use rgb(135,189,160) instead hex code.

Text Font Color

.myTextColor { color: #87BDA0; }

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

This text font color is #87BDA0.

Background Color

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

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

This div background color is #87BDA0.

Border color

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

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

This div border color is #87BDA0.

Opacity

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

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

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

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

This text has shadow with #87BDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BDA0.

Preview

Color preview on black background

This text has color #87BDA0 on black background.


Color preview on white background

This text has color #87BDA0 on white background.


Black color preview on #87BDA0 background

This text has black color on #87BDA0 background.


White color preview on #87BDA0 background

This text has white color on #87BDA0 background.


Related colors

Complementary color

Complementary color for #hex is #78425F.


I love getcolorcode.com

Triadic colors

1 #A087BD and #BDA087 with #87BDA0 are triadic colors.

2 #A0BD87 and #BD87A0 with #87BDA0 are triadic colors.