COLOR #87BD95

HEX: #87BD95 RGB: (135,189,149)

Color info

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

RGB color model

#87BD95 color RGB value is (135,189,149).

RGB: (135,189,149) (53%, 74%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 149 of 255 = 58%

135
189
149

R + G + B ~ 62%. #87BD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 189 + 149 = 473 (100%)
R 135 of 473 ~ 28.54%
G 189 of 473 ~ 39.96%
B 149 of 473 ~ 31.5'%

%28.54
%39.96
%31.5

CMYK color model

#87BD95 color CMYK value is (29,0,21,26).

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

CMYK: (29,0,21,26)
C29M0Y21K26 (29%, 0%, 21%, 26%)
(0.29 / 0.00 / 0.21 / 0.26)

CMYK percentages

%28.57
%0
%21.16
%25.88

Codes

Color #87BD95 in popluar color models

87 BD 95
RGB 135 189 149
HSL 136° 29.03% 63.53%
HSB/HSV 136° 28.57% 74.12%
CMYK 28.57% 0.00% 21.16%
25.88%

Color #87BD95 in popluar number systems.

HEX 87 BD 95
Decimal 135 189 149
Binary 10000111 10111101 10010101
Octal 207 275 225

Shades and tints

Shades of #87BD95

#87BD95
(135,189,149)
#7BAC88
(123,172,136)
#6F9B7B
(111,155,123)
#638A6E
(99,138,110)
#577961
(87,121,97)
#4B6854
(75,104,84)
#3F5747
(63,87,71)
#33463A
(51,70,58)
#27352D
(39,53,45)
#1B2420
(27,36,32)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #87BD95

#87BD95
(135,189,149)
#91C39E
(145,195,158)
#9BC9A7
(155,201,167)
#A5CFB0
(165,207,176)
#AFD5B9
(175,213,185)
#B9DBC2
(185,219,194)
#C3E1CB
(195,225,203)
#CDE7D4
(205,231,212)
#D7EDDD
(215,237,221)
#E1F3E6
(225,243,230)
#EBF9EF
(235,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BD95; }

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

This text font color is #87BD95.

Background Color

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

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

This div background color is #87BD95.

Border color

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

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

This div border color is #87BD95.

Opacity

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

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

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

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

This text has shadow with #87BD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BD95.

Preview

Color preview on black background

This text has color #87BD95 on black background.


Color preview on white background

This text has color #87BD95 on white background.


Black color preview on #87BD95 background

This text has black color on #87BD95 background.


White color preview on #87BD95 background

This text has white color on #87BD95 background.


Related colors

Complementary color

Complementary color for #hex is #78426A.


I love getcolorcode.com

Triadic colors

1 #9587BD and #BD9587 with #87BD95 are triadic colors.

2 #95BD87 and #BD8795 with #87BD95 are triadic colors.