COLOR #87EEBC

HEX: #87EEBC
RGB: (135,238,188)

Color info

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

RGB color model

#87EEBC color RGB value is (135,238,188).

  • red value is 135;
  • green value is 238;
  • blue value is 188.
RGB:
(135,238,188)
(53%,93%,74%)

RGB channels and saturation

R 135 of 255 = 53%
G 238 of 255 = 93%
B 188 of 255 = 74%

135
238
188

R + G + B ~ 73%. #87EEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 238 + 188 = 561 (100%)
R 135 of 561 ~ 24.06%
G 238 of 561 ~ 42.42%
B 188 of 561 ~ 33.51%

%24.06
%42.42
%33.51

CMYK color model

#87EEBC color CMYK value is (43,0,21,7).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 6.67%
CMYK:
(43,0,21,7)
C43M0Y21K7 
(43%,0%,21%,7%)
(0.43/0.00/0.21/0.07)	

CMYK percentages

%43.28
%0
%21.01
%6.67

Codes

Color #87EEBC in popluar color models

87EEBC
RGB135238188
HSL151°75.18%73.14%
HSB/HSV151°43.28%93.33%
CMYK43.28%0.00%21.01%
6.67%

Color #87EEBC in popluar number systems.

HEX87EEBC
Decimal135238188
Binary100001111110111010111100
Octal207356274

Shades and tints

Shades of #87EEBC

#87EEBC
(135,238,188)
#7BD9AB
(123,217,171)
#6FC49A
(111,196,154)
#63AF89
(99,175,137)
#579A78
(87,154,120)
#4B8567
(75,133,103)
#3F7056
(63,112,86)
#335B45
(51,91,69)
#274634
(39,70,52)
#1B3123
(27,49,35)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #87EEBC

#87EEBC
(135,238,188)
#91EFC2
(145,239,194)
#9BF0C8
(155,240,200)
#A5F1CE
(165,241,206)
#AFF2D4
(175,242,212)
#B9F3DA
(185,243,218)
#C3F4E0
(195,244,224)
#CDF5E6
(205,245,230)
#D7F6EC
(215,246,236)
#E1F7F2
(225,247,242)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87EEBC color. Also use rgb(135,238,188) instead hex code.

Text Font Color

.myTextColor { color: #87EEBC; }

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

This text font color is #87EEBC.


Background Color

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

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

This div background color is #87EEBC.


Border color

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

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

This div border color is #87EEBC.


Opacity

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

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

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

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

This text has shadow with #87EEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EEBC on black background.


Color preview on white background

This text has color #87EEBC on white background.



Black color preview on #87EEBC background

This text has black color on #87EEBC background.


White color preview on #87EEBC background

This text has white color on #87EEBC background.