COLOR #87A38B

HEX: #87A38B RGB: (135,163,139)

Color info

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

RGB color model

#87A38B color RGB value is (135,163,139).

RGB: (135,163,139) (53%, 64%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 163 of 255 = 64%
B 139 of 255 = 55%

135
163
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 163 + 139 = 437 (100%)
R 135 of 437 ~ 30.89%
G 163 of 437 ~ 37.3%
B 139 of 437 ~ 31.81'%

%30.89
%37.3
%31.81

CMYK color model

#87A38B color CMYK value is (17,0,15,36).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%

CMYK: (17,0,15,36)
C17M0Y15K36 (17%, 0%, 15%, 36%)
(0.17 / 0.00 / 0.15 / 0.36)

CMYK percentages

%17.18
%0
%14.72
%36.08

Codes

Color #87A38B in popluar color models

87 A3 8B
RGB 135 163 139
HSL 129° 13.21% 58.43%
HSB/HSV 129° 17.18% 63.92%
CMYK 17.18% 0.00% 14.72%
36.08%

Color #87A38B in popluar number systems.

HEX 87 A3 8B
Decimal 135 163 139
Binary 10000111 10100011 10001011
Octal 207 243 213

Shades and tints

Shades of #87A38B

#87A38B
(135,163,139)
#7B957F
(123,149,127)
#6F8773
(111,135,115)
#637967
(99,121,103)
#576B5B
(87,107,91)
#4B5D4F
(75,93,79)
#3F4F43
(63,79,67)
#334137
(51,65,55)
#27332B
(39,51,43)
#1B251F
(27,37,31)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87A38B

#87A38B
(135,163,139)
#91AB95
(145,171,149)
#9BB39F
(155,179,159)
#A5BBA9
(165,187,169)
#AFC3B3
(175,195,179)
#B9CBBD
(185,203,189)
#C3D3C7
(195,211,199)
#CDDBD1
(205,219,209)
#D7E3DB
(215,227,219)
#E1EBE5
(225,235,229)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A38B color. Also use rgb(135,163,139) instead hex code.

Text Font Color

.myTextColor { color: #87A38B; }

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

This text font color is #87A38B.

Background Color

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

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

This div background color is #87A38B.

Border color

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

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

This div border color is #87A38B.

Opacity

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

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

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

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

This text has shadow with #87A38B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A38B.

Preview

Color preview on black background

This text has color #87A38B on black background.


Color preview on white background

This text has color #87A38B on white background.


Black color preview on #87A38B background

This text has black color on #87A38B background.


White color preview on #87A38B background

This text has white color on #87A38B background.


Related colors

Complementary color

Complementary color for #hex is #785C74.


I love getcolorcode.com

Triadic colors

1 #8B87A3 and #A38B87 with #87A38B are triadic colors.

2 #8BA387 and #A3878B with #87A38B are triadic colors.