COLOR #87A795

HEX: #87A795 RGB: (135,167,149)

Color info

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

RGB color model

#87A795 color RGB value is (135,167,149).

RGB: (135,167,149) (53%, 65%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 149 of 255 = 58%

135
167
149

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

Portions of RGB colors in percentages

R + G + B = 135 + 167 + 149 = 451 (100%)
R 135 of 451 ~ 29.93%
G 167 of 451 ~ 37.03%
B 149 of 451 ~ 33.04'%

%29.93
%37.03
%33.04

CMYK color model

#87A795 color CMYK value is (19,0,11,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK: (19,0,11,35) C19M0Y11K35 (19%,0%,11%,35%) (0.19/0.00/0.11/0.35) 

CMYK percentages

%19.16
%0
%10.78
%34.51

Codes

Color #87A795 in popluar color models

87 A7 95
RGB 135 167 149
HSL 146° 15.38% 59.22%
HSB/HSV 146° 19.16% 65.49%
CMYK 19.16% 0.00% 10.78%
34.51%

Color #87A795 in popluar number systems.

HEX 87 A7 95
Decimal 135 167 149
Binary 10000111 10100111 10010101
Octal 207 247 225

Shades and tints

Shades of #87A795

#87A795
(135,167,149)
#7B9888
(123,152,136)
#6F897B
(111,137,123)
#637A6E
(99,122,110)
#576B61
(87,107,97)
#4B5C54
(75,92,84)
#3F4D47
(63,77,71)
#333E3A
(51,62,58)
#272F2D
(39,47,45)
#1B2020
(27,32,32)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #87A795

#87A795
(135,167,149)
#91AF9E
(145,175,158)
#9BB7A7
(155,183,167)
#A5BFB0
(165,191,176)
#AFC7B9
(175,199,185)
#B9CFC2
(185,207,194)
#C3D7CB
(195,215,203)
#CDDFD4
(205,223,212)
#D7E7DD
(215,231,221)
#E1EFE6
(225,239,230)
#EBF7EF
(235,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A795 color. Also use rgb(135,167,149) instead hex code.

Text Font Color

.myTextColor { color: #87A795; }

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

This text font color is #87A795.

Background Color

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

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

This div background color is #87A795.

Border color

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

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

This div border color is #87A795.

Opacity

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

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

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

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

This text has shadow with #87A795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A795.

Preview

Color preview on black background

This text has color #87A795 on black background.


Color preview on white background

This text has color #87A795 on white background.


Black color preview on #87A795 background

This text has black color on #87A795 background.


White color preview on #87A795 background

This text has white color on #87A795 background.


Related colors

Complementary color

Complementary color for #hex is #78586A.


I love getcolorcode.com

Triadic colors

1 #9587A7 and #A79587 with #87A795 are triadic colors.

2 #95A787 and #A78795 with #87A795 are triadic colors.