COLOR #87DF9E

HEX: #87DF9E RGB: (135,223,158)

Color info

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

RGB color model

#87DF9E color RGB value is (135,223,158).

RGB: (135,223,158) (53%, 87%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 223 of 255 = 87%
B 158 of 255 = 62%

135
223
158

R + G + B ~ 67%. #87DF9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 223 + 158 = 516 (100%)
R 135 of 516 ~ 26.16%
G 223 of 516 ~ 43.22%
B 158 of 516 ~ 30.62'%

%26.16
%43.22
%30.62

CMYK color model

#87DF9E color CMYK value is (39,0,29,13).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 12.55%

CMYK: (39,0,29,13)
C39M0Y29K13 (39%, 0%, 29%, 13%)
(0.39 / 0.00 / 0.29 / 0.13)

CMYK percentages

%39.46
%0
%29.15
%12.55

Codes

Color #87DF9E in popluar color models

87 DF 9E
RGB 135 223 158
HSL 136° 57.89% 70.20%
HSB/HSV 136° 39.46% 87.45%
CMYK 39.46% 0.00% 29.15%
12.55%

Color #87DF9E in popluar number systems.

HEX 87 DF 9E
Decimal 135 223 158
Binary 10000111 11011111 10011110
Octal 207 337 236

Shades and tints

Shades of #87DF9E

#87DF9E
(135,223,158)
#7BCB90
(123,203,144)
#6FB782
(111,183,130)
#63A374
(99,163,116)
#578F66
(87,143,102)
#4B7B58
(75,123,88)
#3F674A
(63,103,74)
#33533C
(51,83,60)
#273F2E
(39,63,46)
#1B2B20
(27,43,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #87DF9E

#87DF9E
(135,223,158)
#91E1A6
(145,225,166)
#9BE3AE
(155,227,174)
#A5E5B6
(165,229,182)
#AFE7BE
(175,231,190)
#B9E9C6
(185,233,198)
#C3EBCE
(195,235,206)
#CDEDD6
(205,237,214)
#D7EFDE
(215,239,222)
#E1F1E6
(225,241,230)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DF9E color. Also use rgb(135,223,158) instead hex code.

Text Font Color

.myTextColor { color: #87DF9E; }

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

This text font color is #87DF9E.

Background Color

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

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

This div background color is #87DF9E.

Border color

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

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

This div border color is #87DF9E.

Opacity

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

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

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

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

This text has shadow with #87DF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DF9E.

Preview

Color preview on black background

This text has color #87DF9E on black background.


Color preview on white background

This text has color #87DF9E on white background.


Black color preview on #87DF9E background

This text has black color on #87DF9E background.


White color preview on #87DF9E background

This text has white color on #87DF9E background.


Related colors

Complementary color

Complementary color for #hex is #782061.


I love getcolorcode.com

Triadic colors

1 #9E87DF and #DF9E87 with #87DF9E are triadic colors.

2 #9EDF87 and #DF879E with #87DF9E are triadic colors.