COLOR #87C18D

HEX: #87C18D
RGB: (135,193,141)

Color info

#87C18D contains red, green and blue colors in about the same proportion. Web safe color of #87C18D is #99CC99 (or #9C9).

RGB color model

#87C18D color RGB value is (135,193,141).

  • red value is 135;
  • green value is 193;
  • blue value is 141.
RGB:
(135,193,141)
(53%,76%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 193 of 255 = 76%
B 141 of 255 = 55%

135
193
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 193 + 141 = 469 (100%)
R 135 of 469 ~ 28.78%
G 193 of 469 ~ 41.15%
B 141 of 469 ~ 30.06%

%28.78
%41.15
%30.06

CMYK color model

#87C18D color CMYK value is (30,0,27,24).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(30,0,27,24)
C30M0Y27K24 
(30%,0%,27%,24%)
(0.30/0.00/0.27/0.24)	

CMYK percentages

%30.05
%0
%26.94
%24.31

Codes

Color #87C18D in popluar color models

87C18D
RGB135193141
HSL126°31.87%64.31%
HSB/HSV126°30.05%75.69%
CMYK30.05%0.00%26.94%
24.31%

Color #87C18D in popluar number systems.

HEX87C18D
Decimal135193141
Binary100001111100000110001101
Octal207301215

Shades and tints

Shades of #87C18D

#87C18D
(135,193,141)
#7BB081
(123,176,129)
#6F9F75
(111,159,117)
#638E69
(99,142,105)
#577D5D
(87,125,93)
#4B6C51
(75,108,81)
#3F5B45
(63,91,69)
#334A39
(51,74,57)
#27392D
(39,57,45)
#1B2821
(27,40,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #87C18D

#87C18D
(135,193,141)
#91C697
(145,198,151)
#9BCBA1
(155,203,161)
#A5D0AB
(165,208,171)
#AFD5B5
(175,213,181)
#B9DABF
(185,218,191)
#C3DFC9
(195,223,201)
#CDE4D3
(205,228,211)
#D7E9DD
(215,233,221)
#E1EEE7
(225,238,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C18D color. Also use rgb(135,193,141) instead hex code.

Text Font Color

.myTextColor { color: #87C18D; }

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

This text font color is #87C18D.


Background Color

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

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

This div background color is #87C18D.


Border color

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

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

This div border color is #87C18D.


Opacity

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

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

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

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

This text has shadow with #87C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C18D on black background.


Color preview on white background

This text has color #87C18D on white background.



Black color preview on #87C18D background

This text has black color on #87C18D background.


White color preview on #87C18D background

This text has white color on #87C18D background.