COLOR #87D1B4

HEX: #87D1B4
RGB: (135,209,180)

Color info

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

RGB color model

#87D1B4 color RGB value is (135,209,180).

  • red value is 135;
  • green value is 209;
  • blue value is 180.
RGB:
(135,209,180)
(53%,82%,71%)

RGB channels and saturation

R 135 of 255 = 53%
G 209 of 255 = 82%
B 180 of 255 = 71%

135
209
180

R + G + B ~ 69%. #87D1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 209 + 180 = 524 (100%)
R 135 of 524 ~ 25.76%
G 209 of 524 ~ 39.89%
B 180 of 524 ~ 34.35%

%25.76
%39.89
%34.35

CMYK color model

#87D1B4 color CMYK value is (35,0,14,18).

  • cyan value is 35.41%
  • magenta value is 0.00%
  • yellow value is 13.88%
  • key color value is 18.04%
CMYK:
(35,0,14,18)
C35M0Y14K18 
(35%,0%,14%,18%)
(0.35/0.00/0.14/0.18)	

CMYK percentages

%35.41
%0
%13.88
%18.04

Codes

Color #87D1B4 in popluar color models

87D1B4
RGB135209180
HSL156°44.58%67.45%
HSB/HSV156°35.41%81.96%
CMYK35.41%0.00%13.88%
18.04%

Color #87D1B4 in popluar number systems.

HEX87D1B4
Decimal135209180
Binary100001111101000110110100
Octal207321264

Shades and tints

Shades of #87D1B4

#87D1B4
(135,209,180)
#7BBEA4
(123,190,164)
#6FAB94
(111,171,148)
#639884
(99,152,132)
#578574
(87,133,116)
#4B7264
(75,114,100)
#3F5F54
(63,95,84)
#334C44
(51,76,68)
#273934
(39,57,52)
#1B2624
(27,38,36)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #87D1B4

#87D1B4
(135,209,180)
#91D5BA
(145,213,186)
#9BD9C0
(155,217,192)
#A5DDC6
(165,221,198)
#AFE1CC
(175,225,204)
#B9E5D2
(185,229,210)
#C3E9D8
(195,233,216)
#CDEDDE
(205,237,222)
#D7F1E4
(215,241,228)
#E1F5EA
(225,245,234)
#EBF9F0
(235,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D1B4 color. Also use rgb(135,209,180) instead hex code.

Text Font Color

.myTextColor { color: #87D1B4; }

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

This text font color is #87D1B4.


Background Color

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

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

This div background color is #87D1B4.


Border color

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

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

This div border color is #87D1B4.


Opacity

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

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

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

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

This text has shadow with #87D1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D1B4 on black background.


Color preview on white background

This text has color #87D1B4 on white background.



Black color preview on #87D1B4 background

This text has black color on #87D1B4 background.


White color preview on #87D1B4 background

This text has white color on #87D1B4 background.