COLOR #87D694

HEX: #87D694 RGB: (135,214,148)

Color info

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

RGB color model

#87D694 color RGB value is (135,214,148).

RGB: (135,214,148) (53%, 84%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 214 of 255 = 84%
B 148 of 255 = 58%

135
214
148

R + G + B ~ 65%. #87D694 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 214 + 148 = 497 (100%)
R 135 of 497 ~ 27.16%
G 214 of 497 ~ 43.06%
B 148 of 497 ~ 29.78'%

%27.16
%43.06
%29.78

CMYK color model

#87D694 color CMYK value is (37,0,31,16).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 16.08%

CMYK: (37,0,31,16)
C37M0Y31K16 (37%, 0%, 31%, 16%)
(0.37 / 0.00 / 0.31 / 0.16)

CMYK percentages

%36.92
%0
%30.84
%16.08

Codes

Color #87D694 in popluar color models

87 D6 94
RGB 135 214 148
HSL 130° 49.07% 68.43%
HSB/HSV 130° 36.92% 83.92%
CMYK 36.92% 0.00% 30.84%
16.08%

Color #87D694 in popluar number systems.

HEX 87 D6 94
Decimal 135 214 148
Binary 10000111 11010110 10010100
Octal 207 326 224

Shades and tints

Shades of #87D694

#87D694
(135,214,148)
#7BC387
(123,195,135)
#6FB07A
(111,176,122)
#639D6D
(99,157,109)
#578A60
(87,138,96)
#4B7753
(75,119,83)
#3F6446
(63,100,70)
#335139
(51,81,57)
#273E2C
(39,62,44)
#1B2B1F
(27,43,31)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #87D694

#87D694
(135,214,148)
#91D99D
(145,217,157)
#9BDCA6
(155,220,166)
#A5DFAF
(165,223,175)
#AFE2B8
(175,226,184)
#B9E5C1
(185,229,193)
#C3E8CA
(195,232,202)
#CDEBD3
(205,235,211)
#D7EEDC
(215,238,220)
#E1F1E5
(225,241,229)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D694 color. Also use rgb(135,214,148) instead hex code.

Text Font Color

.myTextColor { color: #87D694; }

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

This text font color is #87D694.

Background Color

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

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

This div background color is #87D694.

Border color

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

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

This div border color is #87D694.

Opacity

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

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

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

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

This text has shadow with #87D694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D694.

Preview

Color preview on black background

This text has color #87D694 on black background.


Color preview on white background

This text has color #87D694 on white background.


Black color preview on #87D694 background

This text has black color on #87D694 background.


White color preview on #87D694 background

This text has white color on #87D694 background.


Related colors

Complementary color

Complementary color for #hex is #78296B.


I love getcolorcode.com

Triadic colors

1 #9487D6 and #D69487 with #87D694 are triadic colors.

2 #94D687 and #D68794 with #87D694 are triadic colors.