COLOR #87FFE0

HEX: #87FFE0
RGB: (135,255,224)

Color info

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

RGB color model

#87FFE0 color RGB value is (135,255,224).

  • red value is 135;
  • green value is 255;
  • blue value is 224.
RGB:
(135,255,224)
(53%,100%,88%)

RGB channels and saturation

R 135 of 255 = 53%
G 255 of 255 = 100%
B 224 of 255 = 88%

135
255
224

R + G + B ~ 80%. #87FFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 255 + 224 = 614 (100%)
R 135 of 614 ~ 21.99%
G 255 of 614 ~ 41.53%
B 224 of 614 ~ 36.48%

%21.99
%41.53
%36.48

CMYK color model

#87FFE0 color CMYK value is (47,0,12,0).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(47,0,12,0)
C47M0Y12K0 
(47%,0%,12%,0%)
(0.47/0.00/0.12/0.00)	

CMYK percentages

%47.06
%0
%12.16
%0

Codes

Color #87FFE0 in popluar color models

87FFE0
RGB135255224
HSL165°100.00%76.47%
HSB/HSV165°47.06%100.00%
CMYK47.06%0.00%12.16%
0.00%

Color #87FFE0 in popluar number systems.

HEX87FFE0
Decimal135255224
Binary100001111111111111100000
Octal207377340

Shades and tints

Shades of #87FFE0

#87FFE0
(135,255,224)
#7BE8CC
(123,232,204)
#6FD1B8
(111,209,184)
#63BAA4
(99,186,164)
#57A390
(87,163,144)
#4B8C7C
(75,140,124)
#3F7568
(63,117,104)
#335E54
(51,94,84)
#274740
(39,71,64)
#1B302C
(27,48,44)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #87FFE0

#87FFE0
(135,255,224)
#91FFE2
(145,255,226)
#9BFFE4
(155,255,228)
#A5FFE6
(165,255,230)
#AFFFE8
(175,255,232)
#B9FFEA
(185,255,234)
#C3FFEC
(195,255,236)
#CDFFEE
(205,255,238)
#D7FFF0
(215,255,240)
#E1FFF2
(225,255,242)
#EBFFF4
(235,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FFE0 color. Also use rgb(135,255,224) instead hex code.

Text Font Color

.myTextColor { color: #87FFE0; }

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

This text font color is #87FFE0.


Background Color

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

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

This div background color is #87FFE0.


Border color

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

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

This div border color is #87FFE0.


Opacity

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

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

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

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

This text has shadow with #87FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87FFE0 on black background.


Color preview on white background

This text has color #87FFE0 on white background.



Black color preview on #87FFE0 background

This text has black color on #87FFE0 background.


White color preview on #87FFE0 background

This text has white color on #87FFE0 background.