COLOR #87E6D4

HEX: #87E6D4
RGB: (135,230,212)

Color info

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

RGB color model

#87E6D4 color RGB value is (135,230,212).

  • red value is 135;
  • green value is 230;
  • blue value is 212.
RGB:
(135,230,212)
(53%,90%,83%)

RGB channels and saturation

R 135 of 255 = 53%
G 230 of 255 = 90%
B 212 of 255 = 83%

135
230
212

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

Portions of RGB colors in percentages

R + G + B =
135 + 230 + 212 = 577 (100%)
R 135 of 577 ~ 23.4%
G 230 of 577 ~ 39.86%
B 212 of 577 ~ 36.74%

%23.4
%39.86
%36.74

CMYK color model

#87E6D4 color CMYK value is (41,0,8,10).

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 9.80%
CMYK:
(41,0,8,10)
C41M0Y8K10 
(41%,0%,8%,10%)
(0.41/0.00/0.08/0.10)	

CMYK percentages

%41.3
%0
%7.83
%9.8

Codes

Color #87E6D4 in popluar color models

87E6D4
RGB135230212
HSL169°65.52%71.57%
HSB/HSV169°41.30%90.20%
CMYK41.30%0.00%7.83%
9.80%

Color #87E6D4 in popluar number systems.

HEX87E6D4
Decimal135230212
Binary100001111110011011010100
Octal207346324

Shades and tints

Shades of #87E6D4

#87E6D4
(135,230,212)
#7BD2C1
(123,210,193)
#6FBEAE
(111,190,174)
#63AA9B
(99,170,155)
#579688
(87,150,136)
#4B8275
(75,130,117)
#3F6E62
(63,110,98)
#335A4F
(51,90,79)
#27463C
(39,70,60)
#1B3229
(27,50,41)
#0F1E16
(15,30,22)
#000000
(0,0,0)

Tints of #87E6D4

#87E6D4
(135,230,212)
#91E8D7
(145,232,215)
#9BEADA
(155,234,218)
#A5ECDD
(165,236,221)
#AFEEE0
(175,238,224)
#B9F0E3
(185,240,227)
#C3F2E6
(195,242,230)
#CDF4E9
(205,244,233)
#D7F6EC
(215,246,236)
#E1F8EF
(225,248,239)
#EBFAF2
(235,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E6D4 color. Also use rgb(135,230,212) instead hex code.

Text Font Color

.myTextColor { color: #87E6D4; }

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

This text font color is #87E6D4.


Background Color

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

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

This div background color is #87E6D4.


Border color

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

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

This div border color is #87E6D4.


Opacity

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

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

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

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

This text has shadow with #87E6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E6D4 on black background.


Color preview on white background

This text has color #87E6D4 on white background.



Black color preview on #87E6D4 background

This text has black color on #87E6D4 background.


White color preview on #87E6D4 background

This text has white color on #87E6D4 background.