COLOR #87A07A

HEX: #87A07A
RGB: (135,160,122)

Color info

#87A07A contains red, green and blue colors in about the same proportion. Web safe color of #87A07A is #999966 (or #996).

RGB color model

#87A07A color RGB value is (135,160,122).

  • red value is 135;
  • green value is 160;
  • blue value is 122.
RGB:
(135,160,122)
(53%,63%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 160 of 255 = 63%
B 122 of 255 = 48%

135
160
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 160 + 122 = 417 (100%)
R 135 of 417 ~ 32.37%
G 160 of 417 ~ 38.37%
B 122 of 417 ~ 29.26%

%32.37
%38.37
%29.26

CMYK color model

#87A07A color CMYK value is (16,0,24,37).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 37.25%
CMYK:
(16,0,24,37)
C16M0Y24K37 
(16%,0%,24%,37%)
(0.16/0.00/0.24/0.37)	

CMYK percentages

%15.63
%0
%23.75
%37.25

Codes

Color #87A07A in popluar color models

87A07A
RGB135160122
HSL99°16.67%55.29%
HSB/HSV99°23.75%62.75%
CMYK15.63%0.00%23.75%
37.25%

Color #87A07A in popluar number systems.

HEX87A07A
Decimal135160122
Binary10000111101000001111010
Octal207240172

Shades and tints

Shades of #87A07A

#87A07A
(135,160,122)
#7B926F
(123,146,111)
#6F8464
(111,132,100)
#637659
(99,118,89)
#57684E
(87,104,78)
#4B5A43
(75,90,67)
#3F4C38
(63,76,56)
#333E2D
(51,62,45)
#273022
(39,48,34)
#1B2217
(27,34,23)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #87A07A

#87A07A
(135,160,122)
#91A886
(145,168,134)
#9BB092
(155,176,146)
#A5B89E
(165,184,158)
#AFC0AA
(175,192,170)
#B9C8B6
(185,200,182)
#C3D0C2
(195,208,194)
#CDD8CE
(205,216,206)
#D7E0DA
(215,224,218)
#E1E8E6
(225,232,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A07A color. Also use rgb(135,160,122) instead hex code.

Text Font Color

.myTextColor { color: #87A07A; }

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

This text font color is #87A07A.


Background Color

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

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

This div background color is #87A07A.


Border color

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

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

This div border color is #87A07A.


Opacity

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

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

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

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

This text has shadow with #87A07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A07A on black background.


Color preview on white background

This text has color #87A07A on white background.



Black color preview on #87A07A background

This text has black color on #87A07A background.


White color preview on #87A07A background

This text has white color on #87A07A background.