COLOR #87C4A0

HEX: #87C4A0
RGB: (135,196,160)

Color info

#87C4A0 contains mainly green and blue colors. Web safe color of #87C4A0 is #99CC99 (or #9C9).

RGB color model

#87C4A0 color RGB value is (135,196,160).

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

RGB channels and saturation

R 135 of 255 = 53%
G 196 of 255 = 77%
B 160 of 255 = 63%

135
196
160

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

Portions of RGB colors in percentages

R + G + B =
135 + 196 + 160 = 491 (100%)
R 135 of 491 ~ 27.49%
G 196 of 491 ~ 39.92%
B 160 of 491 ~ 32.59%

%27.49
%39.92
%32.59

CMYK color model

#87C4A0 color CMYK value is (31,0,18,23).

  • cyan value is 31.12%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 23.14%
CMYK:
(31,0,18,23)
C31M0Y18K23 
(31%,0%,18%,23%)
(0.31/0.00/0.18/0.23)	

CMYK percentages

%31.12
%0
%18.37
%23.14

Codes

Color #87C4A0 in popluar color models

87C4A0
RGB135196160
HSL145°34.08%64.90%
HSB/HSV145°31.12%76.86%
CMYK31.12%0.00%18.37%
23.14%

Color #87C4A0 in popluar number systems.

HEX87C4A0
Decimal135196160
Binary100001111100010010100000
Octal207304240

Shades and tints

Shades of #87C4A0

#87C4A0
(135,196,160)
#7BB392
(123,179,146)
#6FA284
(111,162,132)
#639176
(99,145,118)
#578068
(87,128,104)
#4B6F5A
(75,111,90)
#3F5E4C
(63,94,76)
#334D3E
(51,77,62)
#273C30
(39,60,48)
#1B2B22
(27,43,34)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #87C4A0

#87C4A0
(135,196,160)
#91C9A8
(145,201,168)
#9BCEB0
(155,206,176)
#A5D3B8
(165,211,184)
#AFD8C0
(175,216,192)
#B9DDC8
(185,221,200)
#C3E2D0
(195,226,208)
#CDE7D8
(205,231,216)
#D7ECE0
(215,236,224)
#E1F1E8
(225,241,232)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C4A0; }

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

This text font color is #87C4A0.


Background Color

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

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

This div background color is #87C4A0.


Border color

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

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

This div border color is #87C4A0.


Opacity

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

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

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

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

This text has shadow with #87C4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C4A0 on black background.


Color preview on white background

This text has color #87C4A0 on white background.



Black color preview on #87C4A0 background

This text has black color on #87C4A0 background.


White color preview on #87C4A0 background

This text has white color on #87C4A0 background.