COLOR #87AD83

HEX: #87AD83
RGB: (135,173,131)

Color info

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

RGB color model

#87AD83 color RGB value is (135,173,131).

  • red value is 135;
  • green value is 173;
  • blue value is 131.
RGB:
(135,173,131)
(53%,68%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 131 of 255 = 51%

135
173
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 131 = 439 (100%)
R 135 of 439 ~ 30.75%
G 173 of 439 ~ 39.41%
B 131 of 439 ~ 29.84%

%30.75
%39.41
%29.84

CMYK color model

#87AD83 color CMYK value is (22,0,24,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(22,0,24,32)
C22M0Y24K32 
(22%,0%,24%,32%)
(0.22/0.00/0.24/0.32)	

CMYK percentages

%21.97
%0
%24.28
%32.16

Codes

Color #87AD83 in popluar color models

87AD83
RGB135173131
HSL114°20.39%59.61%
HSB/HSV114°24.28%67.84%
CMYK21.97%0.00%24.28%
32.16%

Color #87AD83 in popluar number systems.

HEX87AD83
Decimal135173131
Binary100001111010110110000011
Octal207255203

Shades and tints

Shades of #87AD83

#87AD83
(135,173,131)
#7B9E78
(123,158,120)
#6F8F6D
(111,143,109)
#638062
(99,128,98)
#577157
(87,113,87)
#4B624C
(75,98,76)
#3F5341
(63,83,65)
#334436
(51,68,54)
#27352B
(39,53,43)
#1B2620
(27,38,32)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #87AD83

#87AD83
(135,173,131)
#91B48E
(145,180,142)
#9BBB99
(155,187,153)
#A5C2A4
(165,194,164)
#AFC9AF
(175,201,175)
#B9D0BA
(185,208,186)
#C3D7C5
(195,215,197)
#CDDED0
(205,222,208)
#D7E5DB
(215,229,219)
#E1ECE6
(225,236,230)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AD83 color. Also use rgb(135,173,131) instead hex code.

Text Font Color

.myTextColor { color: #87AD83; }

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

This text font color is #87AD83.


Background Color

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

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

This div background color is #87AD83.


Border color

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

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

This div border color is #87AD83.


Opacity

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

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

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

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

This text has shadow with #87AD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD83 on black background.


Color preview on white background

This text has color #87AD83 on white background.



Black color preview on #87AD83 background

This text has black color on #87AD83 background.


White color preview on #87AD83 background

This text has white color on #87AD83 background.