COLOR #87D0B0

HEX: #87D0B0 RGB: (135,208,176)

Color info

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

RGB color model

#87D0B0 color RGB value is (135,208,176).

RGB: (135,208,176) (53%, 82%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 208 of 255 = 82%
B 176 of 255 = 69%

135
208
176

R + G + B ~ 68%. #87D0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 208 + 176 = 519 (100%)
R 135 of 519 ~ 26.01%
G 208 of 519 ~ 40.08%
B 176 of 519 ~ 33.91'%

%26.01
%40.08
%33.91

CMYK color model

#87D0B0 color CMYK value is (35,0,15,18).

  • cyan value is 35.10%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 18.43%
CMYK: (35,0,15,18) C35M0Y15K18 (35%,0%,15%,18%) (0.35/0.00/0.15/0.18) 

CMYK percentages

%35.1
%0
%15.38
%18.43

Codes

Color #87D0B0 in popluar color models

87 D0 B0
RGB 135 208 176
HSL 154° 43.71% 67.25%
HSB/HSV 154° 35.10% 81.57%
CMYK 35.10% 0.00% 15.38%
18.43%

Color #87D0B0 in popluar number systems.

HEX 87 D0 B0
Decimal 135 208 176
Binary 10000111 11010000 10110000
Octal 207 320 260

Shades and tints

Shades of #87D0B0

#87D0B0
(135,208,176)
#7BBEA0
(123,190,160)
#6FAC90
(111,172,144)
#639A80
(99,154,128)
#578870
(87,136,112)
#4B7660
(75,118,96)
#3F6450
(63,100,80)
#335240
(51,82,64)
#274030
(39,64,48)
#1B2E20
(27,46,32)
#0F1C10
(15,28,16)
#000000
(0,0,0)

Tints of #87D0B0

#87D0B0
(135,208,176)
#91D4B7
(145,212,183)
#9BD8BE
(155,216,190)
#A5DCC5
(165,220,197)
#AFE0CC
(175,224,204)
#B9E4D3
(185,228,211)
#C3E8DA
(195,232,218)
#CDECE1
(205,236,225)
#D7F0E8
(215,240,232)
#E1F4EF
(225,244,239)
#EBF8F6
(235,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D0B0 color. Also use rgb(135,208,176) instead hex code.

Text Font Color

.myTextColor { color: #87D0B0; }

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

This text font color is #87D0B0.

Background Color

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

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

This div background color is #87D0B0.

Border color

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

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

This div border color is #87D0B0.

Opacity

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

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

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

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

This text has shadow with #87D0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D0B0.

Preview

Color preview on black background

This text has color #87D0B0 on black background.


Color preview on white background

This text has color #87D0B0 on white background.


Black color preview on #87D0B0 background

This text has black color on #87D0B0 background.


White color preview on #87D0B0 background

This text has white color on #87D0B0 background.


Related colors

Complementary color

Complementary color for #hex is #782F4F.


I love getcolorcode.com

Triadic colors

1 #B087D0 and #D0B087 with #87D0B0 are triadic colors.

2 #B0D087 and #D087B0 with #87D0B0 are triadic colors.