COLOR #87F0C6

HEX: #87F0C6
RGB: (135,240,198)

Color info

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

RGB color model

#87F0C6 color RGB value is (135,240,198).

  • red value is 135;
  • green value is 240;
  • blue value is 198.
RGB:
(135,240,198)
(53%,94%,78%)

RGB channels and saturation

R 135 of 255 = 53%
G 240 of 255 = 94%
B 198 of 255 = 78%

135
240
198

R + G + B ~ 75%. #87F0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 240 + 198 = 573 (100%)
R 135 of 573 ~ 23.56%
G 240 of 573 ~ 41.88%
B 198 of 573 ~ 34.55%

%23.56
%41.88
%34.55

CMYK color model

#87F0C6 color CMYK value is (44,0,18,6).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 5.88%
CMYK:
(44,0,18,6)
C44M0Y18K6 
(44%,0%,18%,6%)
(0.44/0.00/0.18/0.06)	

CMYK percentages

%43.75
%0
%17.5
%5.88

Codes

Color #87F0C6 in popluar color models

87F0C6
RGB135240198
HSL156°77.78%73.53%
HSB/HSV156°43.75%94.12%
CMYK43.75%0.00%17.50%
5.88%

Color #87F0C6 in popluar number systems.

HEX87F0C6
Decimal135240198
Binary100001111111000011000110
Octal207360306

Shades and tints

Shades of #87F0C6

#87F0C6
(135,240,198)
#7BDBB4
(123,219,180)
#6FC6A2
(111,198,162)
#63B190
(99,177,144)
#579C7E
(87,156,126)
#4B876C
(75,135,108)
#3F725A
(63,114,90)
#335D48
(51,93,72)
#274836
(39,72,54)
#1B3324
(27,51,36)
#0F1E12
(15,30,18)
#000000
(0,0,0)

Tints of #87F0C6

#87F0C6
(135,240,198)
#91F1CB
(145,241,203)
#9BF2D0
(155,242,208)
#A5F3D5
(165,243,213)
#AFF4DA
(175,244,218)
#B9F5DF
(185,245,223)
#C3F6E4
(195,246,228)
#CDF7E9
(205,247,233)
#D7F8EE
(215,248,238)
#E1F9F3
(225,249,243)
#EBFAF8
(235,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87F0C6; }

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

This text font color is #87F0C6.


Background Color

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

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

This div background color is #87F0C6.


Border color

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

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

This div border color is #87F0C6.


Opacity

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

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

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

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

This text has shadow with #87F0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F0C6 on black background.


Color preview on white background

This text has color #87F0C6 on white background.



Black color preview on #87F0C6 background

This text has black color on #87F0C6 background.


White color preview on #87F0C6 background

This text has white color on #87F0C6 background.