COLOR #87D6BA

HEX: #87D6BA
RGB: (135,214,186)

Color info

#87D6BA contains mainly green and blue colors. Web safe color of #87D6BA is #99CCCC (or #9CC).

RGB color model

#87D6BA color RGB value is (135,214,186).

  • red value is 135;
  • green value is 214;
  • blue value is 186.
RGB:
(135,214,186)
(53%,84%,73%)

RGB channels and saturation

R 135 of 255 = 53%
G 214 of 255 = 84%
B 186 of 255 = 73%

135
214
186

R + G + B ~ 70%. #87D6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 214 + 186 = 535 (100%)
R 135 of 535 ~ 25.23%
G 214 of 535 ~ 40%
B 186 of 535 ~ 34.77%

%25.23
%40
%34.77

CMYK color model

#87D6BA color CMYK value is (37,0,13,16).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK:
(37,0,13,16)
C37M0Y13K16 
(37%,0%,13%,16%)
(0.37/0.00/0.13/0.16)	

CMYK percentages

%36.92
%0
%13.08
%16.08

Codes

Color #87D6BA in popluar color models

87D6BA
RGB135214186
HSL159°49.07%68.43%
HSB/HSV159°36.92%83.92%
CMYK36.92%0.00%13.08%
16.08%

Color #87D6BA in popluar number systems.

HEX87D6BA
Decimal135214186
Binary100001111101011010111010
Octal207326272

Shades and tints

Shades of #87D6BA

#87D6BA
(135,214,186)
#7BC3AA
(123,195,170)
#6FB09A
(111,176,154)
#639D8A
(99,157,138)
#578A7A
(87,138,122)
#4B776A
(75,119,106)
#3F645A
(63,100,90)
#33514A
(51,81,74)
#273E3A
(39,62,58)
#1B2B2A
(27,43,42)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #87D6BA

#87D6BA
(135,214,186)
#91D9C0
(145,217,192)
#9BDCC6
(155,220,198)
#A5DFCC
(165,223,204)
#AFE2D2
(175,226,210)
#B9E5D8
(185,229,216)
#C3E8DE
(195,232,222)
#CDEBE4
(205,235,228)
#D7EEEA
(215,238,234)
#E1F1F0
(225,241,240)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D6BA color. Also use rgb(135,214,186) instead hex code.

Text Font Color

.myTextColor { color: #87D6BA; }

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

This text font color is #87D6BA.


Background Color

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

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

This div background color is #87D6BA.


Border color

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

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

This div border color is #87D6BA.


Opacity

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

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

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

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

This text has shadow with #87D6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D6BA on black background.


Color preview on white background

This text has color #87D6BA on white background.



Black color preview on #87D6BA background

This text has black color on #87D6BA background.


White color preview on #87D6BA background

This text has white color on #87D6BA background.