COLOR #87DB97

HEX: #87DB97
RGB: (135,219,151)

Color info

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

RGB color model

#87DB97 color RGB value is (135,219,151).

  • red value is 135;
  • green value is 219;
  • blue value is 151.
RGB:
(135,219,151)
(53%,86%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 219 of 255 = 86%
B 151 of 255 = 59%

135
219
151

R + G + B ~ 66%. #87DB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 219 + 151 = 505 (100%)
R 135 of 505 ~ 26.73%
G 219 of 505 ~ 43.37%
B 151 of 505 ~ 29.9%

%26.73
%43.37
%29.9

CMYK color model

#87DB97 color CMYK value is (38,0,31,14).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 14.12%
CMYK:
(38,0,31,14)
C38M0Y31K14 
(38%,0%,31%,14%)
(0.38/0.00/0.31/0.14)	

CMYK percentages

%38.36
%0
%31.05
%14.12

Codes

Color #87DB97 in popluar color models

87DB97
RGB135219151
HSL131°53.85%69.41%
HSB/HSV131°38.36%85.88%
CMYK38.36%0.00%31.05%
14.12%

Color #87DB97 in popluar number systems.

HEX87DB97
Decimal135219151
Binary100001111101101110010111
Octal207333227

Shades and tints

Shades of #87DB97

#87DB97
(135,219,151)
#7BC88A
(123,200,138)
#6FB57D
(111,181,125)
#63A270
(99,162,112)
#578F63
(87,143,99)
#4B7C56
(75,124,86)
#3F6949
(63,105,73)
#33563C
(51,86,60)
#27432F
(39,67,47)
#1B3022
(27,48,34)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #87DB97

#87DB97
(135,219,151)
#91DEA0
(145,222,160)
#9BE1A9
(155,225,169)
#A5E4B2
(165,228,178)
#AFE7BB
(175,231,187)
#B9EAC4
(185,234,196)
#C3EDCD
(195,237,205)
#CDF0D6
(205,240,214)
#D7F3DF
(215,243,223)
#E1F6E8
(225,246,232)
#EBF9F1
(235,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DB97 color. Also use rgb(135,219,151) instead hex code.

Text Font Color

.myTextColor { color: #87DB97; }

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

This text font color is #87DB97.


Background Color

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

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

This div background color is #87DB97.


Border color

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

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

This div border color is #87DB97.


Opacity

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

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

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

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

This text has shadow with #87DB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DB97 on black background.


Color preview on white background

This text has color #87DB97 on white background.



Black color preview on #87DB97 background

This text has black color on #87DB97 background.


White color preview on #87DB97 background

This text has white color on #87DB97 background.