COLOR #87AA7B

HEX: #87AA7B
RGB: (135,170,123)

Color info

#87AA7B contains red, green and blue colors in about the same proportion. Web safe color of #87AA7B is #999966 (or #996).

RGB color model

#87AA7B color RGB value is (135,170,123).

  • red value is 135;
  • green value is 170;
  • blue value is 123.
RGB:
(135,170,123)
(53%,67%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 123 of 255 = 48%

135
170
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 123 = 428 (100%)
R 135 of 428 ~ 31.54%
G 170 of 428 ~ 39.72%
B 123 of 428 ~ 28.74%

%31.54
%39.72
%28.74

CMYK color model

#87AA7B color CMYK value is (21,0,28,33).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(21,0,28,33)
C21M0Y28K33 
(21%,0%,28%,33%)
(0.21/0.00/0.28/0.33)	

CMYK percentages

%20.59
%0
%27.65
%33.33

Codes

Color #87AA7B in popluar color models

87AA7B
RGB135170123
HSL105°21.66%57.45%
HSB/HSV105°27.65%66.67%
CMYK20.59%0.00%27.65%
33.33%

Color #87AA7B in popluar number systems.

HEX87AA7B
Decimal135170123
Binary10000111101010101111011
Octal207252173

Shades and tints

Shades of #87AA7B

#87AA7B
(135,170,123)
#7B9B70
(123,155,112)
#6F8C65
(111,140,101)
#637D5A
(99,125,90)
#576E4F
(87,110,79)
#4B5F44
(75,95,68)
#3F5039
(63,80,57)
#33412E
(51,65,46)
#273223
(39,50,35)
#1B2318
(27,35,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87AA7B

#87AA7B
(135,170,123)
#91B187
(145,177,135)
#9BB893
(155,184,147)
#A5BF9F
(165,191,159)
#AFC6AB
(175,198,171)
#B9CDB7
(185,205,183)
#C3D4C3
(195,212,195)
#CDDBCF
(205,219,207)
#D7E2DB
(215,226,219)
#E1E9E7
(225,233,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AA7B color. Also use rgb(135,170,123) instead hex code.

Text Font Color

.myTextColor { color: #87AA7B; }

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

This text font color is #87AA7B.


Background Color

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

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

This div background color is #87AA7B.


Border color

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

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

This div border color is #87AA7B.


Opacity

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

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

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

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

This text has shadow with #87AA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AA7B on black background.


Color preview on white background

This text has color #87AA7B on white background.



Black color preview on #87AA7B background

This text has black color on #87AA7B background.


White color preview on #87AA7B background

This text has white color on #87AA7B background.