COLOR #87CCBB

HEX: #87CCBB RGB: (135,204,187)

Color info

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

RGB color model

#87CCBB color RGB value is (135,204,187).

RGB: (135,204,187) (53%, 80%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 187 of 255 = 73%

135
204
187

R + G + B ~ 69%. #87CCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 204 + 187 = 526 (100%)
R 135 of 526 ~ 25.67%
G 204 of 526 ~ 38.78%
B 187 of 526 ~ 35.55'%

%25.67
%38.78
%35.55

CMYK color model

#87CCBB color CMYK value is (34,0,8,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK: (34,0,8,20) C34M0Y8K20 (34%,0%,8%,20%) (0.34/0.00/0.08/0.20) 

CMYK percentages

%33.82
%0
%8.33
%20

Codes

Color #87CCBB in popluar color models

87 CC BB
RGB 135 204 187
HSL 165° 40.35% 66.47%
HSB/HSV 165° 33.82% 80.00%
CMYK 33.82% 0.00% 8.33%
20.00%

Color #87CCBB in popluar number systems.

HEX 87 CC BB
Decimal 135 204 187
Binary 10000111 11001100 10111011
Octal 207 314 273

Shades and tints

Shades of #87CCBB

#87CCBB
(135,204,187)
#7BBAAA
(123,186,170)
#6FA899
(111,168,153)
#639688
(99,150,136)
#578477
(87,132,119)
#4B7266
(75,114,102)
#3F6055
(63,96,85)
#334E44
(51,78,68)
#273C33
(39,60,51)
#1B2A22
(27,42,34)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #87CCBB

#87CCBB
(135,204,187)
#91D0C1
(145,208,193)
#9BD4C7
(155,212,199)
#A5D8CD
(165,216,205)
#AFDCD3
(175,220,211)
#B9E0D9
(185,224,217)
#C3E4DF
(195,228,223)
#CDE8E5
(205,232,229)
#D7ECEB
(215,236,235)
#E1F0F1
(225,240,241)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CCBB; }

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

This text font color is #87CCBB.

Background Color

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

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

This div background color is #87CCBB.

Border color

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

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

This div border color is #87CCBB.

Opacity

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

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

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

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

This text has shadow with #87CCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CCBB.

Preview

Color preview on black background

This text has color #87CCBB on black background.


Color preview on white background

This text has color #87CCBB on white background.


Black color preview on #87CCBB background

This text has black color on #87CCBB background.


White color preview on #87CCBB background

This text has white color on #87CCBB background.


Related colors

Complementary color

Complementary color for #hex is #783344.


I love getcolorcode.com

Triadic colors

1 #BB87CC and #CCBB87 with #87CCBB are triadic colors.

2 #BBCC87 and #CC87BB with #87CCBB are triadic colors.