COLOR #87D3A5

HEX: #87D3A5
RGB: (135,211,165)

Color info

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

RGB color model

#87D3A5 color RGB value is (135,211,165).

  • red value is 135;
  • green value is 211;
  • blue value is 165.
RGB:
(135,211,165)
(53%,83%,65%)

RGB channels and saturation

R 135 of 255 = 53%
G 211 of 255 = 83%
B 165 of 255 = 65%

135
211
165

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

Portions of RGB colors in percentages

R + G + B =
135 + 211 + 165 = 511 (100%)
R 135 of 511 ~ 26.42%
G 211 of 511 ~ 41.29%
B 165 of 511 ~ 32.29%

%26.42
%41.29
%32.29

CMYK color model

#87D3A5 color CMYK value is (36,0,22,17).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 17.25%
CMYK:
(36,0,22,17)
C36M0Y22K17 
(36%,0%,22%,17%)
(0.36/0.00/0.22/0.17)	

CMYK percentages

%36.02
%0
%21.8
%17.25

Codes

Color #87D3A5 in popluar color models

87D3A5
RGB135211165
HSL144°46.34%67.84%
HSB/HSV144°36.02%82.75%
CMYK36.02%0.00%21.80%
17.25%

Color #87D3A5 in popluar number systems.

HEX87D3A5
Decimal135211165
Binary100001111101001110100101
Octal207323245

Shades and tints

Shades of #87D3A5

#87D3A5
(135,211,165)
#7BC096
(123,192,150)
#6FAD87
(111,173,135)
#639A78
(99,154,120)
#578769
(87,135,105)
#4B745A
(75,116,90)
#3F614B
(63,97,75)
#334E3C
(51,78,60)
#273B2D
(39,59,45)
#1B281E
(27,40,30)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #87D3A5

#87D3A5
(135,211,165)
#91D7AD
(145,215,173)
#9BDBB5
(155,219,181)
#A5DFBD
(165,223,189)
#AFE3C5
(175,227,197)
#B9E7CD
(185,231,205)
#C3EBD5
(195,235,213)
#CDEFDD
(205,239,221)
#D7F3E5
(215,243,229)
#E1F7ED
(225,247,237)
#EBFBF5
(235,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D3A5 color. Also use rgb(135,211,165) instead hex code.

Text Font Color

.myTextColor { color: #87D3A5; }

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

This text font color is #87D3A5.


Background Color

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

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

This div background color is #87D3A5.


Border color

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

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

This div border color is #87D3A5.


Opacity

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

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

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

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

This text has shadow with #87D3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D3A5 on black background.


Color preview on white background

This text has color #87D3A5 on white background.



Black color preview on #87D3A5 background

This text has black color on #87D3A5 background.


White color preview on #87D3A5 background

This text has white color on #87D3A5 background.