COLOR #87DE96

HEX: #87DE96
RGB: (135,222,150)

Color info

#87DE96 contains mainly green color. Web safe color of #87DE96 is #99CC99 (or #9C9).

RGB color model

#87DE96 color RGB value is (135,222,150).

  • red value is 135;
  • green value is 222;
  • blue value is 150.
RGB:
(135,222,150)
(53%,87%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 222 of 255 = 87%
B 150 of 255 = 59%

135
222
150

R + G + B ~ 66%. #87DE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 222 + 150 = 507 (100%)
R 135 of 507 ~ 26.63%
G 222 of 507 ~ 43.79%
B 150 of 507 ~ 29.59%

%26.63
%43.79
%29.59

CMYK color model

#87DE96 color CMYK value is (39,0,32,13).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 12.94%
CMYK:
(39,0,32,13)
C39M0Y32K13 
(39%,0%,32%,13%)
(0.39/0.00/0.32/0.13)	

CMYK percentages

%39.19
%0
%32.43
%12.94

Codes

Color #87DE96 in popluar color models

87DE96
RGB135222150
HSL130°56.86%70.00%
HSB/HSV130°39.19%87.06%
CMYK39.19%0.00%32.43%
12.94%

Color #87DE96 in popluar number systems.

HEX87DE96
Decimal135222150
Binary100001111101111010010110
Octal207336226

Shades and tints

Shades of #87DE96

#87DE96
(135,222,150)
#7BCA89
(123,202,137)
#6FB67C
(111,182,124)
#63A26F
(99,162,111)
#578E62
(87,142,98)
#4B7A55
(75,122,85)
#3F6648
(63,102,72)
#33523B
(51,82,59)
#273E2E
(39,62,46)
#1B2A21
(27,42,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87DE96

#87DE96
(135,222,150)
#91E19F
(145,225,159)
#9BE4A8
(155,228,168)
#A5E7B1
(165,231,177)
#AFEABA
(175,234,186)
#B9EDC3
(185,237,195)
#C3F0CC
(195,240,204)
#CDF3D5
(205,243,213)
#D7F6DE
(215,246,222)
#E1F9E7
(225,249,231)
#EBFCF0
(235,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87DE96; }

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

This text font color is #87DE96.


Background Color

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

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

This div background color is #87DE96.


Border color

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

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

This div border color is #87DE96.


Opacity

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

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

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

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

This text has shadow with #87DE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DE96 on black background.


Color preview on white background

This text has color #87DE96 on white background.



Black color preview on #87DE96 background

This text has black color on #87DE96 background.


White color preview on #87DE96 background

This text has white color on #87DE96 background.