COLOR #87A296

HEX: #87A296 RGB: (135,162,150)

Color info

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

RGB color model

#87A296 color RGB value is (135,162,150).

RGB: (135,162,150) (53%, 64%, 59%)

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 150 of 255 = 59%

135
162
150

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

Portions of RGB colors in percentages

R + G + B = 135 + 162 + 150 = 447 (100%)
R 135 of 447 ~ 30.2%
G 162 of 447 ~ 36.24%
B 150 of 447 ~ 33.56'%

%30.2
%36.24
%33.56

CMYK color model

#87A296 color CMYK value is (17,0,7,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%

CMYK: (17,0,7,36)
C17M0Y7K36 (17%, 0%, 7%, 36%)
(0.17 / 0.00 / 0.07 / 0.36)

CMYK percentages

%16.67
%0
%7.41
%36.47

Codes

Color #87A296 in popluar color models

87 A2 96
RGB 135 162 150
HSL 153° 12.68% 58.24%
HSB/HSV 153° 16.67% 63.53%
CMYK 16.67% 0.00% 7.41%
36.47%

Color #87A296 in popluar number systems.

HEX 87 A2 96
Decimal 135 162 150
Binary 10000111 10100010 10010110
Octal 207 242 226

Shades and tints

Shades of #87A296

#87A296
(135,162,150)
#7B9489
(123,148,137)
#6F867C
(111,134,124)
#63786F
(99,120,111)
#576A62
(87,106,98)
#4B5C55
(75,92,85)
#3F4E48
(63,78,72)
#33403B
(51,64,59)
#27322E
(39,50,46)
#1B2421
(27,36,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87A296

#87A296
(135,162,150)
#91AA9F
(145,170,159)
#9BB2A8
(155,178,168)
#A5BAB1
(165,186,177)
#AFC2BA
(175,194,186)
#B9CAC3
(185,202,195)
#C3D2CC
(195,210,204)
#CDDAD5
(205,218,213)
#D7E2DE
(215,226,222)
#E1EAE7
(225,234,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A296; }

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

This text font color is #87A296.

Background Color

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

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

This div background color is #87A296.

Border color

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

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

This div border color is #87A296.

Opacity

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

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

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

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

This text has shadow with #87A296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A296.

Preview

Color preview on black background

This text has color #87A296 on black background.


Color preview on white background

This text has color #87A296 on white background.


Black color preview on #87A296 background

This text has black color on #87A296 background.


White color preview on #87A296 background

This text has white color on #87A296 background.


Related colors

Complementary color

Complementary color for #hex is #785D69.


I love getcolorcode.com

Triadic colors

1 #9687A2 and #A29687 with #87A296 are triadic colors.

2 #96A287 and #A28796 with #87A296 are triadic colors.