COLOR #87D4A8

HEX: #87D4A8
RGB: (135,212,168)

Color info

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

RGB color model

#87D4A8 color RGB value is (135,212,168).

  • red value is 135;
  • green value is 212;
  • blue value is 168.
RGB:
(135,212,168)
(53%,83%,66%)

RGB channels and saturation

R 135 of 255 = 53%
G 212 of 255 = 83%
B 168 of 255 = 66%

135
212
168

R + G + B ~ 67%. #87D4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 212 + 168 = 515 (100%)
R 135 of 515 ~ 26.21%
G 212 of 515 ~ 41.17%
B 168 of 515 ~ 32.62%

%26.21
%41.17
%32.62

CMYK color model

#87D4A8 color CMYK value is (36,0,21,17).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK:
(36,0,21,17)
C36M0Y21K17 
(36%,0%,21%,17%)
(0.36/0.00/0.21/0.17)	

CMYK percentages

%36.32
%0
%20.75
%16.86

Codes

Color #87D4A8 in popluar color models

87D4A8
RGB135212168
HSL146°47.24%68.04%
HSB/HSV146°36.32%83.14%
CMYK36.32%0.00%20.75%
16.86%

Color #87D4A8 in popluar number systems.

HEX87D4A8
Decimal135212168
Binary100001111101010010101000
Octal207324250

Shades and tints

Shades of #87D4A8

#87D4A8
(135,212,168)
#7BC199
(123,193,153)
#6FAE8A
(111,174,138)
#639B7B
(99,155,123)
#57886C
(87,136,108)
#4B755D
(75,117,93)
#3F624E
(63,98,78)
#334F3F
(51,79,63)
#273C30
(39,60,48)
#1B2921
(27,41,33)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #87D4A8

#87D4A8
(135,212,168)
#91D7AF
(145,215,175)
#9BDAB6
(155,218,182)
#A5DDBD
(165,221,189)
#AFE0C4
(175,224,196)
#B9E3CB
(185,227,203)
#C3E6D2
(195,230,210)
#CDE9D9
(205,233,217)
#D7ECE0
(215,236,224)
#E1EFE7
(225,239,231)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D4A8 color. Also use rgb(135,212,168) instead hex code.

Text Font Color

.myTextColor { color: #87D4A8; }

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

This text font color is #87D4A8.


Background Color

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

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

This div background color is #87D4A8.


Border color

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

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

This div border color is #87D4A8.


Opacity

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

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

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

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

This text has shadow with #87D4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D4A8 on black background.


Color preview on white background

This text has color #87D4A8 on white background.



Black color preview on #87D4A8 background

This text has black color on #87D4A8 background.


White color preview on #87D4A8 background

This text has white color on #87D4A8 background.