COLOR #87C990

HEX: #87C990 RGB: (135,201,144)

Color info

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

RGB color model

#87C990 color RGB value is (135,201,144).

RGB: (135,201,144) (53%, 79%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 201 of 255 = 79%
B 144 of 255 = 56%

135
201
144

R + G + B ~ 63%. #87C990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 201 + 144 = 480 (100%)
R 135 of 480 ~ 28.13%
G 201 of 480 ~ 41.88%
B 144 of 480 ~ 30'%

%28.13
%41.88
%30

CMYK color model

#87C990 color CMYK value is (33,0,28,21).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%

CMYK: (33,0,28,21)
C33M0Y28K21 (33%, 0%, 28%, 21%)
(0.33 / 0.00 / 0.28 / 0.21)

CMYK percentages

%32.84
%0
%28.36
%21.18

Codes

Color #87C990 in popluar color models

87 C9 90
RGB 135 201 144
HSL 128° 37.93% 65.88%
HSB/HSV 128° 32.84% 78.82%
CMYK 32.84% 0.00% 28.36%
21.18%

Color #87C990 in popluar number systems.

HEX 87 C9 90
Decimal 135 201 144
Binary 10000111 11001001 10010000
Octal 207 311 220

Shades and tints

Shades of #87C990

#87C990
(135,201,144)
#7BB783
(123,183,131)
#6FA576
(111,165,118)
#639369
(99,147,105)
#57815C
(87,129,92)
#4B6F4F
(75,111,79)
#3F5D42
(63,93,66)
#334B35
(51,75,53)
#273928
(39,57,40)
#1B271B
(27,39,27)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #87C990

#87C990
(135,201,144)
#91CD9A
(145,205,154)
#9BD1A4
(155,209,164)
#A5D5AE
(165,213,174)
#AFD9B8
(175,217,184)
#B9DDC2
(185,221,194)
#C3E1CC
(195,225,204)
#CDE5D6
(205,229,214)
#D7E9E0
(215,233,224)
#E1EDEA
(225,237,234)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C990; }

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

This text font color is #87C990.

Background Color

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

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

This div background color is #87C990.

Border color

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

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

This div border color is #87C990.

Opacity

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

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

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

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

This text has shadow with #87C990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C990.

Preview

Color preview on black background

This text has color #87C990 on black background.


Color preview on white background

This text has color #87C990 on white background.


Black color preview on #87C990 background

This text has black color on #87C990 background.


White color preview on #87C990 background

This text has white color on #87C990 background.


Related colors

Complementary color

Complementary color for #hex is #78366F.


I love getcolorcode.com

Triadic colors

1 #9087C9 and #C99087 with #87C990 are triadic colors.

2 #90C987 and #C98790 with #87C990 are triadic colors.