COLOR #87D7C0

HEX: #87D7C0 RGB: (135,215,192)

Color info

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

RGB color model

#87D7C0 color RGB value is (135,215,192).

RGB: (135,215,192) (53%, 84%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 215 of 255 = 84%
B 192 of 255 = 75%

135
215
192

R + G + B ~ 71%. #87D7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 215 + 192 = 542 (100%)
R 135 of 542 ~ 24.91%
G 215 of 542 ~ 39.67%
B 192 of 542 ~ 35.42'%

%24.91
%39.67
%35.42

CMYK color model

#87D7C0 color CMYK value is (37,0,11,16).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%

CMYK: (37,0,11,16)
C37M0Y11K16 (37%, 0%, 11%, 16%)
(0.37 / 0.00 / 0.11 / 0.16)

CMYK percentages

%37.21
%0
%10.7
%15.69

Codes

Color #87D7C0 in popluar color models

87 D7 C0
RGB 135 215 192
HSL 163° 50.00% 68.63%
HSB/HSV 163° 37.21% 84.31%
CMYK 37.21% 0.00% 10.70%
15.69%

Color #87D7C0 in popluar number systems.

HEX 87 D7 C0
Decimal 135 215 192
Binary 10000111 11010111 11000000
Octal 207 327 300

Shades and tints

Shades of #87D7C0

#87D7C0
(135,215,192)
#7BC4AF
(123,196,175)
#6FB19E
(111,177,158)
#639E8D
(99,158,141)
#578B7C
(87,139,124)
#4B786B
(75,120,107)
#3F655A
(63,101,90)
#335249
(51,82,73)
#273F38
(39,63,56)
#1B2C27
(27,44,39)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #87D7C0

#87D7C0
(135,215,192)
#91DAC5
(145,218,197)
#9BDDCA
(155,221,202)
#A5E0CF
(165,224,207)
#AFE3D4
(175,227,212)
#B9E6D9
(185,230,217)
#C3E9DE
(195,233,222)
#CDECE3
(205,236,227)
#D7EFE8
(215,239,232)
#E1F2ED
(225,242,237)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D7C0 color. Also use rgb(135,215,192) instead hex code.

Text Font Color

.myTextColor { color: #87D7C0; }

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

This text font color is #87D7C0.

Background Color

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

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

This div background color is #87D7C0.

Border color

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

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

This div border color is #87D7C0.

Opacity

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

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

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

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

This text has shadow with #87D7C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D7C0.

Preview

Color preview on black background

This text has color #87D7C0 on black background.


Color preview on white background

This text has color #87D7C0 on white background.


Black color preview on #87D7C0 background

This text has black color on #87D7C0 background.


White color preview on #87D7C0 background

This text has white color on #87D7C0 background.


Related colors

Complementary color

Complementary color for #hex is #78283F.


I love getcolorcode.com

Triadic colors

1 #C087D7 and #D7C087 with #87D7C0 are triadic colors.

2 #C0D787 and #D787C0 with #87D7C0 are triadic colors.