COLOR #87DBC0

HEX: #87DBC0 RGB: (135,219,192)

Color info

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

RGB color model

#87DBC0 color RGB value is (135,219,192).

RGB: (135,219,192) (53%, 86%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 219 of 255 = 86%
B 192 of 255 = 75%

135
219
192

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

Portions of RGB colors in percentages

R + G + B = 135 + 219 + 192 = 546 (100%)
R 135 of 546 ~ 24.73%
G 219 of 546 ~ 40.11%
B 192 of 546 ~ 35.16'%

%24.73
%40.11
%35.16

CMYK color model

#87DBC0 color CMYK value is (38,0,12,14).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 14.12%
CMYK: (38,0,12,14) C38M0Y12K14 (38%,0%,12%,14%) (0.38/0.00/0.12/0.14) 

CMYK percentages

%38.36
%0
%12.33
%14.12

Codes

Color #87DBC0 in popluar color models

87 DB C0
RGB 135 219 192
HSL 161° 53.85% 69.41%
HSB/HSV 161° 38.36% 85.88%
CMYK 38.36% 0.00% 12.33%
14.12%

Color #87DBC0 in popluar number systems.

HEX 87 DB C0
Decimal 135 219 192
Binary 10000111 11011011 11000000
Octal 207 333 300

Shades and tints

Shades of #87DBC0

#87DBC0
(135,219,192)
#7BC8AF
(123,200,175)
#6FB59E
(111,181,158)
#63A28D
(99,162,141)
#578F7C
(87,143,124)
#4B7C6B
(75,124,107)
#3F695A
(63,105,90)
#335649
(51,86,73)
#274338
(39,67,56)
#1B3027
(27,48,39)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #87DBC0

#87DBC0
(135,219,192)
#91DEC5
(145,222,197)
#9BE1CA
(155,225,202)
#A5E4CF
(165,228,207)
#AFE7D4
(175,231,212)
#B9EAD9
(185,234,217)
#C3EDDE
(195,237,222)
#CDF0E3
(205,240,227)
#D7F3E8
(215,243,232)
#E1F6ED
(225,246,237)
#EBF9F2
(235,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DBC0 color. Also use rgb(135,219,192) instead hex code.

Text Font Color

.myTextColor { color: #87DBC0; }

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

This text font color is #87DBC0.

Background Color

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

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

This div background color is #87DBC0.

Border color

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

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

This div border color is #87DBC0.

Opacity

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

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

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

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

This text has shadow with #87DBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DBC0.

Preview

Color preview on black background

This text has color #87DBC0 on black background.


Color preview on white background

This text has color #87DBC0 on white background.


Black color preview on #87DBC0 background

This text has black color on #87DBC0 background.


White color preview on #87DBC0 background

This text has white color on #87DBC0 background.


Related colors

Complementary color

Complementary color for #hex is #78243F.


I love getcolorcode.com

Triadic colors

1 #C087DB and #DBC087 with #87DBC0 are triadic colors.

2 #C0DB87 and #DB87C0 with #87DBC0 are triadic colors.