COLOR #87C375

HEX: #87C375
RGB: (135,195,117)

Color info

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

RGB color model

#87C375 color RGB value is (135,195,117).

  • red value is 135;
  • green value is 195;
  • blue value is 117.
RGB:
(135,195,117)
(53%,76%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 117 of 255 = 46%

135
195
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 195 + 117 = 447 (100%)
R 135 of 447 ~ 30.2%
G 195 of 447 ~ 43.62%
B 117 of 447 ~ 26.17%

%30.2
%43.62
%26.17

CMYK color model

#87C375 color CMYK value is (31,0,40,24).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 23.53%
CMYK:
(31,0,40,24)
C31M0Y40K24 
(31%,0%,40%,24%)
(0.31/0.00/0.40/0.24)	

CMYK percentages

%30.77
%0
%40
%23.53

Codes

Color #87C375 in popluar color models

87C375
RGB135195117
HSL106°39.39%61.18%
HSB/HSV106°40.00%76.47%
CMYK30.77%0.00%40.00%
23.53%

Color #87C375 in popluar number systems.

HEX87C375
Decimal135195117
Binary10000111110000111110101
Octal207303165

Shades and tints

Shades of #87C375

#87C375
(135,195,117)
#7BB26B
(123,178,107)
#6FA161
(111,161,97)
#639057
(99,144,87)
#577F4D
(87,127,77)
#4B6E43
(75,110,67)
#3F5D39
(63,93,57)
#334C2F
(51,76,47)
#273B25
(39,59,37)
#1B2A1B
(27,42,27)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #87C375

#87C375
(135,195,117)
#91C881
(145,200,129)
#9BCD8D
(155,205,141)
#A5D299
(165,210,153)
#AFD7A5
(175,215,165)
#B9DCB1
(185,220,177)
#C3E1BD
(195,225,189)
#CDE6C9
(205,230,201)
#D7EBD5
(215,235,213)
#E1F0E1
(225,240,225)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C375; }

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

This text font color is #87C375.


Background Color

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

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

This div background color is #87C375.


Border color

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

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

This div border color is #87C375.


Opacity

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

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

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

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

This text has shadow with #87C375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C375 on black background.


Color preview on white background

This text has color #87C375 on white background.



Black color preview on #87C375 background

This text has black color on #87C375 background.


White color preview on #87C375 background

This text has white color on #87C375 background.