COLOR #87DCA0

HEX: #87DCA0 RGB: (135,220,160)

Color info

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

RGB color model

#87DCA0 color RGB value is (135,220,160).

RGB: (135,220,160) (53%, 86%, 63%)

RGB channels and saturation

R 135 of 255 = 53%
G 220 of 255 = 86%
B 160 of 255 = 63%

135
220
160

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

Portions of RGB colors in percentages

R + G + B = 135 + 220 + 160 = 515 (100%)
R 135 of 515 ~ 26.21%
G 220 of 515 ~ 42.72%
B 160 of 515 ~ 31.07'%

%26.21
%42.72
%31.07

CMYK color model

#87DCA0 color CMYK value is (39,0,27,14).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 13.73%
CMYK: (39,0,27,14) C39M0Y27K14 (39%,0%,27%,14%) (0.39/0.00/0.27/0.14) 

CMYK percentages

%38.64
%0
%27.27
%13.73

Codes

Color #87DCA0 in popluar color models

87 DC A0
RGB 135 220 160
HSL 138° 54.84% 69.61%
HSB/HSV 138° 38.64% 86.27%
CMYK 38.64% 0.00% 27.27%
13.73%

Color #87DCA0 in popluar number systems.

HEX 87 DC A0
Decimal 135 220 160
Binary 10000111 11011100 10100000
Octal 207 334 240

Shades and tints

Shades of #87DCA0

#87DCA0
(135,220,160)
#7BC892
(123,200,146)
#6FB484
(111,180,132)
#63A076
(99,160,118)
#578C68
(87,140,104)
#4B785A
(75,120,90)
#3F644C
(63,100,76)
#33503E
(51,80,62)
#273C30
(39,60,48)
#1B2822
(27,40,34)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #87DCA0

#87DCA0
(135,220,160)
#91DFA8
(145,223,168)
#9BE2B0
(155,226,176)
#A5E5B8
(165,229,184)
#AFE8C0
(175,232,192)
#B9EBC8
(185,235,200)
#C3EED0
(195,238,208)
#CDF1D8
(205,241,216)
#D7F4E0
(215,244,224)
#E1F7E8
(225,247,232)
#EBFAF0
(235,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DCA0 color. Also use rgb(135,220,160) instead hex code.

Text Font Color

.myTextColor { color: #87DCA0; }

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

This text font color is #87DCA0.

Background Color

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

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

This div background color is #87DCA0.

Border color

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

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

This div border color is #87DCA0.

Opacity

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

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

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

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

This text has shadow with #87DCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DCA0.

Preview

Color preview on black background

This text has color #87DCA0 on black background.


Color preview on white background

This text has color #87DCA0 on white background.


Black color preview on #87DCA0 background

This text has black color on #87DCA0 background.


White color preview on #87DCA0 background

This text has white color on #87DCA0 background.


Related colors

Complementary color

Complementary color for #hex is #78235F.


I love getcolorcode.com

Triadic colors

1 #A087DC and #DCA087 with #87DCA0 are triadic colors.

2 #A0DC87 and #DC87A0 with #87DCA0 are triadic colors.