COLOR #87DA8D

HEX: #87DA8D
RGB: (135,218,141)

Color info

#87DA8D contains mainly green color. Web safe color of #87DA8D is #99CC99 (or #9C9).

RGB color model

#87DA8D color RGB value is (135,218,141).

  • red value is 135;
  • green value is 218;
  • blue value is 141.
RGB:
(135,218,141)
(53%,85%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 218 of 255 = 85%
B 141 of 255 = 55%

135
218
141

R + G + B ~ 64%. #87DA8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 218 + 141 = 494 (100%)
R 135 of 494 ~ 27.33%
G 218 of 494 ~ 44.13%
B 141 of 494 ~ 28.54%

%27.33
%44.13
%28.54

CMYK color model

#87DA8D color CMYK value is (38,0,35,15).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 14.51%
CMYK:
(38,0,35,15)
C38M0Y35K15 
(38%,0%,35%,15%)
(0.38/0.00/0.35/0.15)	

CMYK percentages

%38.07
%0
%35.32
%14.51

Codes

Color #87DA8D in popluar color models

87DA8D
RGB135218141
HSL124°52.87%69.22%
HSB/HSV124°38.07%85.49%
CMYK38.07%0.00%35.32%
14.51%

Color #87DA8D in popluar number systems.

HEX87DA8D
Decimal135218141
Binary100001111101101010001101
Octal207332215

Shades and tints

Shades of #87DA8D

#87DA8D
(135,218,141)
#7BC781
(123,199,129)
#6FB475
(111,180,117)
#63A169
(99,161,105)
#578E5D
(87,142,93)
#4B7B51
(75,123,81)
#3F6845
(63,104,69)
#335539
(51,85,57)
#27422D
(39,66,45)
#1B2F21
(27,47,33)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #87DA8D

#87DA8D
(135,218,141)
#91DD97
(145,221,151)
#9BE0A1
(155,224,161)
#A5E3AB
(165,227,171)
#AFE6B5
(175,230,181)
#B9E9BF
(185,233,191)
#C3ECC9
(195,236,201)
#CDEFD3
(205,239,211)
#D7F2DD
(215,242,221)
#E1F5E7
(225,245,231)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DA8D color. Also use rgb(135,218,141) instead hex code.

Text Font Color

.myTextColor { color: #87DA8D; }

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

This text font color is #87DA8D.


Background Color

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

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

This div background color is #87DA8D.


Border color

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

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

This div border color is #87DA8D.


Opacity

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

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

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

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

This text has shadow with #87DA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DA8D on black background.


Color preview on white background

This text has color #87DA8D on white background.



Black color preview on #87DA8D background

This text has black color on #87DA8D background.


White color preview on #87DA8D background

This text has white color on #87DA8D background.