COLOR #87C896

HEX: #87C896 RGB: (135,200,150)

Color info

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

RGB color model

#87C896 color RGB value is (135,200,150).

RGB: (135,200,150) (53%, 78%, 59%)

RGB channels and saturation

R 135 of 255 = 53%
G 200 of 255 = 78%
B 150 of 255 = 59%

135
200
150

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

Portions of RGB colors in percentages

R + G + B = 135 + 200 + 150 = 485 (100%)
R 135 of 485 ~ 27.84%
G 200 of 485 ~ 41.24%
B 150 of 485 ~ 30.93'%

%27.84
%41.24
%30.93

CMYK color model

#87C896 color CMYK value is (33,0,25,22).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 21.57%

CMYK: (33,0,25,22)
C33M0Y25K22 (33%, 0%, 25%, 22%)
(0.33 / 0.00 / 0.25 / 0.22)

CMYK percentages

%32.5
%0
%25
%21.57

Codes

Color #87C896 in popluar color models

87 C8 96
RGB 135 200 150
HSL 134° 37.14% 65.69%
HSB/HSV 134° 32.50% 78.43%
CMYK 32.50% 0.00% 25.00%
21.57%

Color #87C896 in popluar number systems.

HEX 87 C8 96
Decimal 135 200 150
Binary 10000111 11001000 10010110
Octal 207 310 226

Shades and tints

Shades of #87C896

#87C896
(135,200,150)
#7BB689
(123,182,137)
#6FA47C
(111,164,124)
#63926F
(99,146,111)
#578062
(87,128,98)
#4B6E55
(75,110,85)
#3F5C48
(63,92,72)
#334A3B
(51,74,59)
#27382E
(39,56,46)
#1B2621
(27,38,33)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #87C896

#87C896
(135,200,150)
#91CD9F
(145,205,159)
#9BD2A8
(155,210,168)
#A5D7B1
(165,215,177)
#AFDCBA
(175,220,186)
#B9E1C3
(185,225,195)
#C3E6CC
(195,230,204)
#CDEBD5
(205,235,213)
#D7F0DE
(215,240,222)
#E1F5E7
(225,245,231)
#EBFAF0
(235,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C896 color. Also use rgb(135,200,150) instead hex code.

Text Font Color

.myTextColor { color: #87C896; }

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

This text font color is #87C896.

Background Color

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

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

This div background color is #87C896.

Border color

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

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

This div border color is #87C896.

Opacity

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

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

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

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

This text has shadow with #87C896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C896.

Preview

Color preview on black background

This text has color #87C896 on black background.


Color preview on white background

This text has color #87C896 on white background.


Black color preview on #87C896 background

This text has black color on #87C896 background.


White color preview on #87C896 background

This text has white color on #87C896 background.


Related colors

Complementary color

Complementary color for #hex is #783769.


I love getcolorcode.com

Triadic colors

1 #9687C8 and #C89687 with #87C896 are triadic colors.

2 #96C887 and #C88796 with #87C896 are triadic colors.