COLOR #87A18D

HEX: #87A18D
RGB: (135,161,141)

Color info

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

RGB color model

#87A18D color RGB value is (135,161,141).

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

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 141 of 255 = 55%

135
161
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 141 = 437 (100%)
R 135 of 437 ~ 30.89%
G 161 of 437 ~ 36.84%
B 141 of 437 ~ 32.27%

%30.89
%36.84
%32.27

CMYK color model

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

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(16,0,12,37)
C16M0Y12K37 
(16%,0%,12%,37%)
(0.16/0.00/0.12/0.37)	

CMYK percentages

%16.15
%0
%12.42
%36.86

Codes

Color #87A18D in popluar color models

87A18D
RGB135161141
HSL134°12.15%58.04%
HSB/HSV134°16.15%63.14%
CMYK16.15%0.00%12.42%
36.86%

Color #87A18D in popluar number systems.

HEX87A18D
Decimal135161141
Binary100001111010000110001101
Octal207241215

Shades and tints

Shades of #87A18D

#87A18D
(135,161,141)
#7B9381
(123,147,129)
#6F8575
(111,133,117)
#637769
(99,119,105)
#57695D
(87,105,93)
#4B5B51
(75,91,81)
#3F4D45
(63,77,69)
#333F39
(51,63,57)
#27312D
(39,49,45)
#1B2321
(27,35,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #87A18D

#87A18D
(135,161,141)
#91A997
(145,169,151)
#9BB1A1
(155,177,161)
#A5B9AB
(165,185,171)
#AFC1B5
(175,193,181)
#B9C9BF
(185,201,191)
#C3D1C9
(195,209,201)
#CDD9D3
(205,217,211)
#D7E1DD
(215,225,221)
#E1E9E7
(225,233,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A18D; }

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

This text font color is #87A18D.


Background Color

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

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

This div background color is #87A18D.


Border color

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

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

This div border color is #87A18D.


Opacity

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

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

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

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

This text has shadow with #87A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A18D on black background.


Color preview on white background

This text has color #87A18D on white background.



Black color preview on #87A18D background

This text has black color on #87A18D background.


White color preview on #87A18D background

This text has white color on #87A18D background.