COLOR #87B38A

HEX: #87B38A RGB: (135,179,138)

Color info

#87B38A contains red, green and blue colors in about the same proportion. Web safe color of #87B38A is #999999 (or #999).

RGB color model

#87B38A color RGB value is (135,179,138).

RGB: (135,179,138) (53%, 70%, 54%)

RGB channels and saturation

R 135 of 255 = 53%
G 179 of 255 = 70%
B 138 of 255 = 54%

135
179
138

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

Portions of RGB colors in percentages

R + G + B = 135 + 179 + 138 = 452 (100%)
R 135 of 452 ~ 29.87%
G 179 of 452 ~ 39.6%
B 138 of 452 ~ 30.53'%

%29.87
%39.6
%30.53

CMYK color model

#87B38A color CMYK value is (25,0,23,30).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%

CMYK: (25,0,23,30)
C25M0Y23K30 (25%, 0%, 23%, 30%)
(0.25 / 0.00 / 0.23 / 0.30)

CMYK percentages

%24.58
%0
%22.91
%29.8

Codes

Color #87B38A in popluar color models

87 B3 8A
RGB 135 179 138
HSL 124° 22.45% 61.57%
HSB/HSV 124° 24.58% 70.20%
CMYK 24.58% 0.00% 22.91%
29.80%

Color #87B38A in popluar number systems.

HEX 87 B3 8A
Decimal 135 179 138
Binary 10000111 10110011 10001010
Octal 207 263 212

Shades and tints

Shades of #87B38A

#87B38A
(135,179,138)
#7BA37E
(123,163,126)
#6F9372
(111,147,114)
#638366
(99,131,102)
#57735A
(87,115,90)
#4B634E
(75,99,78)
#3F5342
(63,83,66)
#334336
(51,67,54)
#27332A
(39,51,42)
#1B231E
(27,35,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #87B38A

#87B38A
(135,179,138)
#91B994
(145,185,148)
#9BBF9E
(155,191,158)
#A5C5A8
(165,197,168)
#AFCBB2
(175,203,178)
#B9D1BC
(185,209,188)
#C3D7C6
(195,215,198)
#CDDDD0
(205,221,208)
#D7E3DA
(215,227,218)
#E1E9E4
(225,233,228)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B38A color. Also use rgb(135,179,138) instead hex code.

Text Font Color

.myTextColor { color: #87B38A; }

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

This text font color is #87B38A.

Background Color

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

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

This div background color is #87B38A.

Border color

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

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

This div border color is #87B38A.

Opacity

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

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

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

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

This text has shadow with #87B38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B38A.

Preview

Color preview on black background

This text has color #87B38A on black background.


Color preview on white background

This text has color #87B38A on white background.


Black color preview on #87B38A background

This text has black color on #87B38A background.


White color preview on #87B38A background

This text has white color on #87B38A background.


Related colors

Complementary color

Complementary color for #hex is #784C75.


I love getcolorcode.com

Triadic colors

1 #8A87B3 and #B38A87 with #87B38A are triadic colors.

2 #8AB387 and #B3878A with #87B38A are triadic colors.