COLOR #87B690

HEX: #87B690 RGB: (135,182,144)

Color info

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

RGB color model

#87B690 color RGB value is (135,182,144).

RGB: (135,182,144) (53%, 71%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 182 of 255 = 71%
B 144 of 255 = 56%

135
182
144

R + G + B ~ 60%. #87B690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 182 + 144 = 461 (100%)
R 135 of 461 ~ 29.28%
G 182 of 461 ~ 39.48%
B 144 of 461 ~ 31.24'%

%29.28
%39.48
%31.24

CMYK color model

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

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%

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

CMYK percentages

%25.82
%0
%20.88
%28.63

Codes

Color #87B690 in popluar color models

87 B6 90
RGB 135 182 144
HSL 131° 24.35% 62.16%
HSB/HSV 131° 25.82% 71.37%
CMYK 25.82% 0.00% 20.88%
28.63%

Color #87B690 in popluar number systems.

HEX 87 B6 90
Decimal 135 182 144
Binary 10000111 10110110 10010000
Octal 207 266 220

Shades and tints

Shades of #87B690

#87B690
(135,182,144)
#7BA683
(123,166,131)
#6F9676
(111,150,118)
#638669
(99,134,105)
#57765C
(87,118,92)
#4B664F
(75,102,79)
#3F5642
(63,86,66)
#334635
(51,70,53)
#273628
(39,54,40)
#1B261B
(27,38,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #87B690

#87B690
(135,182,144)
#91BC9A
(145,188,154)
#9BC2A4
(155,194,164)
#A5C8AE
(165,200,174)
#AFCEB8
(175,206,184)
#B9D4C2
(185,212,194)
#C3DACC
(195,218,204)
#CDE0D6
(205,224,214)
#D7E6E0
(215,230,224)
#E1ECEA
(225,236,234)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B690 color. Also use rgb(135,182,144) instead hex code.

Text Font Color

.myTextColor { color: #87B690; }

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

This text font color is #87B690.

Background Color

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

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

This div background color is #87B690.

Border color

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

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

This div border color is #87B690.

Opacity

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

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

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

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

This text has shadow with #87B690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B690.

Preview

Color preview on black background

This text has color #87B690 on black background.


Color preview on white background

This text has color #87B690 on white background.


Black color preview on #87B690 background

This text has black color on #87B690 background.


White color preview on #87B690 background

This text has white color on #87B690 background.


Related colors

Complementary color

Complementary color for #hex is #78496F.


I love getcolorcode.com

Triadic colors

1 #9087B6 and #B69087 with #87B690 are triadic colors.

2 #90B687 and #B68790 with #87B690 are triadic colors.