COLOR #87F4CF

HEX: #87F4CF
RGB: (135,244,207)

Color info

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

RGB color model

#87F4CF color RGB value is (135,244,207).

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

RGB channels and saturation

R 135 of 255 = 53%
G 244 of 255 = 96%
B 207 of 255 = 81%

135
244
207

R + G + B ~ 77%. #87F4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 244 + 207 = 586 (100%)
R 135 of 586 ~ 23.04%
G 244 of 586 ~ 41.64%
B 207 of 586 ~ 35.32%

%23.04
%41.64
%35.32

CMYK color model

#87F4CF color CMYK value is (45,0,15,4).

  • cyan value is 44.67%
  • magenta value is 0.00%
  • yellow value is 15.16%
  • key color value is 4.31%
CMYK:
(45,0,15,4)
C45M0Y15K4 
(45%,0%,15%,4%)
(0.45/0.00/0.15/0.04)	

CMYK percentages

%44.67
%0
%15.16
%4.31

Codes

Color #87F4CF in popluar color models

87F4CF
RGB135244207
HSL160°83.21%74.31%
HSB/HSV160°44.67%95.69%
CMYK44.67%0.00%15.16%
4.31%

Color #87F4CF in popluar number systems.

HEX87F4CF
Decimal135244207
Binary100001111111010011001111
Octal207364317

Shades and tints

Shades of #87F4CF

#87F4CF
(135,244,207)
#7BDEBD
(123,222,189)
#6FC8AB
(111,200,171)
#63B299
(99,178,153)
#579C87
(87,156,135)
#4B8675
(75,134,117)
#3F7063
(63,112,99)
#335A51
(51,90,81)
#27443F
(39,68,63)
#1B2E2D
(27,46,45)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #87F4CF

#87F4CF
(135,244,207)
#91F5D3
(145,245,211)
#9BF6D7
(155,246,215)
#A5F7DB
(165,247,219)
#AFF8DF
(175,248,223)
#B9F9E3
(185,249,227)
#C3FAE7
(195,250,231)
#CDFBEB
(205,251,235)
#D7FCEF
(215,252,239)
#E1FDF3
(225,253,243)
#EBFEF7
(235,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87F4CF; }

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

This text font color is #87F4CF.


Background Color

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

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

This div background color is #87F4CF.


Border color

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

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

This div border color is #87F4CF.


Opacity

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

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

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

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

This text has shadow with #87F4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F4CF on black background.


Color preview on white background

This text has color #87F4CF on white background.



Black color preview on #87F4CF background

This text has black color on #87F4CF background.


White color preview on #87F4CF background

This text has white color on #87F4CF background.