COLOR #87E1BF

HEX: #87E1BF
RGB: (135,225,191)

Color info

#87E1BF contains mainly green and blue colors. Web safe color of #87E1BF is #99CCCC (or #9CC).

RGB color model

#87E1BF color RGB value is (135,225,191).

  • red value is 135;
  • green value is 225;
  • blue value is 191.
RGB:
(135,225,191)
(53%,88%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 225 of 255 = 88%
B 191 of 255 = 75%

135
225
191

R + G + B ~ 72%. #87E1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 225 + 191 = 551 (100%)
R 135 of 551 ~ 24.5%
G 225 of 551 ~ 40.83%
B 191 of 551 ~ 34.66%

%24.5
%40.83
%34.66

CMYK color model

#87E1BF color CMYK value is (40,0,15,12).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(40,0,15,12)
C40M0Y15K12 
(40%,0%,15%,12%)
(0.40/0.00/0.15/0.12)	

CMYK percentages

%40
%0
%15.11
%11.76

Codes

Color #87E1BF in popluar color models

87E1BF
RGB135225191
HSL157°60.00%70.59%
HSB/HSV157°40.00%88.24%
CMYK40.00%0.00%15.11%
11.76%

Color #87E1BF in popluar number systems.

HEX87E1BF
Decimal135225191
Binary100001111110000110111111
Octal207341277

Shades and tints

Shades of #87E1BF

#87E1BF
(135,225,191)
#7BCDAE
(123,205,174)
#6FB99D
(111,185,157)
#63A58C
(99,165,140)
#57917B
(87,145,123)
#4B7D6A
(75,125,106)
#3F6959
(63,105,89)
#335548
(51,85,72)
#274137
(39,65,55)
#1B2D26
(27,45,38)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #87E1BF

#87E1BF
(135,225,191)
#91E3C4
(145,227,196)
#9BE5C9
(155,229,201)
#A5E7CE
(165,231,206)
#AFE9D3
(175,233,211)
#B9EBD8
(185,235,216)
#C3EDDD
(195,237,221)
#CDEFE2
(205,239,226)
#D7F1E7
(215,241,231)
#E1F3EC
(225,243,236)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E1BF color. Also use rgb(135,225,191) instead hex code.

Text Font Color

.myTextColor { color: #87E1BF; }

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

This text font color is #87E1BF.


Background Color

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

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

This div background color is #87E1BF.


Border color

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

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

This div border color is #87E1BF.


Opacity

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

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

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

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

This text has shadow with #87E1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E1BF on black background.


Color preview on white background

This text has color #87E1BF on white background.



Black color preview on #87E1BF background

This text has black color on #87E1BF background.


White color preview on #87E1BF background

This text has white color on #87E1BF background.