COLOR #87A78B

HEX: #87A78B RGB: (135,167,139)

Color info

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

RGB color model

#87A78B color RGB value is (135,167,139).

RGB: (135,167,139) (53%, 65%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 139 of 255 = 55%

135
167
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 167 + 139 = 441 (100%)
R 135 of 441 ~ 30.61%
G 167 of 441 ~ 37.87%
B 139 of 441 ~ 31.52'%

%30.61
%37.87
%31.52

CMYK color model

#87A78B color CMYK value is (19,0,17,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 34.51%

CMYK: (19,0,17,35)
C19M0Y17K35 (19%, 0%, 17%, 35%)
(0.19 / 0.00 / 0.17 / 0.35)

CMYK percentages

%19.16
%0
%16.77
%34.51

Codes

Color #87A78B in popluar color models

87 A7 8B
RGB 135 167 139
HSL 128° 15.38% 59.22%
HSB/HSV 128° 19.16% 65.49%
CMYK 19.16% 0.00% 16.77%
34.51%

Color #87A78B in popluar number systems.

HEX 87 A7 8B
Decimal 135 167 139
Binary 10000111 10100111 10001011
Octal 207 247 213

Shades and tints

Shades of #87A78B

#87A78B
(135,167,139)
#7B987F
(123,152,127)
#6F8973
(111,137,115)
#637A67
(99,122,103)
#576B5B
(87,107,91)
#4B5C4F
(75,92,79)
#3F4D43
(63,77,67)
#333E37
(51,62,55)
#272F2B
(39,47,43)
#1B201F
(27,32,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #87A78B

#87A78B
(135,167,139)
#91AF95
(145,175,149)
#9BB79F
(155,183,159)
#A5BFA9
(165,191,169)
#AFC7B3
(175,199,179)
#B9CFBD
(185,207,189)
#C3D7C7
(195,215,199)
#CDDFD1
(205,223,209)
#D7E7DB
(215,231,219)
#E1EFE5
(225,239,229)
#EBF7EF
(235,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A78B; }

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

This text font color is #87A78B.

Background Color

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

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

This div background color is #87A78B.

Border color

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

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

This div border color is #87A78B.

Opacity

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

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

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

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

This text has shadow with #87A78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A78B.

Preview

Color preview on black background

This text has color #87A78B on black background.


Color preview on white background

This text has color #87A78B on white background.


Black color preview on #87A78B background

This text has black color on #87A78B background.


White color preview on #87A78B background

This text has white color on #87A78B background.


Related colors

Complementary color

Complementary color for #hex is #785874.


I love getcolorcode.com

Triadic colors

1 #8B87A7 and #A78B87 with #87A78B are triadic colors.

2 #8BA787 and #A7878B with #87A78B are triadic colors.