COLOR #87F0DC

HEX: #87F0DC RGB: (135,240,220)

Color info

#87F0DC contains mainly green and blue colors. Web safe color of #87F0DC is #99FFCC (or #9FC).

RGB color model

#87F0DC color RGB value is (135,240,220).

RGB: (135,240,220) (53%, 94%, 86%)

RGB channels and saturation

R 135 of 255 = 53%
G 240 of 255 = 94%
B 220 of 255 = 86%

135
240
220

R + G + B ~ 78%. #87F0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 240 + 220 = 595 (100%)
R 135 of 595 ~ 22.69%
G 240 of 595 ~ 40.34%
B 220 of 595 ~ 36.97'%

%22.69
%40.34
%36.97

CMYK color model

#87F0DC color CMYK value is (44,0,8,6).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK: (44,0,8,6) C44M0Y8K6 (44%,0%,8%,6%) (0.44/0.00/0.08/0.06) 

CMYK percentages

%43.75
%0
%8.33
%5.88

Codes

Color #87F0DC in popluar color models

87 F0 DC
RGB 135 240 220
HSL 169° 77.78% 73.53%
HSB/HSV 169° 43.75% 94.12%
CMYK 43.75% 0.00% 8.33%
5.88%

Color #87F0DC in popluar number systems.

HEX 87 F0 DC
Decimal 135 240 220
Binary 10000111 11110000 11011100
Octal 207 360 334

Shades and tints

Shades of #87F0DC

#87F0DC
(135,240,220)
#7BDBC8
(123,219,200)
#6FC6B4
(111,198,180)
#63B1A0
(99,177,160)
#579C8C
(87,156,140)
#4B8778
(75,135,120)
#3F7264
(63,114,100)
#335D50
(51,93,80)
#27483C
(39,72,60)
#1B3328
(27,51,40)
#0F1E14
(15,30,20)
#000000
(0,0,0)

Tints of #87F0DC

#87F0DC
(135,240,220)
#91F1DF
(145,241,223)
#9BF2E2
(155,242,226)
#A5F3E5
(165,243,229)
#AFF4E8
(175,244,232)
#B9F5EB
(185,245,235)
#C3F6EE
(195,246,238)
#CDF7F1
(205,247,241)
#D7F8F4
(215,248,244)
#E1F9F7
(225,249,247)
#EBFAFA
(235,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F0DC color. Also use rgb(135,240,220) instead hex code.

Text Font Color

.myTextColor { color: #87F0DC; }

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

This text font color is #87F0DC.

Background Color

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

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

This div background color is #87F0DC.

Border color

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

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

This div border color is #87F0DC.

Opacity

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

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

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

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

This text has shadow with #87F0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87F0DC.

Preview

Color preview on black background

This text has color #87F0DC on black background.


Color preview on white background

This text has color #87F0DC on white background.


Black color preview on #87F0DC background

This text has black color on #87F0DC background.


White color preview on #87F0DC background

This text has white color on #87F0DC background.


Related colors

Complementary color

Complementary color for #hex is #780F23.


I love getcolorcode.com

Triadic colors

1 #DC87F0 and #F0DC87 with #87F0DC are triadic colors.

2 #DCF087 and #F087DC with #87F0DC are triadic colors.