COLOR #87E2D5

HEX: #87E2D5
RGB: (135,226,213)

Color info

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

RGB color model

#87E2D5 color RGB value is (135,226,213).

  • red value is 135;
  • green value is 226;
  • blue value is 213.
RGB:
(135,226,213)
(53%,89%,84%)

RGB channels and saturation

R 135 of 255 = 53%
G 226 of 255 = 89%
B 213 of 255 = 84%

135
226
213

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

Portions of RGB colors in percentages

R + G + B =
135 + 226 + 213 = 574 (100%)
R 135 of 574 ~ 23.52%
G 226 of 574 ~ 39.37%
B 213 of 574 ~ 37.11%

%23.52
%39.37
%37.11

CMYK color model

#87E2D5 color CMYK value is (40,0,6,11).

  • cyan value is 40.27%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(40,0,6,11)
C40M0Y6K11 
(40%,0%,6%,11%)
(0.40/0.00/0.06/0.11)	

CMYK percentages

%40.27
%0
%5.75
%11.37

Codes

Color #87E2D5 in popluar color models

87E2D5
RGB135226213
HSL171°61.07%70.78%
HSB/HSV171°40.27%88.63%
CMYK40.27%0.00%5.75%
11.37%

Color #87E2D5 in popluar number systems.

HEX87E2D5
Decimal135226213
Binary100001111110001011010101
Octal207342325

Shades and tints

Shades of #87E2D5

#87E2D5
(135,226,213)
#7BCEC2
(123,206,194)
#6FBAAF
(111,186,175)
#63A69C
(99,166,156)
#579289
(87,146,137)
#4B7E76
(75,126,118)
#3F6A63
(63,106,99)
#335650
(51,86,80)
#27423D
(39,66,61)
#1B2E2A
(27,46,42)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #87E2D5

#87E2D5
(135,226,213)
#91E4D8
(145,228,216)
#9BE6DB
(155,230,219)
#A5E8DE
(165,232,222)
#AFEAE1
(175,234,225)
#B9ECE4
(185,236,228)
#C3EEE7
(195,238,231)
#CDF0EA
(205,240,234)
#D7F2ED
(215,242,237)
#E1F4F0
(225,244,240)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E2D5 color. Also use rgb(135,226,213) instead hex code.

Text Font Color

.myTextColor { color: #87E2D5; }

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

This text font color is #87E2D5.


Background Color

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

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

This div background color is #87E2D5.


Border color

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

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

This div border color is #87E2D5.


Opacity

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

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

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

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

This text has shadow with #87E2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E2D5 on black background.


Color preview on white background

This text has color #87E2D5 on white background.



Black color preview on #87E2D5 background

This text has black color on #87E2D5 background.


White color preview on #87E2D5 background

This text has white color on #87E2D5 background.