COLOR #87CF94

HEX: #87CF94
RGB: (135,207,148)

Color info

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

RGB color model

#87CF94 color RGB value is (135,207,148).

  • red value is 135;
  • green value is 207;
  • blue value is 148.
RGB:
(135,207,148)
(53%,81%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 148 of 255 = 58%

135
207
148

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

Portions of RGB colors in percentages

R + G + B =
135 + 207 + 148 = 490 (100%)
R 135 of 490 ~ 27.55%
G 207 of 490 ~ 42.24%
B 148 of 490 ~ 30.2%

%27.55
%42.24
%30.2

CMYK color model

#87CF94 color CMYK value is (35,0,29,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%
CMYK:
(35,0,29,19)
C35M0Y29K19 
(35%,0%,29%,19%)
(0.35/0.00/0.29/0.19)	

CMYK percentages

%34.78
%0
%28.5
%18.82

Codes

Color #87CF94 in popluar color models

87CF94
RGB135207148
HSL131°42.86%67.06%
HSB/HSV131°34.78%81.18%
CMYK34.78%0.00%28.50%
18.82%

Color #87CF94 in popluar number systems.

HEX87CF94
Decimal135207148
Binary100001111100111110010100
Octal207317224

Shades and tints

Shades of #87CF94

#87CF94
(135,207,148)
#7BBD87
(123,189,135)
#6FAB7A
(111,171,122)
#63996D
(99,153,109)
#578760
(87,135,96)
#4B7553
(75,117,83)
#3F6346
(63,99,70)
#335139
(51,81,57)
#273F2C
(39,63,44)
#1B2D1F
(27,45,31)
#0F1B12
(15,27,18)
#000000
(0,0,0)

Tints of #87CF94

#87CF94
(135,207,148)
#91D39D
(145,211,157)
#9BD7A6
(155,215,166)
#A5DBAF
(165,219,175)
#AFDFB8
(175,223,184)
#B9E3C1
(185,227,193)
#C3E7CA
(195,231,202)
#CDEBD3
(205,235,211)
#D7EFDC
(215,239,220)
#E1F3E5
(225,243,229)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CF94; }

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

This text font color is #87CF94.


Background Color

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

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

This div background color is #87CF94.


Border color

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

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

This div border color is #87CF94.


Opacity

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

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

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

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

This text has shadow with #87CF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CF94 on black background.


Color preview on white background

This text has color #87CF94 on white background.



Black color preview on #87CF94 background

This text has black color on #87CF94 background.


White color preview on #87CF94 background

This text has white color on #87CF94 background.