COLOR #87AD94

HEX: #87AD94 RGB: (135,173,148)

Color info

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

RGB color model

#87AD94 color RGB value is (135,173,148).

RGB: (135,173,148) (53%, 68%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 148 of 255 = 58%

135
173
148

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

Portions of RGB colors in percentages

R + G + B = 135 + 173 + 148 = 456 (100%)
R 135 of 456 ~ 29.61%
G 173 of 456 ~ 37.94%
B 148 of 456 ~ 32.46'%

%29.61
%37.94
%32.46

CMYK color model

#87AD94 color CMYK value is (22,0,14,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%

CMYK: (22,0,14,32)
C22M0Y14K32 (22%, 0%, 14%, 32%)
(0.22 / 0.00 / 0.14 / 0.32)

CMYK percentages

%21.97
%0
%14.45
%32.16

Codes

Color #87AD94 in popluar color models

87 AD 94
RGB 135 173 148
HSL 141° 18.81% 60.39%
HSB/HSV 141° 21.97% 67.84%
CMYK 21.97% 0.00% 14.45%
32.16%

Color #87AD94 in popluar number systems.

HEX 87 AD 94
Decimal 135 173 148
Binary 10000111 10101101 10010100
Octal 207 255 224

Shades and tints

Shades of #87AD94

#87AD94
(135,173,148)
#7B9E87
(123,158,135)
#6F8F7A
(111,143,122)
#63806D
(99,128,109)
#577160
(87,113,96)
#4B6253
(75,98,83)
#3F5346
(63,83,70)
#334439
(51,68,57)
#27352C
(39,53,44)
#1B261F
(27,38,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #87AD94

#87AD94
(135,173,148)
#91B49D
(145,180,157)
#9BBBA6
(155,187,166)
#A5C2AF
(165,194,175)
#AFC9B8
(175,201,184)
#B9D0C1
(185,208,193)
#C3D7CA
(195,215,202)
#CDDED3
(205,222,211)
#D7E5DC
(215,229,220)
#E1ECE5
(225,236,229)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AD94; }

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

This text font color is #87AD94.

Background Color

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

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

This div background color is #87AD94.

Border color

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

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

This div border color is #87AD94.

Opacity

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

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

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

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

This text has shadow with #87AD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AD94.

Preview

Color preview on black background

This text has color #87AD94 on black background.


Color preview on white background

This text has color #87AD94 on white background.


Black color preview on #87AD94 background

This text has black color on #87AD94 background.


White color preview on #87AD94 background

This text has white color on #87AD94 background.


Related colors

Complementary color

Complementary color for #hex is #78526B.


I love getcolorcode.com

Triadic colors

1 #9487AD and #AD9487 with #87AD94 are triadic colors.

2 #94AD87 and #AD8794 with #87AD94 are triadic colors.