COLOR #87BD9E

HEX: #87BD9E RGB: (135,189,158)

Color info

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

RGB color model

#87BD9E color RGB value is (135,189,158).

RGB: (135,189,158) (53%, 74%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 158 of 255 = 62%

135
189
158

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

Portions of RGB colors in percentages

R + G + B = 135 + 189 + 158 = 482 (100%)
R 135 of 482 ~ 28.01%
G 189 of 482 ~ 39.21%
B 158 of 482 ~ 32.78'%

%28.01
%39.21
%32.78

CMYK color model

#87BD9E color CMYK value is (29,0,16,26).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 25.88%
CMYK: (29,0,16,26) C29M0Y16K26 (29%,0%,16%,26%) (0.29/0.00/0.16/0.26) 

CMYK percentages

%28.57
%0
%16.4
%25.88

Codes

Color #87BD9E in popluar color models

87 BD 9E
RGB 135 189 158
HSL 146° 29.03% 63.53%
HSB/HSV 146° 28.57% 74.12%
CMYK 28.57% 0.00% 16.40%
25.88%

Color #87BD9E in popluar number systems.

HEX 87 BD 9E
Decimal 135 189 158
Binary 10000111 10111101 10011110
Octal 207 275 236

Shades and tints

Shades of #87BD9E

#87BD9E
(135,189,158)
#7BAC90
(123,172,144)
#6F9B82
(111,155,130)
#638A74
(99,138,116)
#577966
(87,121,102)
#4B6858
(75,104,88)
#3F574A
(63,87,74)
#33463C
(51,70,60)
#27352E
(39,53,46)
#1B2420
(27,36,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #87BD9E

#87BD9E
(135,189,158)
#91C3A6
(145,195,166)
#9BC9AE
(155,201,174)
#A5CFB6
(165,207,182)
#AFD5BE
(175,213,190)
#B9DBC6
(185,219,198)
#C3E1CE
(195,225,206)
#CDE7D6
(205,231,214)
#D7EDDE
(215,237,222)
#E1F3E6
(225,243,230)
#EBF9EE
(235,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BD9E; }

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

This text font color is #87BD9E.

Background Color

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

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

This div background color is #87BD9E.

Border color

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

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

This div border color is #87BD9E.

Opacity

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

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

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

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

This text has shadow with #87BD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BD9E.

Preview

Color preview on black background

This text has color #87BD9E on black background.


Color preview on white background

This text has color #87BD9E on white background.


Black color preview on #87BD9E background

This text has black color on #87BD9E background.


White color preview on #87BD9E background

This text has white color on #87BD9E background.


Related colors

Complementary color

Complementary color for #hex is #784261.


I love getcolorcode.com

Triadic colors

1 #9E87BD and #BD9E87 with #87BD9E are triadic colors.

2 #9EBD87 and #BD879E with #87BD9E are triadic colors.