COLOR #87A79D

HEX: #87A79D
RGB: (135,167,157)

Color info

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

RGB color model

#87A79D color RGB value is (135,167,157).

  • red value is 135;
  • green value is 167;
  • blue value is 157.
RGB:
(135,167,157)
(53%,65%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 157 of 255 = 62%

135
167
157

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

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 157 = 459 (100%)
R 135 of 459 ~ 29.41%
G 167 of 459 ~ 36.38%
B 157 of 459 ~ 34.2%

%29.41
%36.38
%34.2

CMYK color model

#87A79D color CMYK value is (19,0,6,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(19,0,6,35)
C19M0Y6K35 
(19%,0%,6%,35%)
(0.19/0.00/0.06/0.35)	

CMYK percentages

%19.16
%0
%5.99
%34.51

Codes

Color #87A79D in popluar color models

87A79D
RGB135167157
HSL161°15.38%59.22%
HSB/HSV161°19.16%65.49%
CMYK19.16%0.00%5.99%
34.51%

Color #87A79D in popluar number systems.

HEX87A79D
Decimal135167157
Binary100001111010011110011101
Octal207247235

Shades and tints

Shades of #87A79D

#87A79D
(135,167,157)
#7B988F
(123,152,143)
#6F8981
(111,137,129)
#637A73
(99,122,115)
#576B65
(87,107,101)
#4B5C57
(75,92,87)
#3F4D49
(63,77,73)
#333E3B
(51,62,59)
#272F2D
(39,47,45)
#1B201F
(27,32,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #87A79D

#87A79D
(135,167,157)
#91AFA5
(145,175,165)
#9BB7AD
(155,183,173)
#A5BFB5
(165,191,181)
#AFC7BD
(175,199,189)
#B9CFC5
(185,207,197)
#C3D7CD
(195,215,205)
#CDDFD5
(205,223,213)
#D7E7DD
(215,231,221)
#E1EFE5
(225,239,229)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A79D color. Also use rgb(135,167,157) instead hex code.

Text Font Color

.myTextColor { color: #87A79D; }

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

This text font color is #87A79D.


Background Color

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

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

This div background color is #87A79D.


Border color

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

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

This div border color is #87A79D.


Opacity

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

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

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

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

This text has shadow with #87A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A79D on black background.


Color preview on white background

This text has color #87A79D on white background.



Black color preview on #87A79D background

This text has black color on #87A79D background.


White color preview on #87A79D background

This text has white color on #87A79D background.