COLOR #87A16D

HEX: #87A16D
RGB: (135,161,109)

Color info

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

RGB color model

#87A16D color RGB value is (135,161,109).

  • red value is 135;
  • green value is 161;
  • blue value is 109.
RGB:
(135,161,109)
(53%,63%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 109 of 255 = 43%

135
161
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 109 = 405 (100%)
R 135 of 405 ~ 33.33%
G 161 of 405 ~ 39.75%
B 109 of 405 ~ 26.91%

%33.33
%39.75
%26.91

CMYK color model

#87A16D color CMYK value is (16,0,32,37).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 32.30%
  • key color value is 36.86%
CMYK:
(16,0,32,37)
C16M0Y32K37 
(16%,0%,32%,37%)
(0.16/0.00/0.32/0.37)	

CMYK percentages

%16.15
%0
%32.3
%36.86

Codes

Color #87A16D in popluar color models

87A16D
RGB135161109
HSL90°21.67%52.94%
HSB/HSV90°32.30%63.14%
CMYK16.15%0.00%32.30%
36.86%

Color #87A16D in popluar number systems.

HEX87A16D
Decimal135161109
Binary10000111101000011101101
Octal207241155

Shades and tints

Shades of #87A16D

#87A16D
(135,161,109)
#7B9364
(123,147,100)
#6F855B
(111,133,91)
#637752
(99,119,82)
#576949
(87,105,73)
#4B5B40
(75,91,64)
#3F4D37
(63,77,55)
#333F2E
(51,63,46)
#273125
(39,49,37)
#1B231C
(27,35,28)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #87A16D

#87A16D
(135,161,109)
#91A97A
(145,169,122)
#9BB187
(155,177,135)
#A5B994
(165,185,148)
#AFC1A1
(175,193,161)
#B9C9AE
(185,201,174)
#C3D1BB
(195,209,187)
#CDD9C8
(205,217,200)
#D7E1D5
(215,225,213)
#E1E9E2
(225,233,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A16D color. Also use rgb(135,161,109) instead hex code.

Text Font Color

.myTextColor { color: #87A16D; }

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

This text font color is #87A16D.


Background Color

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

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

This div background color is #87A16D.


Border color

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

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

This div border color is #87A16D.


Opacity

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

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

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

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

This text has shadow with #87A16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A16D on black background.


Color preview on white background

This text has color #87A16D on white background.



Black color preview on #87A16D background

This text has black color on #87A16D background.


White color preview on #87A16D background

This text has white color on #87A16D background.