COLOR #87AB93

HEX: #87AB93 RGB: (135,171,147)

Color info

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

RGB color model

#87AB93 color RGB value is (135,171,147).

RGB: (135,171,147) (53%, 67%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 147 of 255 = 58%

135
171
147

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

Portions of RGB colors in percentages

R + G + B = 135 + 171 + 147 = 453 (100%)
R 135 of 453 ~ 29.8%
G 171 of 453 ~ 37.75%
B 147 of 453 ~ 32.45'%

%29.8
%37.75
%32.45

CMYK color model

#87AB93 color CMYK value is (21,0,14,33).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 32.94%

CMYK: (21,0,14,33)
C21M0Y14K33 (21%, 0%, 14%, 33%)
(0.21 / 0.00 / 0.14 / 0.33)

CMYK percentages

%21.05
%0
%14.04
%32.94

Codes

Color #87AB93 in popluar color models

87 AB 93
RGB 135 171 147
HSL 140° 17.65% 60.00%
HSB/HSV 140° 21.05% 67.06%
CMYK 21.05% 0.00% 14.04%
32.94%

Color #87AB93 in popluar number systems.

HEX 87 AB 93
Decimal 135 171 147
Binary 10000111 10101011 10010011
Octal 207 253 223

Shades and tints

Shades of #87AB93

#87AB93
(135,171,147)
#7B9C86
(123,156,134)
#6F8D79
(111,141,121)
#637E6C
(99,126,108)
#576F5F
(87,111,95)
#4B6052
(75,96,82)
#3F5145
(63,81,69)
#334238
(51,66,56)
#27332B
(39,51,43)
#1B241E
(27,36,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87AB93

#87AB93
(135,171,147)
#91B29C
(145,178,156)
#9BB9A5
(155,185,165)
#A5C0AE
(165,192,174)
#AFC7B7
(175,199,183)
#B9CEC0
(185,206,192)
#C3D5C9
(195,213,201)
#CDDCD2
(205,220,210)
#D7E3DB
(215,227,219)
#E1EAE4
(225,234,228)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AB93 color. Also use rgb(135,171,147) instead hex code.

Text Font Color

.myTextColor { color: #87AB93; }

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

This text font color is #87AB93.

Background Color

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

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

This div background color is #87AB93.

Border color

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

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

This div border color is #87AB93.

Opacity

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

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

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

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

This text has shadow with #87AB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AB93.

Preview

Color preview on black background

This text has color #87AB93 on black background.


Color preview on white background

This text has color #87AB93 on white background.


Black color preview on #87AB93 background

This text has black color on #87AB93 background.


White color preview on #87AB93 background

This text has white color on #87AB93 background.


Related colors

Complementary color

Complementary color for #hex is #78546C.


I love getcolorcode.com

Triadic colors

1 #9387AB and #AB9387 with #87AB93 are triadic colors.

2 #93AB87 and #AB8793 with #87AB93 are triadic colors.