COLOR #87FDD5

HEX: #87FDD5
RGB: (135,253,213)

Color info

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

RGB color model

#87FDD5 color RGB value is (135,253,213).

  • red value is 135;
  • green value is 253;
  • blue value is 213.
RGB:
(135,253,213)
(53%,99%,84%)

RGB channels and saturation

R 135 of 255 = 53%
G 253 of 255 = 99%
B 213 of 255 = 84%

135
253
213

R + G + B ~ 79%. #87FDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 253 + 213 = 601 (100%)
R 135 of 601 ~ 22.46%
G 253 of 601 ~ 42.1%
B 213 of 601 ~ 35.44%

%22.46
%42.1
%35.44

CMYK color model

#87FDD5 color CMYK value is (47,0,16,1).

  • cyan value is 46.64%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 0.78%
CMYK:
(47,0,16,1)
C47M0Y16K1 
(47%,0%,16%,1%)
(0.47/0.00/0.16/0.01)	

CMYK percentages

%46.64
%0
%15.81
%0.78

Codes

Color #87FDD5 in popluar color models

87FDD5
RGB135253213
HSL160°96.72%76.08%
HSB/HSV160°46.64%99.22%
CMYK46.64%0.00%15.81%
0.78%

Color #87FDD5 in popluar number systems.

HEX87FDD5
Decimal135253213
Binary100001111111110111010101
Octal207375325

Shades and tints

Shades of #87FDD5

#87FDD5
(135,253,213)
#7BE6C2
(123,230,194)
#6FCFAF
(111,207,175)
#63B89C
(99,184,156)
#57A189
(87,161,137)
#4B8A76
(75,138,118)
#3F7363
(63,115,99)
#335C50
(51,92,80)
#27453D
(39,69,61)
#1B2E2A
(27,46,42)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #87FDD5

#87FDD5
(135,253,213)
#91FDD8
(145,253,216)
#9BFDDB
(155,253,219)
#A5FDDE
(165,253,222)
#AFFDE1
(175,253,225)
#B9FDE4
(185,253,228)
#C3FDE7
(195,253,231)
#CDFDEA
(205,253,234)
#D7FDED
(215,253,237)
#E1FDF0
(225,253,240)
#EBFDF3
(235,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FDD5 color. Also use rgb(135,253,213) instead hex code.

Text Font Color

.myTextColor { color: #87FDD5; }

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

This text font color is #87FDD5.


Background Color

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

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

This div background color is #87FDD5.


Border color

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

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

This div border color is #87FDD5.


Opacity

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

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

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

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

This text has shadow with #87FDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87FDD5 on black background.


Color preview on white background

This text has color #87FDD5 on white background.



Black color preview on #87FDD5 background

This text has black color on #87FDD5 background.


White color preview on #87FDD5 background

This text has white color on #87FDD5 background.