COLOR #87F5B0

HEX: #87F5B0
RGB: (135,245,176)

Color info

#87F5B0 contains mainly green color. Web safe color of #87F5B0 is #99FF99 (or #9F9).

RGB color model

#87F5B0 color RGB value is (135,245,176).

  • red value is 135;
  • green value is 245;
  • blue value is 176.
RGB:
(135,245,176)
(53%,96%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 245 of 255 = 96%
B 176 of 255 = 69%

135
245
176

R + G + B ~ 73%. #87F5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 245 + 176 = 556 (100%)
R 135 of 556 ~ 24.28%
G 245 of 556 ~ 44.06%
B 176 of 556 ~ 31.65%

%24.28
%44.06
%31.65

CMYK color model

#87F5B0 color CMYK value is (45,0,28,4).

  • cyan value is 44.90%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 3.92%
CMYK:
(45,0,28,4)
C45M0Y28K4 
(45%,0%,28%,4%)
(0.45/0.00/0.28/0.04)	

CMYK percentages

%44.9
%0
%28.16
%3.92

Codes

Color #87F5B0 in popluar color models

87F5B0
RGB135245176
HSL142°84.62%74.51%
HSB/HSV142°44.90%96.08%
CMYK44.90%0.00%28.16%
3.92%

Color #87F5B0 in popluar number systems.

HEX87F5B0
Decimal135245176
Binary100001111111010110110000
Octal207365260

Shades and tints

Shades of #87F5B0

#87F5B0
(135,245,176)
#7BDFA0
(123,223,160)
#6FC990
(111,201,144)
#63B380
(99,179,128)
#579D70
(87,157,112)
#4B8760
(75,135,96)
#3F7150
(63,113,80)
#335B40
(51,91,64)
#274530
(39,69,48)
#1B2F20
(27,47,32)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #87F5B0

#87F5B0
(135,245,176)
#91F5B7
(145,245,183)
#9BF5BE
(155,245,190)
#A5F5C5
(165,245,197)
#AFF5CC
(175,245,204)
#B9F5D3
(185,245,211)
#C3F5DA
(195,245,218)
#CDF5E1
(205,245,225)
#D7F5E8
(215,245,232)
#E1F5EF
(225,245,239)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F5B0 color. Also use rgb(135,245,176) instead hex code.

Text Font Color

.myTextColor { color: #87F5B0; }

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

This text font color is #87F5B0.


Background Color

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

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

This div background color is #87F5B0.


Border color

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

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

This div border color is #87F5B0.


Opacity

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

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

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

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

This text has shadow with #87F5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F5B0 on black background.


Color preview on white background

This text has color #87F5B0 on white background.



Black color preview on #87F5B0 background

This text has black color on #87F5B0 background.


White color preview on #87F5B0 background

This text has white color on #87F5B0 background.