COLOR #87C39D

HEX: #87C39D RGB: (135,195,157)

Color info

#87C39D contains mainly green and blue colors. Web safe color of #87C39D is #99CC99 (or #9C9).

RGB color model

#87C39D color RGB value is (135,195,157).

RGB: (135,195,157) (53%, 76%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 157 of 255 = 62%

135
195
157

R + G + B ~ 64%. #87C39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 195 + 157 = 487 (100%)
R 135 of 487 ~ 27.72%
G 195 of 487 ~ 40.04%
B 157 of 487 ~ 32.24'%

%27.72
%40.04
%32.24

CMYK color model

#87C39D color CMYK value is (31,0,19,24).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%

CMYK: (31,0,19,24)
C31M0Y19K24 (31%, 0%, 19%, 24%)
(0.31 / 0.00 / 0.19 / 0.24)

CMYK percentages

%30.77
%0
%19.49
%23.53

Codes

Color #87C39D in popluar color models

87 C3 9D
RGB 135 195 157
HSL 142° 33.33% 64.71%
HSB/HSV 142° 30.77% 76.47%
CMYK 30.77% 0.00% 19.49%
23.53%

Color #87C39D in popluar number systems.

HEX 87 C3 9D
Decimal 135 195 157
Binary 10000111 11000011 10011101
Octal 207 303 235

Shades and tints

Shades of #87C39D

#87C39D
(135,195,157)
#7BB28F
(123,178,143)
#6FA181
(111,161,129)
#639073
(99,144,115)
#577F65
(87,127,101)
#4B6E57
(75,110,87)
#3F5D49
(63,93,73)
#334C3B
(51,76,59)
#273B2D
(39,59,45)
#1B2A1F
(27,42,31)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #87C39D

#87C39D
(135,195,157)
#91C8A5
(145,200,165)
#9BCDAD
(155,205,173)
#A5D2B5
(165,210,181)
#AFD7BD
(175,215,189)
#B9DCC5
(185,220,197)
#C3E1CD
(195,225,205)
#CDE6D5
(205,230,213)
#D7EBDD
(215,235,221)
#E1F0E5
(225,240,229)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C39D color. Also use rgb(135,195,157) instead hex code.

Text Font Color

.myTextColor { color: #87C39D; }

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

This text font color is #87C39D.

Background Color

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

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

This div background color is #87C39D.

Border color

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

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

This div border color is #87C39D.

Opacity

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

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

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

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

This text has shadow with #87C39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C39D.

Preview

Color preview on black background

This text has color #87C39D on black background.


Color preview on white background

This text has color #87C39D on white background.


Black color preview on #87C39D background

This text has black color on #87C39D background.


White color preview on #87C39D background

This text has white color on #87C39D background.


Related colors

Complementary color

Complementary color for #hex is #783C62.


I love getcolorcode.com

Triadic colors

1 #9D87C3 and #C39D87 with #87C39D are triadic colors.

2 #9DC387 and #C3879D with #87C39D are triadic colors.