COLOR #87E1D7

HEX: #87E1D7
RGB: (135,225,215)

Color info

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

RGB color model

#87E1D7 color RGB value is (135,225,215).

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

RGB channels and saturation

R 135 of 255 = 53%
G 225 of 255 = 88%
B 215 of 255 = 84%

135
225
215

R + G + B ~ 75%. #87E1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 225 + 215 = 575 (100%)
R 135 of 575 ~ 23.48%
G 225 of 575 ~ 39.13%
B 215 of 575 ~ 37.39%

%23.48
%39.13
%37.39

CMYK color model

#87E1D7 color CMYK value is (40,0,4,12).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(40,0,4,12)
C40M0Y4K12 
(40%,0%,4%,12%)
(0.40/0.00/0.04/0.12)	

CMYK percentages

%40
%0
%4.44
%11.76

Codes

Color #87E1D7 in popluar color models

87E1D7
RGB135225215
HSL173°60.00%70.59%
HSB/HSV173°40.00%88.24%
CMYK40.00%0.00%4.44%
11.76%

Color #87E1D7 in popluar number systems.

HEX87E1D7
Decimal135225215
Binary100001111110000111010111
Octal207341327

Shades and tints

Shades of #87E1D7

#87E1D7
(135,225,215)
#7BCDC4
(123,205,196)
#6FB9B1
(111,185,177)
#63A59E
(99,165,158)
#57918B
(87,145,139)
#4B7D78
(75,125,120)
#3F6965
(63,105,101)
#335552
(51,85,82)
#27413F
(39,65,63)
#1B2D2C
(27,45,44)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #87E1D7

#87E1D7
(135,225,215)
#91E3DA
(145,227,218)
#9BE5DD
(155,229,221)
#A5E7E0
(165,231,224)
#AFE9E3
(175,233,227)
#B9EBE6
(185,235,230)
#C3EDE9
(195,237,233)
#CDEFEC
(205,239,236)
#D7F1EF
(215,241,239)
#E1F3F2
(225,243,242)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87E1D7; }

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

This text font color is #87E1D7.


Background Color

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

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

This div background color is #87E1D7.


Border color

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

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

This div border color is #87E1D7.


Opacity

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

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

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

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

This text has shadow with #87E1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E1D7 on black background.


Color preview on white background

This text has color #87E1D7 on white background.



Black color preview on #87E1D7 background

This text has black color on #87E1D7 background.


White color preview on #87E1D7 background

This text has white color on #87E1D7 background.