COLOR #87EBC6

HEX: #87EBC6
RGB: (135,235,198)

Color info

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

RGB color model

#87EBC6 color RGB value is (135,235,198).

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

RGB channels and saturation

R 135 of 255 = 53%
G 235 of 255 = 92%
B 198 of 255 = 78%

135
235
198

R + G + B ~ 74%. #87EBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 235 + 198 = 568 (100%)
R 135 of 568 ~ 23.77%
G 235 of 568 ~ 41.37%
B 198 of 568 ~ 34.86%

%23.77
%41.37
%34.86

CMYK color model

#87EBC6 color CMYK value is (43,0,16,8).

  • cyan value is 42.55%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(43,0,16,8)
C43M0Y16K8 
(43%,0%,16%,8%)
(0.43/0.00/0.16/0.08)	

CMYK percentages

%42.55
%0
%15.74
%7.84

Codes

Color #87EBC6 in popluar color models

87EBC6
RGB135235198
HSL158°71.43%72.55%
HSB/HSV158°42.55%92.16%
CMYK42.55%0.00%15.74%
7.84%

Color #87EBC6 in popluar number systems.

HEX87EBC6
Decimal135235198
Binary100001111110101111000110
Octal207353306

Shades and tints

Shades of #87EBC6

#87EBC6
(135,235,198)
#7BD6B4
(123,214,180)
#6FC1A2
(111,193,162)
#63AC90
(99,172,144)
#57977E
(87,151,126)
#4B826C
(75,130,108)
#3F6D5A
(63,109,90)
#335848
(51,88,72)
#274336
(39,67,54)
#1B2E24
(27,46,36)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #87EBC6

#87EBC6
(135,235,198)
#91ECCB
(145,236,203)
#9BEDD0
(155,237,208)
#A5EED5
(165,238,213)
#AFEFDA
(175,239,218)
#B9F0DF
(185,240,223)
#C3F1E4
(195,241,228)
#CDF2E9
(205,242,233)
#D7F3EE
(215,243,238)
#E1F4F3
(225,244,243)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87EBC6; }

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

This text font color is #87EBC6.


Background Color

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

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

This div background color is #87EBC6.


Border color

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

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

This div border color is #87EBC6.


Opacity

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

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

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

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

This text has shadow with #87EBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EBC6 on black background.


Color preview on white background

This text has color #87EBC6 on white background.



Black color preview on #87EBC6 background

This text has black color on #87EBC6 background.


White color preview on #87EBC6 background

This text has white color on #87EBC6 background.