COLOR #87DFBB

HEX: #87DFBB RGB: (135,223,187)

Color info

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

RGB color model

#87DFBB color RGB value is (135,223,187).

RGB: (135,223,187) (53%, 87%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 223 of 255 = 87%
B 187 of 255 = 73%

135
223
187

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

Portions of RGB colors in percentages

R + G + B = 135 + 223 + 187 = 545 (100%)
R 135 of 545 ~ 24.77%
G 223 of 545 ~ 40.92%
B 187 of 545 ~ 34.31'%

%24.77
%40.92
%34.31

CMYK color model

#87DFBB color CMYK value is (39,0,16,13).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 12.55%

CMYK: (39,0,16,13)
C39M0Y16K13 (39%, 0%, 16%, 13%)
(0.39 / 0.00 / 0.16 / 0.13)

CMYK percentages

%39.46
%0
%16.14
%12.55

Codes

Color #87DFBB in popluar color models

87 DF BB
RGB 135 223 187
HSL 155° 57.89% 70.20%
HSB/HSV 155° 39.46% 87.45%
CMYK 39.46% 0.00% 16.14%
12.55%

Color #87DFBB in popluar number systems.

HEX 87 DF BB
Decimal 135 223 187
Binary 10000111 11011111 10111011
Octal 207 337 273

Shades and tints

Shades of #87DFBB

#87DFBB
(135,223,187)
#7BCBAA
(123,203,170)
#6FB799
(111,183,153)
#63A388
(99,163,136)
#578F77
(87,143,119)
#4B7B66
(75,123,102)
#3F6755
(63,103,85)
#335344
(51,83,68)
#273F33
(39,63,51)
#1B2B22
(27,43,34)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #87DFBB

#87DFBB
(135,223,187)
#91E1C1
(145,225,193)
#9BE3C7
(155,227,199)
#A5E5CD
(165,229,205)
#AFE7D3
(175,231,211)
#B9E9D9
(185,233,217)
#C3EBDF
(195,235,223)
#CDEDE5
(205,237,229)
#D7EFEB
(215,239,235)
#E1F1F1
(225,241,241)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DFBB color. Also use rgb(135,223,187) instead hex code.

Text Font Color

.myTextColor { color: #87DFBB; }

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

This text font color is #87DFBB.

Background Color

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

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

This div background color is #87DFBB.

Border color

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

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

This div border color is #87DFBB.

Opacity

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

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

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

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

This text has shadow with #87DFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DFBB.

Preview

Color preview on black background

This text has color #87DFBB on black background.


Color preview on white background

This text has color #87DFBB on white background.


Black color preview on #87DFBB background

This text has black color on #87DFBB background.


White color preview on #87DFBB background

This text has white color on #87DFBB background.


Related colors

Complementary color

Complementary color for #hex is #782044.


I love getcolorcode.com

Triadic colors

1 #BB87DF and #DFBB87 with #87DFBB are triadic colors.

2 #BBDF87 and #DF87BB with #87DFBB are triadic colors.