COLOR #87A26B

HEX: #87A26B
RGB: (135,162,107)

Color info

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

RGB color model

#87A26B color RGB value is (135,162,107).

  • red value is 135;
  • green value is 162;
  • blue value is 107.
RGB:
(135,162,107)
(53%,64%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 107 of 255 = 42%

135
162
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 162 + 107 = 404 (100%)
R 135 of 404 ~ 33.42%
G 162 of 404 ~ 40.1%
B 107 of 404 ~ 26.49%

%33.42
%40.1
%26.49

CMYK color model

#87A26B color CMYK value is (17,0,34,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 33.95%
  • key color value is 36.47%
CMYK:
(17,0,34,36)
C17M0Y34K36 
(17%,0%,34%,36%)
(0.17/0.00/0.34/0.36)	

CMYK percentages

%16.67
%0
%33.95
%36.47

Codes

Color #87A26B in popluar color models

87A26B
RGB135162107
HSL89°22.82%52.75%
HSB/HSV89°33.95%63.53%
CMYK16.67%0.00%33.95%
36.47%

Color #87A26B in popluar number systems.

HEX87A26B
Decimal135162107
Binary10000111101000101101011
Octal207242153

Shades and tints

Shades of #87A26B

#87A26B
(135,162,107)
#7B9462
(123,148,98)
#6F8659
(111,134,89)
#637850
(99,120,80)
#576A47
(87,106,71)
#4B5C3E
(75,92,62)
#3F4E35
(63,78,53)
#33402C
(51,64,44)
#273223
(39,50,35)
#1B241A
(27,36,26)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #87A26B

#87A26B
(135,162,107)
#91AA78
(145,170,120)
#9BB285
(155,178,133)
#A5BA92
(165,186,146)
#AFC29F
(175,194,159)
#B9CAAC
(185,202,172)
#C3D2B9
(195,210,185)
#CDDAC6
(205,218,198)
#D7E2D3
(215,226,211)
#E1EAE0
(225,234,224)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A26B color. Also use rgb(135,162,107) instead hex code.

Text Font Color

.myTextColor { color: #87A26B; }

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

This text font color is #87A26B.


Background Color

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

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

This div background color is #87A26B.


Border color

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

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

This div border color is #87A26B.


Opacity

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

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

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

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

This text has shadow with #87A26B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A26B on black background.


Color preview on white background

This text has color #87A26B on white background.



Black color preview on #87A26B background

This text has black color on #87A26B background.


White color preview on #87A26B background

This text has white color on #87A26B background.