COLOR #87A166

HEX: #87A166 RGB: (135,161,102)

Color info

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

RGB color model

#87A166 color RGB value is (135,161,102).

RGB: (135,161,102) (53%, 63%, 40%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 102 of 255 = 40%

135
161
102

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

Portions of RGB colors in percentages

R + G + B = 135 + 161 + 102 = 398 (100%)
R 135 of 398 ~ 33.92%
G 161 of 398 ~ 40.45%
B 102 of 398 ~ 25.63'%

%33.92
%40.45
%25.63

CMYK color model

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

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 36.86%

CMYK: (16,0,37,37)
C16M0Y37K37 (16%, 0%, 37%, 37%)
(0.16 / 0.00 / 0.37 / 0.37)

CMYK percentages

%16.15
%0
%36.65
%36.86

Codes

Color #87A166 in popluar color models

87 A1 66
RGB 135 161 102
HSL 86° 23.89% 51.57%
HSB/HSV 86° 36.65% 63.14%
CMYK 16.15% 0.00% 36.65%
36.86%

Color #87A166 in popluar number systems.

HEX 87 A1 66
Decimal 135 161 102
Binary 10000111 10100001 1100110
Octal 207 241 146

Shades and tints

Shades of #87A166

#87A166
(135,161,102)
#7B935D
(123,147,93)
#6F8554
(111,133,84)
#63774B
(99,119,75)
#576942
(87,105,66)
#4B5B39
(75,91,57)
#3F4D30
(63,77,48)
#333F27
(51,63,39)
#27311E
(39,49,30)
#1B2315
(27,35,21)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #87A166

#87A166
(135,161,102)
#91A973
(145,169,115)
#9BB180
(155,177,128)
#A5B98D
(165,185,141)
#AFC19A
(175,193,154)
#B9C9A7
(185,201,167)
#C3D1B4
(195,209,180)
#CDD9C1
(205,217,193)
#D7E1CE
(215,225,206)
#E1E9DB
(225,233,219)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A166; }

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

This text font color is #87A166.

Background Color

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

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

This div background color is #87A166.

Border color

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

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

This div border color is #87A166.

Opacity

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

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

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

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

This text has shadow with #87A166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A166.

Preview

Color preview on black background

This text has color #87A166 on black background.


Color preview on white background

This text has color #87A166 on white background.


Black color preview on #87A166 background

This text has black color on #87A166 background.


White color preview on #87A166 background

This text has white color on #87A166 background.


Related colors

Complementary color

Complementary color for #hex is #785E99.


I love getcolorcode.com

Triadic colors

1 #6687A1 and #A16687 with #87A166 are triadic colors.

2 #66A187 and #A18766 with #87A166 are triadic colors.