COLOR #87E1CF

HEX: #87E1CF
RGB: (135,225,207)

Color info

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

RGB color model

#87E1CF color RGB value is (135,225,207).

  • red value is 135;
  • green value is 225;
  • blue value is 207.
RGB:
(135,225,207)
(53%,88%,81%)

RGB channels and saturation

R 135 of 255 = 53%
G 225 of 255 = 88%
B 207 of 255 = 81%

135
225
207

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

Portions of RGB colors in percentages

R + G + B =
135 + 225 + 207 = 567 (100%)
R 135 of 567 ~ 23.81%
G 225 of 567 ~ 39.68%
B 207 of 567 ~ 36.51%

%23.81
%39.68
%36.51

CMYK color model

#87E1CF color CMYK value is (40,0,8,12).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(40,0,8,12)
C40M0Y8K12 
(40%,0%,8%,12%)
(0.40/0.00/0.08/0.12)	

CMYK percentages

%40
%0
%8
%11.76

Codes

Color #87E1CF in popluar color models

87E1CF
RGB135225207
HSL168°60.00%70.59%
HSB/HSV168°40.00%88.24%
CMYK40.00%0.00%8.00%
11.76%

Color #87E1CF in popluar number systems.

HEX87E1CF
Decimal135225207
Binary100001111110000111001111
Octal207341317

Shades and tints

Shades of #87E1CF

#87E1CF
(135,225,207)
#7BCDBD
(123,205,189)
#6FB9AB
(111,185,171)
#63A599
(99,165,153)
#579187
(87,145,135)
#4B7D75
(75,125,117)
#3F6963
(63,105,99)
#335551
(51,85,81)
#27413F
(39,65,63)
#1B2D2D
(27,45,45)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #87E1CF

#87E1CF
(135,225,207)
#91E3D3
(145,227,211)
#9BE5D7
(155,229,215)
#A5E7DB
(165,231,219)
#AFE9DF
(175,233,223)
#B9EBE3
(185,235,227)
#C3EDE7
(195,237,231)
#CDEFEB
(205,239,235)
#D7F1EF
(215,241,239)
#E1F3F3
(225,243,243)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E1CF color. Also use rgb(135,225,207) instead hex code.

Text Font Color

.myTextColor { color: #87E1CF; }

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

This text font color is #87E1CF.


Background Color

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

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

This div background color is #87E1CF.


Border color

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

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

This div border color is #87E1CF.


Opacity

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

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

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

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

This text has shadow with #87E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E1CF on black background.


Color preview on white background

This text has color #87E1CF on white background.



Black color preview on #87E1CF background

This text has black color on #87E1CF background.


White color preview on #87E1CF background

This text has white color on #87E1CF background.