COLOR #87DEB8

HEX: #87DEB8
RGB: (135,222,184)

Color info

#87DEB8 contains mainly green and blue colors. Web safe color of #87DEB8 is #99CCCC (or #9CC).

RGB color model

#87DEB8 color RGB value is (135,222,184).

  • red value is 135;
  • green value is 222;
  • blue value is 184.
RGB:
(135,222,184)
(53%,87%,72%)

RGB channels and saturation

R 135 of 255 = 53%
G 222 of 255 = 87%
B 184 of 255 = 72%

135
222
184

R + G + B ~ 71%. #87DEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 222 + 184 = 541 (100%)
R 135 of 541 ~ 24.95%
G 222 of 541 ~ 41.04%
B 184 of 541 ~ 34.01%

%24.95
%41.04
%34.01

CMYK color model

#87DEB8 color CMYK value is (39,0,17,13).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 12.94%
CMYK:
(39,0,17,13)
C39M0Y17K13 
(39%,0%,17%,13%)
(0.39/0.00/0.17/0.13)	

CMYK percentages

%39.19
%0
%17.12
%12.94

Codes

Color #87DEB8 in popluar color models

87DEB8
RGB135222184
HSL154°56.86%70.00%
HSB/HSV154°39.19%87.06%
CMYK39.19%0.00%17.12%
12.94%

Color #87DEB8 in popluar number systems.

HEX87DEB8
Decimal135222184
Binary100001111101111010111000
Octal207336270

Shades and tints

Shades of #87DEB8

#87DEB8
(135,222,184)
#7BCAA8
(123,202,168)
#6FB698
(111,182,152)
#63A288
(99,162,136)
#578E78
(87,142,120)
#4B7A68
(75,122,104)
#3F6658
(63,102,88)
#335248
(51,82,72)
#273E38
(39,62,56)
#1B2A28
(27,42,40)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #87DEB8

#87DEB8
(135,222,184)
#91E1BE
(145,225,190)
#9BE4C4
(155,228,196)
#A5E7CA
(165,231,202)
#AFEAD0
(175,234,208)
#B9EDD6
(185,237,214)
#C3F0DC
(195,240,220)
#CDF3E2
(205,243,226)
#D7F6E8
(215,246,232)
#E1F9EE
(225,249,238)
#EBFCF4
(235,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DEB8 color. Also use rgb(135,222,184) instead hex code.

Text Font Color

.myTextColor { color: #87DEB8; }

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

This text font color is #87DEB8.


Background Color

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

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

This div background color is #87DEB8.


Border color

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

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

This div border color is #87DEB8.


Opacity

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

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

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

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

This text has shadow with #87DEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DEB8 on black background.


Color preview on white background

This text has color #87DEB8 on white background.



Black color preview on #87DEB8 background

This text has black color on #87DEB8 background.


White color preview on #87DEB8 background

This text has white color on #87DEB8 background.