COLOR #87DFC0

HEX: #87DFC0 RGB: (135,223,192)

Color info

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

RGB color model

#87DFC0 color RGB value is (135,223,192).

RGB: (135,223,192) (53%, 87%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 223 of 255 = 87%
B 192 of 255 = 75%

135
223
192

R + G + B ~ 72%. #87DFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 223 + 192 = 550 (100%)
R 135 of 550 ~ 24.55%
G 223 of 550 ~ 40.55%
B 192 of 550 ~ 34.91'%

%24.55
%40.55
%34.91

CMYK color model

#87DFC0 color CMYK value is (39,0,14,13).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%

CMYK: (39,0,14,13)
C39M0Y14K13 (39%, 0%, 14%, 13%)
(0.39 / 0.00 / 0.14 / 0.13)

CMYK percentages

%39.46
%0
%13.9
%12.55

Codes

Color #87DFC0 in popluar color models

87 DF C0
RGB 135 223 192
HSL 159° 57.89% 70.20%
HSB/HSV 159° 39.46% 87.45%
CMYK 39.46% 0.00% 13.90%
12.55%

Color #87DFC0 in popluar number systems.

HEX 87 DF C0
Decimal 135 223 192
Binary 10000111 11011111 11000000
Octal 207 337 300

Shades and tints

Shades of #87DFC0

#87DFC0
(135,223,192)
#7BCBAF
(123,203,175)
#6FB79E
(111,183,158)
#63A38D
(99,163,141)
#578F7C
(87,143,124)
#4B7B6B
(75,123,107)
#3F675A
(63,103,90)
#335349
(51,83,73)
#273F38
(39,63,56)
#1B2B27
(27,43,39)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #87DFC0

#87DFC0
(135,223,192)
#91E1C5
(145,225,197)
#9BE3CA
(155,227,202)
#A5E5CF
(165,229,207)
#AFE7D4
(175,231,212)
#B9E9D9
(185,233,217)
#C3EBDE
(195,235,222)
#CDEDE3
(205,237,227)
#D7EFE8
(215,239,232)
#E1F1ED
(225,241,237)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87DFC0; }

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

This text font color is #87DFC0.

Background Color

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

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

This div background color is #87DFC0.

Border color

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

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

This div border color is #87DFC0.

Opacity

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

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

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

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

This text has shadow with #87DFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DFC0.

Preview

Color preview on black background

This text has color #87DFC0 on black background.


Color preview on white background

This text has color #87DFC0 on white background.


Black color preview on #87DFC0 background

This text has black color on #87DFC0 background.


White color preview on #87DFC0 background

This text has white color on #87DFC0 background.


Related colors

Complementary color

Complementary color for #hex is #78203F.


I love getcolorcode.com

Triadic colors

1 #C087DF and #DFC087 with #87DFC0 are triadic colors.

2 #C0DF87 and #DF87C0 with #87DFC0 are triadic colors.