COLOR #87C3AA

HEX: #87C3AA
RGB: (135,195,170)

Color info

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

RGB color model

#87C3AA color RGB value is (135,195,170).

  • red value is 135;
  • green value is 195;
  • blue value is 170.
RGB:
(135,195,170)
(53%,76%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 170 of 255 = 67%

135
195
170

R + G + B ~ 65%. #87C3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 195 + 170 = 500 (100%)
R 135 of 500 ~ 27%
G 195 of 500 ~ 39%
B 170 of 500 ~ 34%

%27
%39
%34

CMYK color model

#87C3AA color CMYK value is (31,0,13,24).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(31,0,13,24)
C31M0Y13K24 
(31%,0%,13%,24%)
(0.31/0.00/0.13/0.24)	

CMYK percentages

%30.77
%0
%12.82
%23.53

Codes

Color #87C3AA in popluar color models

87C3AA
RGB135195170
HSL155°33.33%64.71%
HSB/HSV155°30.77%76.47%
CMYK30.77%0.00%12.82%
23.53%

Color #87C3AA in popluar number systems.

HEX87C3AA
Decimal135195170
Binary100001111100001110101010
Octal207303252

Shades and tints

Shades of #87C3AA

#87C3AA
(135,195,170)
#7BB29B
(123,178,155)
#6FA18C
(111,161,140)
#63907D
(99,144,125)
#577F6E
(87,127,110)
#4B6E5F
(75,110,95)
#3F5D50
(63,93,80)
#334C41
(51,76,65)
#273B32
(39,59,50)
#1B2A23
(27,42,35)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #87C3AA

#87C3AA
(135,195,170)
#91C8B1
(145,200,177)
#9BCDB8
(155,205,184)
#A5D2BF
(165,210,191)
#AFD7C6
(175,215,198)
#B9DCCD
(185,220,205)
#C3E1D4
(195,225,212)
#CDE6DB
(205,230,219)
#D7EBE2
(215,235,226)
#E1F0E9
(225,240,233)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C3AA color. Also use rgb(135,195,170) instead hex code.

Text Font Color

.myTextColor { color: #87C3AA; }

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

This text font color is #87C3AA.


Background Color

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

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

This div background color is #87C3AA.


Border color

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

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

This div border color is #87C3AA.


Opacity

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

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

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

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

This text has shadow with #87C3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C3AA on black background.


Color preview on white background

This text has color #87C3AA on white background.



Black color preview on #87C3AA background

This text has black color on #87C3AA background.


White color preview on #87C3AA background

This text has white color on #87C3AA background.