COLOR #87C4BB

HEX: #87C4BB RGB: (135,196,187)

Color info

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

RGB color model

#87C4BB color RGB value is (135,196,187).

RGB: (135,196,187) (53%, 77%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 196 of 255 = 77%
B 187 of 255 = 73%

135
196
187

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

Portions of RGB colors in percentages

R + G + B = 135 + 196 + 187 = 518 (100%)
R 135 of 518 ~ 26.06%
G 196 of 518 ~ 37.84%
B 187 of 518 ~ 36.1'%

%26.06
%37.84
%36.1

CMYK color model

#87C4BB color CMYK value is (31,0,5,23).

  • cyan value is 31.12%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (31,0,5,23)
C31M0Y5K23 (31%, 0%, 5%, 23%)
(0.31 / 0.00 / 0.05 / 0.23)

CMYK percentages

%31.12
%0
%4.59
%23.14

Codes

Color #87C4BB in popluar color models

87 C4 BB
RGB 135 196 187
HSL 171° 34.08% 64.90%
HSB/HSV 171° 31.12% 76.86%
CMYK 31.12% 0.00% 4.59%
23.14%

Color #87C4BB in popluar number systems.

HEX 87 C4 BB
Decimal 135 196 187
Binary 10000111 11000100 10111011
Octal 207 304 273

Shades and tints

Shades of #87C4BB

#87C4BB
(135,196,187)
#7BB3AA
(123,179,170)
#6FA299
(111,162,153)
#639188
(99,145,136)
#578077
(87,128,119)
#4B6F66
(75,111,102)
#3F5E55
(63,94,85)
#334D44
(51,77,68)
#273C33
(39,60,51)
#1B2B22
(27,43,34)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #87C4BB

#87C4BB
(135,196,187)
#91C9C1
(145,201,193)
#9BCEC7
(155,206,199)
#A5D3CD
(165,211,205)
#AFD8D3
(175,216,211)
#B9DDD9
(185,221,217)
#C3E2DF
(195,226,223)
#CDE7E5
(205,231,229)
#D7ECEB
(215,236,235)
#E1F1F1
(225,241,241)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C4BB; }

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

This text font color is #87C4BB.

Background Color

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

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

This div background color is #87C4BB.

Border color

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

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

This div border color is #87C4BB.

Opacity

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

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

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

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

This text has shadow with #87C4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C4BB.

Preview

Color preview on black background

This text has color #87C4BB on black background.


Color preview on white background

This text has color #87C4BB on white background.


Black color preview on #87C4BB background

This text has black color on #87C4BB background.


White color preview on #87C4BB background

This text has white color on #87C4BB background.


Related colors

Complementary color

Complementary color for #hex is #783B44.


I love getcolorcode.com

Triadic colors

1 #BB87C4 and #C4BB87 with #87C4BB are triadic colors.

2 #BBC487 and #C487BB with #87C4BB are triadic colors.