COLOR #87A47E

HEX: #87A47E RGB: (135,164,126)

Color info

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

RGB color model

#87A47E color RGB value is (135,164,126).

RGB: (135,164,126) (53%, 64%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 126 of 255 = 49%

135
164
126

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

Portions of RGB colors in percentages

R + G + B = 135 + 164 + 126 = 425 (100%)
R 135 of 425 ~ 31.76%
G 164 of 425 ~ 38.59%
B 126 of 425 ~ 29.65'%

%31.76
%38.59
%29.65

CMYK color model

#87A47E color CMYK value is (18,0,23,36).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%

CMYK: (18,0,23,36)
C18M0Y23K36 (18%, 0%, 23%, 36%)
(0.18 / 0.00 / 0.23 / 0.36)

CMYK percentages

%17.68
%0
%23.17
%35.69

Codes

Color #87A47E in popluar color models

87 A4 7E
RGB 135 164 126
HSL 106° 17.27% 56.86%
HSB/HSV 106° 23.17% 64.31%
CMYK 17.68% 0.00% 23.17%
35.69%

Color #87A47E in popluar number systems.

HEX 87 A4 7E
Decimal 135 164 126
Binary 10000111 10100100 1111110
Octal 207 244 176

Shades and tints

Shades of #87A47E

#87A47E
(135,164,126)
#7B9673
(123,150,115)
#6F8868
(111,136,104)
#637A5D
(99,122,93)
#576C52
(87,108,82)
#4B5E47
(75,94,71)
#3F503C
(63,80,60)
#334231
(51,66,49)
#273426
(39,52,38)
#1B261B
(27,38,27)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #87A47E

#87A47E
(135,164,126)
#91AC89
(145,172,137)
#9BB494
(155,180,148)
#A5BC9F
(165,188,159)
#AFC4AA
(175,196,170)
#B9CCB5
(185,204,181)
#C3D4C0
(195,212,192)
#CDDCCB
(205,220,203)
#D7E4D6
(215,228,214)
#E1ECE1
(225,236,225)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A47E color. Also use rgb(135,164,126) instead hex code.

Text Font Color

.myTextColor { color: #87A47E; }

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

This text font color is #87A47E.

Background Color

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

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

This div background color is #87A47E.

Border color

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

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

This div border color is #87A47E.

Opacity

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

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

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

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

This text has shadow with #87A47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A47E.

Preview

Color preview on black background

This text has color #87A47E on black background.


Color preview on white background

This text has color #87A47E on white background.


Black color preview on #87A47E background

This text has black color on #87A47E background.


White color preview on #87A47E background

This text has white color on #87A47E background.


Related colors

Complementary color

Complementary color for #hex is #785B81.


I love getcolorcode.com

Triadic colors

1 #7E87A4 and #A47E87 with #87A47E are triadic colors.

2 #7EA487 and #A4877E with #87A47E are triadic colors.