COLOR #87F6D9

HEX: #87F6D9
RGB: (135,246,217)

Color info

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

RGB color model

#87F6D9 color RGB value is (135,246,217).

  • red value is 135;
  • green value is 246;
  • blue value is 217.
RGB:
(135,246,217)
(53%,96%,85%)

RGB channels and saturation

R 135 of 255 = 53%
G 246 of 255 = 96%
B 217 of 255 = 85%

135
246
217

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

Portions of RGB colors in percentages

R + G + B =
135 + 246 + 217 = 598 (100%)
R 135 of 598 ~ 22.58%
G 246 of 598 ~ 41.14%
B 217 of 598 ~ 36.29%

%22.58
%41.14
%36.29

CMYK color model

#87F6D9 color CMYK value is (45,0,12,4).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 3.53%
CMYK:
(45,0,12,4)
C45M0Y12K4 
(45%,0%,12%,4%)
(0.45/0.00/0.12/0.04)	

CMYK percentages

%45.12
%0
%11.79
%3.53

Codes

Color #87F6D9 in popluar color models

87F6D9
RGB135246217
HSL164°86.05%74.71%
HSB/HSV164°45.12%96.47%
CMYK45.12%0.00%11.79%
3.53%

Color #87F6D9 in popluar number systems.

HEX87F6D9
Decimal135246217
Binary100001111111011011011001
Octal207366331

Shades and tints

Shades of #87F6D9

#87F6D9
(135,246,217)
#7BE0C6
(123,224,198)
#6FCAB3
(111,202,179)
#63B4A0
(99,180,160)
#579E8D
(87,158,141)
#4B887A
(75,136,122)
#3F7267
(63,114,103)
#335C54
(51,92,84)
#274641
(39,70,65)
#1B302E
(27,48,46)
#0F1A1B
(15,26,27)
#000000
(0,0,0)

Tints of #87F6D9

#87F6D9
(135,246,217)
#91F6DC
(145,246,220)
#9BF6DF
(155,246,223)
#A5F6E2
(165,246,226)
#AFF6E5
(175,246,229)
#B9F6E8
(185,246,232)
#C3F6EB
(195,246,235)
#CDF6EE
(205,246,238)
#D7F6F1
(215,246,241)
#E1F6F4
(225,246,244)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F6D9 color. Also use rgb(135,246,217) instead hex code.

Text Font Color

.myTextColor { color: #87F6D9; }

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

This text font color is #87F6D9.


Background Color

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

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

This div background color is #87F6D9.


Border color

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

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

This div border color is #87F6D9.


Opacity

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

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

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

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

This text has shadow with #87F6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F6D9 on black background.


Color preview on white background

This text has color #87F6D9 on white background.



Black color preview on #87F6D9 background

This text has black color on #87F6D9 background.


White color preview on #87F6D9 background

This text has white color on #87F6D9 background.