COLOR #87D376

HEX: #87D376 RGB: (135,211,118)

Color info

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

RGB color model

#87D376 color RGB value is (135,211,118).

RGB: (135,211,118) (53%, 83%, 46%)

RGB channels and saturation

R 135 of 255 = 53%
G 211 of 255 = 83%
B 118 of 255 = 46%

135
211
118

R + G + B ~ 61%. #87D376 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 211 + 118 = 464 (100%)
R 135 of 464 ~ 29.09%
G 211 of 464 ~ 45.47%
B 118 of 464 ~ 25.43'%

%29.09
%45.47
%25.43

CMYK color model

#87D376 color CMYK value is (36,0,44,17).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 17.25%

CMYK: (36,0,44,17)
C36M0Y44K17 (36%, 0%, 44%, 17%)
(0.36 / 0.00 / 0.44 / 0.17)

CMYK percentages

%36.02
%0
%44.08
%17.25

Codes

Color #87D376 in popluar color models

87 D3 76
RGB 135 211 118
HSL 109° 51.38% 64.51%
HSB/HSV 109° 44.08% 82.75%
CMYK 36.02% 0.00% 44.08%
17.25%

Color #87D376 in popluar number systems.

HEX 87 D3 76
Decimal 135 211 118
Binary 10000111 11010011 1110110
Octal 207 323 166

Shades and tints

Shades of #87D376

#87D376
(135,211,118)
#7BC06C
(123,192,108)
#6FAD62
(111,173,98)
#639A58
(99,154,88)
#57874E
(87,135,78)
#4B7444
(75,116,68)
#3F613A
(63,97,58)
#334E30
(51,78,48)
#273B26
(39,59,38)
#1B281C
(27,40,28)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #87D376

#87D376
(135,211,118)
#91D782
(145,215,130)
#9BDB8E
(155,219,142)
#A5DF9A
(165,223,154)
#AFE3A6
(175,227,166)
#B9E7B2
(185,231,178)
#C3EBBE
(195,235,190)
#CDEFCA
(205,239,202)
#D7F3D6
(215,243,214)
#E1F7E2
(225,247,226)
#EBFBEE
(235,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D376 color. Also use rgb(135,211,118) instead hex code.

Text Font Color

.myTextColor { color: #87D376; }

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

This text font color is #87D376.

Background Color

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

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

This div background color is #87D376.

Border color

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

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

This div border color is #87D376.

Opacity

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

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

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

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

This text has shadow with #87D376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D376.

Preview

Color preview on black background

This text has color #87D376 on black background.


Color preview on white background

This text has color #87D376 on white background.


Black color preview on #87D376 background

This text has black color on #87D376 background.


White color preview on #87D376 background

This text has white color on #87D376 background.


Related colors

Complementary color

Complementary color for #hex is #782C89.


I love getcolorcode.com

Triadic colors

1 #7687D3 and #D37687 with #87D376 are triadic colors.

2 #76D387 and #D38776 with #87D376 are triadic colors.