COLOR #87AF8E

HEX: #87AF8E
RGB: (135,175,142)

Color info

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

RGB color model

#87AF8E color RGB value is (135,175,142).

  • red value is 135;
  • green value is 175;
  • blue value is 142.
RGB:
(135,175,142)
(53%,69%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 142 of 255 = 56%

135
175
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 175 + 142 = 452 (100%)
R 135 of 452 ~ 29.87%
G 175 of 452 ~ 38.72%
B 142 of 452 ~ 31.42%

%29.87
%38.72
%31.42

CMYK color model

#87AF8E color CMYK value is (23,0,19,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(23,0,19,31)
C23M0Y19K31 
(23%,0%,19%,31%)
(0.23/0.00/0.19/0.31)	

CMYK percentages

%22.86
%0
%18.86
%31.37

Codes

Color #87AF8E in popluar color models

87AF8E
RGB135175142
HSL131°20.00%60.78%
HSB/HSV131°22.86%68.63%
CMYK22.86%0.00%18.86%
31.37%

Color #87AF8E in popluar number systems.

HEX87AF8E
Decimal135175142
Binary100001111010111110001110
Octal207257216

Shades and tints

Shades of #87AF8E

#87AF8E
(135,175,142)
#7BA082
(123,160,130)
#6F9176
(111,145,118)
#63826A
(99,130,106)
#57735E
(87,115,94)
#4B6452
(75,100,82)
#3F5546
(63,85,70)
#33463A
(51,70,58)
#27372E
(39,55,46)
#1B2822
(27,40,34)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #87AF8E

#87AF8E
(135,175,142)
#91B698
(145,182,152)
#9BBDA2
(155,189,162)
#A5C4AC
(165,196,172)
#AFCBB6
(175,203,182)
#B9D2C0
(185,210,192)
#C3D9CA
(195,217,202)
#CDE0D4
(205,224,212)
#D7E7DE
(215,231,222)
#E1EEE8
(225,238,232)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AF8E color. Also use rgb(135,175,142) instead hex code.

Text Font Color

.myTextColor { color: #87AF8E; }

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

This text font color is #87AF8E.


Background Color

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

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

This div background color is #87AF8E.


Border color

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

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

This div border color is #87AF8E.


Opacity

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

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

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

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

This text has shadow with #87AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AF8E on black background.


Color preview on white background

This text has color #87AF8E on white background.



Black color preview on #87AF8E background

This text has black color on #87AF8E background.


White color preview on #87AF8E background

This text has white color on #87AF8E background.