COLOR #87B994

HEX: #87B994 RGB: (135,185,148)

Color info

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

RGB color model

#87B994 color RGB value is (135,185,148).

RGB: (135,185,148) (53%, 73%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 148 of 255 = 58%

135
185
148

R + G + B ~ 61%. #87B994 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 185 + 148 = 468 (100%)
R 135 of 468 ~ 28.85%
G 185 of 468 ~ 39.53%
B 148 of 468 ~ 31.62'%

%28.85
%39.53
%31.62

CMYK color model

#87B994 color CMYK value is (27,0,20,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK: (27,0,20,27) C27M0Y20K27 (27%,0%,20%,27%) (0.27/0.00/0.20/0.27) 

CMYK percentages

%27.03
%0
%20
%27.45

Codes

Color #87B994 in popluar color models

87 B9 94
RGB 135 185 148
HSL 136° 26.32% 62.75%
HSB/HSV 136° 27.03% 72.55%
CMYK 27.03% 0.00% 20.00%
27.45%

Color #87B994 in popluar number systems.

HEX 87 B9 94
Decimal 135 185 148
Binary 10000111 10111001 10010100
Octal 207 271 224

Shades and tints

Shades of #87B994

#87B994
(135,185,148)
#7BA987
(123,169,135)
#6F997A
(111,153,122)
#63896D
(99,137,109)
#577960
(87,121,96)
#4B6953
(75,105,83)
#3F5946
(63,89,70)
#334939
(51,73,57)
#27392C
(39,57,44)
#1B291F
(27,41,31)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #87B994

#87B994
(135,185,148)
#91BF9D
(145,191,157)
#9BC5A6
(155,197,166)
#A5CBAF
(165,203,175)
#AFD1B8
(175,209,184)
#B9D7C1
(185,215,193)
#C3DDCA
(195,221,202)
#CDE3D3
(205,227,211)
#D7E9DC
(215,233,220)
#E1EFE5
(225,239,229)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B994 color. Also use rgb(135,185,148) instead hex code.

Text Font Color

.myTextColor { color: #87B994; }

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

This text font color is #87B994.

Background Color

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

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

This div background color is #87B994.

Border color

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

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

This div border color is #87B994.

Opacity

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

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

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

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

This text has shadow with #87B994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B994.

Preview

Color preview on black background

This text has color #87B994 on black background.


Color preview on white background

This text has color #87B994 on white background.


Black color preview on #87B994 background

This text has black color on #87B994 background.


White color preview on #87B994 background

This text has white color on #87B994 background.


Related colors

Complementary color

Complementary color for #hex is #78466B.


I love getcolorcode.com

Triadic colors

1 #9487B9 and #B99487 with #87B994 are triadic colors.

2 #94B987 and #B98794 with #87B994 are triadic colors.