COLOR #87C0A1

HEX: #87C0A1
RGB: (135,192,161)

Color info

#87C0A1 contains red, green and blue colors in about the same proportion. Web safe color of #87C0A1 is #99CC99 (or #9C9).

RGB color model

#87C0A1 color RGB value is (135,192,161).

  • red value is 135;
  • green value is 192;
  • blue value is 161.
RGB:
(135,192,161)
(53%,75%,63%)

RGB channels and saturation

R 135 of 255 = 53%
G 192 of 255 = 75%
B 161 of 255 = 63%

135
192
161

R + G + B ~ 64%. #87C0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 192 + 161 = 488 (100%)
R 135 of 488 ~ 27.66%
G 192 of 488 ~ 39.34%
B 161 of 488 ~ 32.99%

%27.66
%39.34
%32.99

CMYK color model

#87C0A1 color CMYK value is (30,0,16,25).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 24.71%
CMYK:
(30,0,16,25)
C30M0Y16K25 
(30%,0%,16%,25%)
(0.30/0.00/0.16/0.25)	

CMYK percentages

%29.69
%0
%16.15
%24.71

Codes

Color #87C0A1 in popluar color models

87C0A1
RGB135192161
HSL147°31.15%64.12%
HSB/HSV147°29.69%75.29%
CMYK29.69%0.00%16.15%
24.71%

Color #87C0A1 in popluar number systems.

HEX87C0A1
Decimal135192161
Binary100001111100000010100001
Octal207300241

Shades and tints

Shades of #87C0A1

#87C0A1
(135,192,161)
#7BAF93
(123,175,147)
#6F9E85
(111,158,133)
#638D77
(99,141,119)
#577C69
(87,124,105)
#4B6B5B
(75,107,91)
#3F5A4D
(63,90,77)
#33493F
(51,73,63)
#273831
(39,56,49)
#1B2723
(27,39,35)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #87C0A1

#87C0A1
(135,192,161)
#91C5A9
(145,197,169)
#9BCAB1
(155,202,177)
#A5CFB9
(165,207,185)
#AFD4C1
(175,212,193)
#B9D9C9
(185,217,201)
#C3DED1
(195,222,209)
#CDE3D9
(205,227,217)
#D7E8E1
(215,232,225)
#E1EDE9
(225,237,233)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C0A1 color. Also use rgb(135,192,161) instead hex code.

Text Font Color

.myTextColor { color: #87C0A1; }

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

This text font color is #87C0A1.


Background Color

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

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

This div background color is #87C0A1.


Border color

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

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

This div border color is #87C0A1.


Opacity

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

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

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

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

This text has shadow with #87C0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C0A1 on black background.


Color preview on white background

This text has color #87C0A1 on white background.



Black color preview on #87C0A1 background

This text has black color on #87C0A1 background.


White color preview on #87C0A1 background

This text has white color on #87C0A1 background.