COLOR #87C998

HEX: #87C998
RGB: (135,201,152)

Color info

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

RGB color model

#87C998 color RGB value is (135,201,152).

  • red value is 135;
  • green value is 201;
  • blue value is 152.
RGB:
(135,201,152)
(53%,79%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 201 of 255 = 79%
B 152 of 255 = 60%

135
201
152

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

Portions of RGB colors in percentages

R + G + B =
135 + 201 + 152 = 488 (100%)
R 135 of 488 ~ 27.66%
G 201 of 488 ~ 41.19%
B 152 of 488 ~ 31.15%

%27.66
%41.19
%31.15

CMYK color model

#87C998 color CMYK value is (33,0,24,21).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(33,0,24,21)
C33M0Y24K21 
(33%,0%,24%,21%)
(0.33/0.00/0.24/0.21)	

CMYK percentages

%32.84
%0
%24.38
%21.18

Codes

Color #87C998 in popluar color models

87C998
RGB135201152
HSL135°37.93%65.88%
HSB/HSV135°32.84%78.82%
CMYK32.84%0.00%24.38%
21.18%

Color #87C998 in popluar number systems.

HEX87C998
Decimal135201152
Binary100001111100100110011000
Octal207311230

Shades and tints

Shades of #87C998

#87C998
(135,201,152)
#7BB78B
(123,183,139)
#6FA57E
(111,165,126)
#639371
(99,147,113)
#578164
(87,129,100)
#4B6F57
(75,111,87)
#3F5D4A
(63,93,74)
#334B3D
(51,75,61)
#273930
(39,57,48)
#1B2723
(27,39,35)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #87C998

#87C998
(135,201,152)
#91CDA1
(145,205,161)
#9BD1AA
(155,209,170)
#A5D5B3
(165,213,179)
#AFD9BC
(175,217,188)
#B9DDC5
(185,221,197)
#C3E1CE
(195,225,206)
#CDE5D7
(205,229,215)
#D7E9E0
(215,233,224)
#E1EDE9
(225,237,233)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C998 color. Also use rgb(135,201,152) instead hex code.

Text Font Color

.myTextColor { color: #87C998; }

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

This text font color is #87C998.


Background Color

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

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

This div background color is #87C998.


Border color

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

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

This div border color is #87C998.


Opacity

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

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

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

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

This text has shadow with #87C998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C998 on black background.


Color preview on white background

This text has color #87C998 on white background.



Black color preview on #87C998 background

This text has black color on #87C998 background.


White color preview on #87C998 background

This text has white color on #87C998 background.