COLOR #87DB75

HEX: #87DB75
RGB: (135,219,117)

Color info

#87DB75 contains mainly green color. Web safe color of #87DB75 is #99CC66 (or #9C6).

RGB color model

#87DB75 color RGB value is (135,219,117).

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

RGB channels and saturation

R 135 of 255 = 53%
G 219 of 255 = 86%
B 117 of 255 = 46%

135
219
117

R + G + B ~ 62%. #87DB75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 219 + 117 = 471 (100%)
R 135 of 471 ~ 28.66%
G 219 of 471 ~ 46.5%
B 117 of 471 ~ 24.84%

%28.66
%46.5
%24.84

CMYK color model

#87DB75 color CMYK value is (38,0,47,14).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 14.12%
CMYK:
(38,0,47,14)
C38M0Y47K14 
(38%,0%,47%,14%)
(0.38/0.00/0.47/0.14)	

CMYK percentages

%38.36
%0
%46.58
%14.12

Codes

Color #87DB75 in popluar color models

87DB75
RGB135219117
HSL109°58.62%65.88%
HSB/HSV109°46.58%85.88%
CMYK38.36%0.00%46.58%
14.12%

Color #87DB75 in popluar number systems.

HEX87DB75
Decimal135219117
Binary10000111110110111110101
Octal207333165

Shades and tints

Shades of #87DB75

#87DB75
(135,219,117)
#7BC86B
(123,200,107)
#6FB561
(111,181,97)
#63A257
(99,162,87)
#578F4D
(87,143,77)
#4B7C43
(75,124,67)
#3F6939
(63,105,57)
#33562F
(51,86,47)
#274325
(39,67,37)
#1B301B
(27,48,27)
#0F1D11
(15,29,17)
#000000
(0,0,0)

Tints of #87DB75

#87DB75
(135,219,117)
#91DE81
(145,222,129)
#9BE18D
(155,225,141)
#A5E499
(165,228,153)
#AFE7A5
(175,231,165)
#B9EAB1
(185,234,177)
#C3EDBD
(195,237,189)
#CDF0C9
(205,240,201)
#D7F3D5
(215,243,213)
#E1F6E1
(225,246,225)
#EBF9ED
(235,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87DB75; }

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

This text font color is #87DB75.


Background Color

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

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

This div background color is #87DB75.


Border color

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

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

This div border color is #87DB75.


Opacity

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

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

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

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

This text has shadow with #87DB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DB75 on black background.


Color preview on white background

This text has color #87DB75 on white background.



Black color preview on #87DB75 background

This text has black color on #87DB75 background.


White color preview on #87DB75 background

This text has white color on #87DB75 background.