COLOR #87DBD2

HEX: #87DBD2 RGB: (135,219,210)

Color info

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

RGB color model

#87DBD2 color RGB value is (135,219,210).

RGB: (135,219,210) (53%, 86%, 82%)

RGB channels and saturation

R 135 of 255 = 53%
G 219 of 255 = 86%
B 210 of 255 = 82%

135
219
210

R + G + B ~ 74%. #87DBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 219 + 210 = 564 (100%)
R 135 of 564 ~ 23.94%
G 219 of 564 ~ 38.83%
B 210 of 564 ~ 37.23'%

%23.94
%38.83
%37.23

CMYK color model

#87DBD2 color CMYK value is (38,0,4,14).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 14.12%

CMYK: (38,0,4,14)
C38M0Y4K14 (38%, 0%, 4%, 14%)
(0.38 / 0.00 / 0.04 / 0.14)

CMYK percentages

%38.36
%0
%4.11
%14.12

Codes

Color #87DBD2 in popluar color models

87 DB D2
RGB 135 219 210
HSL 174° 53.85% 69.41%
HSB/HSV 174° 38.36% 85.88%
CMYK 38.36% 0.00% 4.11%
14.12%

Color #87DBD2 in popluar number systems.

HEX 87 DB D2
Decimal 135 219 210
Binary 10000111 11011011 11010010
Octal 207 333 322

Shades and tints

Shades of #87DBD2

#87DBD2
(135,219,210)
#7BC8BF
(123,200,191)
#6FB5AC
(111,181,172)
#63A299
(99,162,153)
#578F86
(87,143,134)
#4B7C73
(75,124,115)
#3F6960
(63,105,96)
#33564D
(51,86,77)
#27433A
(39,67,58)
#1B3027
(27,48,39)
#0F1D14
(15,29,20)
#000000
(0,0,0)

Tints of #87DBD2

#87DBD2
(135,219,210)
#91DED6
(145,222,214)
#9BE1DA
(155,225,218)
#A5E4DE
(165,228,222)
#AFE7E2
(175,231,226)
#B9EAE6
(185,234,230)
#C3EDEA
(195,237,234)
#CDF0EE
(205,240,238)
#D7F3F2
(215,243,242)
#E1F6F6
(225,246,246)
#EBF9FA
(235,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87DBD2; }

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

This text font color is #87DBD2.

Background Color

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

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

This div background color is #87DBD2.

Border color

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

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

This div border color is #87DBD2.

Opacity

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

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

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

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

This text has shadow with #87DBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DBD2.

Preview

Color preview on black background

This text has color #87DBD2 on black background.


Color preview on white background

This text has color #87DBD2 on white background.


Black color preview on #87DBD2 background

This text has black color on #87DBD2 background.


White color preview on #87DBD2 background

This text has white color on #87DBD2 background.


Related colors

Complementary color

Complementary color for #hex is #78242D.


I love getcolorcode.com

Triadic colors

1 #D287DB and #DBD287 with #87DBD2 are triadic colors.

2 #D2DB87 and #DB87D2 with #87DBD2 are triadic colors.