COLOR #87FFC5

HEX: #87FFC5 RGB: (135,255,197)

Color info

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

RGB color model

#87FFC5 color RGB value is (135,255,197).

RGB: (135,255,197) (53%, 100%, 77%)

RGB channels and saturation

R 135 of 255 = 53%
G 255 of 255 = 100%
B 197 of 255 = 77%

135
255
197

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

Portions of RGB colors in percentages

R + G + B = 135 + 255 + 197 = 587 (100%)
R 135 of 587 ~ 23%
G 255 of 587 ~ 43.44%
B 197 of 587 ~ 33.56'%

%23
%43.44
%33.56

CMYK color model

#87FFC5 color CMYK value is (47,0,23,0).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 0.00%

CMYK: (47,0,23,0)
C47M0Y23K0 (47%, 0%, 23%, 0%)
(0.47 / 0.00 / 0.23 / 0.00)

CMYK percentages

%47.06
%0
%22.75
%0

Codes

Color #87FFC5 in popluar color models

87 FF C5
RGB 135 255 197
HSL 151° 100.00% 76.47%
HSB/HSV 151° 47.06% 100.00%
CMYK 47.06% 0.00% 22.75%
0.00%

Color #87FFC5 in popluar number systems.

HEX 87 FF C5
Decimal 135 255 197
Binary 10000111 11111111 11000101
Octal 207 377 305

Shades and tints

Shades of #87FFC5

#87FFC5
(135,255,197)
#7BE8B4
(123,232,180)
#6FD1A3
(111,209,163)
#63BA92
(99,186,146)
#57A381
(87,163,129)
#4B8C70
(75,140,112)
#3F755F
(63,117,95)
#335E4E
(51,94,78)
#27473D
(39,71,61)
#1B302C
(27,48,44)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #87FFC5

#87FFC5
(135,255,197)
#91FFCA
(145,255,202)
#9BFFCF
(155,255,207)
#A5FFD4
(165,255,212)
#AFFFD9
(175,255,217)
#B9FFDE
(185,255,222)
#C3FFE3
(195,255,227)
#CDFFE8
(205,255,232)
#D7FFED
(215,255,237)
#E1FFF2
(225,255,242)
#EBFFF7
(235,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FFC5 color. Also use rgb(135,255,197) instead hex code.

Text Font Color

.myTextColor { color: #87FFC5; }

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

This text font color is #87FFC5.

Background Color

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

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

This div background color is #87FFC5.

Border color

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

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

This div border color is #87FFC5.

Opacity

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

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

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

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

This text has shadow with #87FFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87FFC5.

Preview

Color preview on black background

This text has color #87FFC5 on black background.


Color preview on white background

This text has color #87FFC5 on white background.


Black color preview on #87FFC5 background

This text has black color on #87FFC5 background.


White color preview on #87FFC5 background

This text has white color on #87FFC5 background.


Related colors

Complementary color

Complementary color for #hex is #78003A.


I love getcolorcode.com

Triadic colors

1 #C587FF and #FFC587 with #87FFC5 are triadic colors.

2 #C5FF87 and #FF87C5 with #87FFC5 are triadic colors.