COLOR #87D2AD

HEX: #87D2AD RGB: (135,210,173)

Color info

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

RGB color model

#87D2AD color RGB value is (135,210,173).

RGB: (135,210,173) (53%, 82%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 210 of 255 = 82%
B 173 of 255 = 68%

135
210
173

R + G + B ~ 68%. #87D2AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 210 + 173 = 518 (100%)
R 135 of 518 ~ 26.06%
G 210 of 518 ~ 40.54%
B 173 of 518 ~ 33.4'%

%26.06
%40.54
%33.4

CMYK color model

#87D2AD color CMYK value is (36,0,18,18).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%

CMYK: (36,0,18,18)
C36M0Y18K18 (36%, 0%, 18%, 18%)
(0.36 / 0.00 / 0.18 / 0.18)

CMYK percentages

%35.71
%0
%17.62
%17.65

Codes

Color #87D2AD in popluar color models

87 D2 AD
RGB 135 210 173
HSL 150° 45.45% 67.65%
HSB/HSV 150° 35.71% 82.35%
CMYK 35.71% 0.00% 17.62%
17.65%

Color #87D2AD in popluar number systems.

HEX 87 D2 AD
Decimal 135 210 173
Binary 10000111 11010010 10101101
Octal 207 322 255

Shades and tints

Shades of #87D2AD

#87D2AD
(135,210,173)
#7BBF9E
(123,191,158)
#6FAC8F
(111,172,143)
#639980
(99,153,128)
#578671
(87,134,113)
#4B7362
(75,115,98)
#3F6053
(63,96,83)
#334D44
(51,77,68)
#273A35
(39,58,53)
#1B2726
(27,39,38)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #87D2AD

#87D2AD
(135,210,173)
#91D6B4
(145,214,180)
#9BDABB
(155,218,187)
#A5DEC2
(165,222,194)
#AFE2C9
(175,226,201)
#B9E6D0
(185,230,208)
#C3EAD7
(195,234,215)
#CDEEDE
(205,238,222)
#D7F2E5
(215,242,229)
#E1F6EC
(225,246,236)
#EBFAF3
(235,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D2AD color. Also use rgb(135,210,173) instead hex code.

Text Font Color

.myTextColor { color: #87D2AD; }

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

This text font color is #87D2AD.

Background Color

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

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

This div background color is #87D2AD.

Border color

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

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

This div border color is #87D2AD.

Opacity

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

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

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

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

This text has shadow with #87D2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D2AD.

Preview

Color preview on black background

This text has color #87D2AD on black background.


Color preview on white background

This text has color #87D2AD on white background.


Black color preview on #87D2AD background

This text has black color on #87D2AD background.


White color preview on #87D2AD background

This text has white color on #87D2AD background.


Related colors

Complementary color

Complementary color for #hex is #782D52.


I love getcolorcode.com

Triadic colors

1 #AD87D2 and #D2AD87 with #87D2AD are triadic colors.

2 #ADD287 and #D287AD with #87D2AD are triadic colors.