COLOR #87AF95

HEX: #87AF95
RGB: (135,175,149)

Color info

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

RGB color model

#87AF95 color RGB value is (135,175,149).

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

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 149 of 255 = 58%

135
175
149

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

Portions of RGB colors in percentages

R + G + B =
135 + 175 + 149 = 459 (100%)
R 135 of 459 ~ 29.41%
G 175 of 459 ~ 38.13%
B 149 of 459 ~ 32.46%

%29.41
%38.13
%32.46

CMYK color model

#87AF95 color CMYK value is (23,0,15,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(23,0,15,31)
C23M0Y15K31 
(23%,0%,15%,31%)
(0.23/0.00/0.15/0.31)	

CMYK percentages

%22.86
%0
%14.86
%31.37

Codes

Color #87AF95 in popluar color models

87AF95
RGB135175149
HSL141°20.00%60.78%
HSB/HSV141°22.86%68.63%
CMYK22.86%0.00%14.86%
31.37%

Color #87AF95 in popluar number systems.

HEX87AF95
Decimal135175149
Binary100001111010111110010101
Octal207257225

Shades and tints

Shades of #87AF95

#87AF95
(135,175,149)
#7BA088
(123,160,136)
#6F917B
(111,145,123)
#63826E
(99,130,110)
#577361
(87,115,97)
#4B6454
(75,100,84)
#3F5547
(63,85,71)
#33463A
(51,70,58)
#27372D
(39,55,45)
#1B2820
(27,40,32)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #87AF95

#87AF95
(135,175,149)
#91B69E
(145,182,158)
#9BBDA7
(155,189,167)
#A5C4B0
(165,196,176)
#AFCBB9
(175,203,185)
#B9D2C2
(185,210,194)
#C3D9CB
(195,217,203)
#CDE0D4
(205,224,212)
#D7E7DD
(215,231,221)
#E1EEE6
(225,238,230)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AF95; }

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

This text font color is #87AF95.


Background Color

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

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

This div background color is #87AF95.


Border color

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

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

This div border color is #87AF95.


Opacity

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

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

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

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

This text has shadow with #87AF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AF95 on black background.


Color preview on white background

This text has color #87AF95 on white background.



Black color preview on #87AF95 background

This text has black color on #87AF95 background.


White color preview on #87AF95 background

This text has white color on #87AF95 background.