COLOR #87CDA5

HEX: #87CDA5
RGB: (135,205,165)

Color info

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

RGB color model

#87CDA5 color RGB value is (135,205,165).

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

RGB channels and saturation

R 135 of 255 = 53%
G 205 of 255 = 80%
B 165 of 255 = 65%

135
205
165

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

Portions of RGB colors in percentages

R + G + B =
135 + 205 + 165 = 505 (100%)
R 135 of 505 ~ 26.73%
G 205 of 505 ~ 40.59%
B 165 of 505 ~ 32.67%

%26.73
%40.59
%32.67

CMYK color model

#87CDA5 color CMYK value is (34,0,20,20).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 19.61%
CMYK:
(34,0,20,20)
C34M0Y20K20 
(34%,0%,20%,20%)
(0.34/0.00/0.20/0.20)	

CMYK percentages

%34.15
%0
%19.51
%19.61

Codes

Color #87CDA5 in popluar color models

87CDA5
RGB135205165
HSL146°41.18%66.67%
HSB/HSV146°34.15%80.39%
CMYK34.15%0.00%19.51%
19.61%

Color #87CDA5 in popluar number systems.

HEX87CDA5
Decimal135205165
Binary100001111100110110100101
Octal207315245

Shades and tints

Shades of #87CDA5

#87CDA5
(135,205,165)
#7BBB96
(123,187,150)
#6FA987
(111,169,135)
#639778
(99,151,120)
#578569
(87,133,105)
#4B735A
(75,115,90)
#3F614B
(63,97,75)
#334F3C
(51,79,60)
#273D2D
(39,61,45)
#1B2B1E
(27,43,30)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #87CDA5

#87CDA5
(135,205,165)
#91D1AD
(145,209,173)
#9BD5B5
(155,213,181)
#A5D9BD
(165,217,189)
#AFDDC5
(175,221,197)
#B9E1CD
(185,225,205)
#C3E5D5
(195,229,213)
#CDE9DD
(205,233,221)
#D7EDE5
(215,237,229)
#E1F1ED
(225,241,237)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CDA5; }

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

This text font color is #87CDA5.


Background Color

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

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

This div background color is #87CDA5.


Border color

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

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

This div border color is #87CDA5.


Opacity

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

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

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

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

This text has shadow with #87CDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CDA5 on black background.


Color preview on white background

This text has color #87CDA5 on white background.



Black color preview on #87CDA5 background

This text has black color on #87CDA5 background.


White color preview on #87CDA5 background

This text has white color on #87CDA5 background.