COLOR #87D968

HEX: #87D968
RGB: (135,217,104)

Color info

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

RGB color model

#87D968 color RGB value is (135,217,104).

  • red value is 135;
  • green value is 217;
  • blue value is 104.
RGB:
(135,217,104)
(53%,85%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 217 of 255 = 85%
B 104 of 255 = 41%

135
217
104

R + G + B ~ 60%. #87D968 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 217 + 104 = 456 (100%)
R 135 of 456 ~ 29.61%
G 217 of 456 ~ 47.59%
B 104 of 456 ~ 22.81%

%29.61
%47.59
%22.81

CMYK color model

#87D968 color CMYK value is (38,0,52,15).

  • cyan value is 37.79%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 14.90%
CMYK:
(38,0,52,15)
C38M0Y52K15 
(38%,0%,52%,15%)
(0.38/0.00/0.52/0.15)	

CMYK percentages

%37.79
%0
%52.07
%14.9

Codes

Color #87D968 in popluar color models

87D968
RGB135217104
HSL104°59.79%62.94%
HSB/HSV104°52.07%85.10%
CMYK37.79%0.00%52.07%
14.90%

Color #87D968 in popluar number systems.

HEX87D968
Decimal135217104
Binary10000111110110011101000
Octal207331150

Shades and tints

Shades of #87D968

#87D968
(135,217,104)
#7BC65F
(123,198,95)
#6FB356
(111,179,86)
#63A04D
(99,160,77)
#578D44
(87,141,68)
#4B7A3B
(75,122,59)
#3F6732
(63,103,50)
#335429
(51,84,41)
#274120
(39,65,32)
#1B2E17
(27,46,23)
#0F1B0E
(15,27,14)
#000000
(0,0,0)

Tints of #87D968

#87D968
(135,217,104)
#91DC75
(145,220,117)
#9BDF82
(155,223,130)
#A5E28F
(165,226,143)
#AFE59C
(175,229,156)
#B9E8A9
(185,232,169)
#C3EBB6
(195,235,182)
#CDEEC3
(205,238,195)
#D7F1D0
(215,241,208)
#E1F4DD
(225,244,221)
#EBF7EA
(235,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D968 color. Also use rgb(135,217,104) instead hex code.

Text Font Color

.myTextColor { color: #87D968; }

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

This text font color is #87D968.


Background Color

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

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

This div background color is #87D968.


Border color

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

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

This div border color is #87D968.


Opacity

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

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

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

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

This text has shadow with #87D968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D968 on black background.


Color preview on white background

This text has color #87D968 on white background.



Black color preview on #87D968 background

This text has black color on #87D968 background.


White color preview on #87D968 background

This text has white color on #87D968 background.