COLOR #87FBE7

HEX: #87FBE7
RGB: (135,251,231)

Color info

#87FBE7 contains mainly green and blue colors. Web safe color of #87FBE7 is #99FFFF (or #9FF).

RGB color model

#87FBE7 color RGB value is (135,251,231).

  • red value is 135;
  • green value is 251;
  • blue value is 231.
RGB:
(135,251,231)
(53%,98%,91%)

RGB channels and saturation

R 135 of 255 = 53%
G 251 of 255 = 98%
B 231 of 255 = 91%

135
251
231

R + G + B ~ 81%. #87FBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 251 + 231 = 617 (100%)
R 135 of 617 ~ 21.88%
G 251 of 617 ~ 40.68%
B 231 of 617 ~ 37.44%

%21.88
%40.68
%37.44

CMYK color model

#87FBE7 color CMYK value is (46,0,8,2).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(46,0,8,2)
C46M0Y8K2 
(46%,0%,8%,2%)
(0.46/0.00/0.08/0.02)	

CMYK percentages

%46.22
%0
%7.97
%1.57

Codes

Color #87FBE7 in popluar color models

87FBE7
RGB135251231
HSL170°93.55%75.69%
HSB/HSV170°46.22%98.43%
CMYK46.22%0.00%7.97%
1.57%

Color #87FBE7 in popluar number systems.

HEX87FBE7
Decimal135251231
Binary100001111111101111100111
Octal207373347

Shades and tints

Shades of #87FBE7

#87FBE7
(135,251,231)
#7BE5D2
(123,229,210)
#6FCFBD
(111,207,189)
#63B9A8
(99,185,168)
#57A393
(87,163,147)
#4B8D7E
(75,141,126)
#3F7769
(63,119,105)
#336154
(51,97,84)
#274B3F
(39,75,63)
#1B352A
(27,53,42)
#0F1F15
(15,31,21)
#000000
(0,0,0)

Tints of #87FBE7

#87FBE7
(135,251,231)
#91FBE9
(145,251,233)
#9BFBEB
(155,251,235)
#A5FBED
(165,251,237)
#AFFBEF
(175,251,239)
#B9FBF1
(185,251,241)
#C3FBF3
(195,251,243)
#CDFBF5
(205,251,245)
#D7FBF7
(215,251,247)
#E1FBF9
(225,251,249)
#EBFBFB
(235,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FBE7 color. Also use rgb(135,251,231) instead hex code.

Text Font Color

.myTextColor { color: #87FBE7; }

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

This text font color is #87FBE7.


Background Color

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

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

This div background color is #87FBE7.


Border color

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

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

This div border color is #87FBE7.


Opacity

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

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

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

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

This text has shadow with #87FBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87FBE7 on black background.


Color preview on white background

This text has color #87FBE7 on white background.



Black color preview on #87FBE7 background

This text has black color on #87FBE7 background.


White color preview on #87FBE7 background

This text has white color on #87FBE7 background.