COLOR #87D2CE

HEX: #87D2CE
RGB: (135,210,206)

Color info

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

RGB color model

#87D2CE color RGB value is (135,210,206).

  • red value is 135;
  • green value is 210;
  • blue value is 206.
RGB:
(135,210,206)
(53%,82%,81%)

RGB channels and saturation

R 135 of 255 = 53%
G 210 of 255 = 82%
B 206 of 255 = 81%

135
210
206

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

Portions of RGB colors in percentages

R + G + B =
135 + 210 + 206 = 551 (100%)
R 135 of 551 ~ 24.5%
G 210 of 551 ~ 38.11%
B 206 of 551 ~ 37.39%

%24.5
%38.11
%37.39

CMYK color model

#87D2CE color CMYK value is (36,0,2,18).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(36,0,2,18)
C36M0Y2K18 
(36%,0%,2%,18%)
(0.36/0.00/0.02/0.18)	

CMYK percentages

%35.71
%0
%1.9
%17.65

Codes

Color #87D2CE in popluar color models

87D2CE
RGB135210206
HSL177°45.45%67.65%
HSB/HSV177°35.71%82.35%
CMYK35.71%0.00%1.90%
17.65%

Color #87D2CE in popluar number systems.

HEX87D2CE
Decimal135210206
Binary100001111101001011001110
Octal207322316

Shades and tints

Shades of #87D2CE

#87D2CE
(135,210,206)
#7BBFBC
(123,191,188)
#6FACAA
(111,172,170)
#639998
(99,153,152)
#578686
(87,134,134)
#4B7374
(75,115,116)
#3F6062
(63,96,98)
#334D50
(51,77,80)
#273A3E
(39,58,62)
#1B272C
(27,39,44)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #87D2CE

#87D2CE
(135,210,206)
#91D6D2
(145,214,210)
#9BDAD6
(155,218,214)
#A5DEDA
(165,222,218)
#AFE2DE
(175,226,222)
#B9E6E2
(185,230,226)
#C3EAE6
(195,234,230)
#CDEEEA
(205,238,234)
#D7F2EE
(215,242,238)
#E1F6F2
(225,246,242)
#EBFAF6
(235,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D2CE color. Also use rgb(135,210,206) instead hex code.

Text Font Color

.myTextColor { color: #87D2CE; }

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

This text font color is #87D2CE.


Background Color

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

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

This div background color is #87D2CE.


Border color

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

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

This div border color is #87D2CE.


Opacity

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

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

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

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

This text has shadow with #87D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D2CE on black background.


Color preview on white background

This text has color #87D2CE on white background.



Black color preview on #87D2CE background

This text has black color on #87D2CE background.


White color preview on #87D2CE background

This text has white color on #87D2CE background.