COLOR #87FAA1

HEX: #87FAA1
RGB: (135,250,161)

Color info

#87FAA1 contains mainly green color. Web safe color of #87FAA1 is #99FF99 (or #9F9).

RGB color model

#87FAA1 color RGB value is (135,250,161).

  • red value is 135;
  • green value is 250;
  • blue value is 161.
RGB:
(135,250,161)
(53%,98%,63%)

RGB channels and saturation

R 135 of 255 = 53%
G 250 of 255 = 98%
B 161 of 255 = 63%

135
250
161

R + G + B ~ 71%. #87FAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 250 + 161 = 546 (100%)
R 135 of 546 ~ 24.73%
G 250 of 546 ~ 45.79%
B 161 of 546 ~ 29.49%

%24.73
%45.79
%29.49

CMYK color model

#87FAA1 color CMYK value is (46,0,36,2).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 35.60%
  • key color value is 1.96%
CMYK:
(46,0,36,2)
C46M0Y36K2 
(46%,0%,36%,2%)
(0.46/0.00/0.36/0.02)	

CMYK percentages

%46
%0
%35.6
%1.96

Codes

Color #87FAA1 in popluar color models

87FAA1
RGB135250161
HSL134°92.00%75.49%
HSB/HSV134°46.00%98.04%
CMYK46.00%0.00%35.60%
1.96%

Color #87FAA1 in popluar number systems.

HEX87FAA1
Decimal135250161
Binary100001111111101010100001
Octal207372241

Shades and tints

Shades of #87FAA1

#87FAA1
(135,250,161)
#7BE493
(123,228,147)
#6FCE85
(111,206,133)
#63B877
(99,184,119)
#57A269
(87,162,105)
#4B8C5B
(75,140,91)
#3F764D
(63,118,77)
#33603F
(51,96,63)
#274A31
(39,74,49)
#1B3423
(27,52,35)
#0F1E15
(15,30,21)
#000000
(0,0,0)

Tints of #87FAA1

#87FAA1
(135,250,161)
#91FAA9
(145,250,169)
#9BFAB1
(155,250,177)
#A5FAB9
(165,250,185)
#AFFAC1
(175,250,193)
#B9FAC9
(185,250,201)
#C3FAD1
(195,250,209)
#CDFAD9
(205,250,217)
#D7FAE1
(215,250,225)
#E1FAE9
(225,250,233)
#EBFAF1
(235,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FAA1 color. Also use rgb(135,250,161) instead hex code.

Text Font Color

.myTextColor { color: #87FAA1; }

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

This text font color is #87FAA1.


Background Color

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

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

This div background color is #87FAA1.


Border color

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

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

This div border color is #87FAA1.


Opacity

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

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

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

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

This text has shadow with #87FAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87FAA1 on black background.


Color preview on white background

This text has color #87FAA1 on white background.



Black color preview on #87FAA1 background

This text has black color on #87FAA1 background.


White color preview on #87FAA1 background

This text has white color on #87FAA1 background.