COLOR #87EBCE

HEX: #87EBCE
RGB: (135,235,206)

Color info

#87EBCE contains mainly green and blue colors. Web safe color of #87EBCE is #99FFCC (or #9FC).

RGB color model

#87EBCE color RGB value is (135,235,206).

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

RGB channels and saturation

R 135 of 255 = 53%
G 235 of 255 = 92%
B 206 of 255 = 81%

135
235
206

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

Portions of RGB colors in percentages

R + G + B =
135 + 235 + 206 = 576 (100%)
R 135 of 576 ~ 23.44%
G 235 of 576 ~ 40.8%
B 206 of 576 ~ 35.76%

%23.44
%40.8
%35.76

CMYK color model

#87EBCE color CMYK value is (43,0,12,8).

  • cyan value is 42.55%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(43,0,12,8)
C43M0Y12K8 
(43%,0%,12%,8%)
(0.43/0.00/0.12/0.08)	

CMYK percentages

%42.55
%0
%12.34
%7.84

Codes

Color #87EBCE in popluar color models

87EBCE
RGB135235206
HSL163°71.43%72.55%
HSB/HSV163°42.55%92.16%
CMYK42.55%0.00%12.34%
7.84%

Color #87EBCE in popluar number systems.

HEX87EBCE
Decimal135235206
Binary100001111110101111001110
Octal207353316

Shades and tints

Shades of #87EBCE

#87EBCE
(135,235,206)
#7BD6BC
(123,214,188)
#6FC1AA
(111,193,170)
#63AC98
(99,172,152)
#579786
(87,151,134)
#4B8274
(75,130,116)
#3F6D62
(63,109,98)
#335850
(51,88,80)
#27433E
(39,67,62)
#1B2E2C
(27,46,44)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #87EBCE

#87EBCE
(135,235,206)
#91ECD2
(145,236,210)
#9BEDD6
(155,237,214)
#A5EEDA
(165,238,218)
#AFEFDE
(175,239,222)
#B9F0E2
(185,240,226)
#C3F1E6
(195,241,230)
#CDF2EA
(205,242,234)
#D7F3EE
(215,243,238)
#E1F4F2
(225,244,242)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87EBCE; }

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

This text font color is #87EBCE.


Background Color

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

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

This div background color is #87EBCE.


Border color

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

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

This div border color is #87EBCE.


Opacity

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

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

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

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

This text has shadow with #87EBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EBCE on black background.


Color preview on white background

This text has color #87EBCE on white background.



Black color preview on #87EBCE background

This text has black color on #87EBCE background.


White color preview on #87EBCE background

This text has white color on #87EBCE background.