COLOR #87C9B0

HEX: #87C9B0 RGB: (135,201,176)

Color info

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

RGB color model

#87C9B0 color RGB value is (135,201,176).

RGB: (135,201,176) (53%, 79%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 201 of 255 = 79%
B 176 of 255 = 69%

135
201
176

R + G + B ~ 67%. #87C9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 201 + 176 = 512 (100%)
R 135 of 512 ~ 26.37%
G 201 of 512 ~ 39.26%
B 176 of 512 ~ 34.38'%

%26.37
%39.26
%34.38

CMYK color model

#87C9B0 color CMYK value is (33,0,12,21).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%

CMYK: (33,0,12,21)
C33M0Y12K21 (33%, 0%, 12%, 21%)
(0.33 / 0.00 / 0.12 / 0.21)

CMYK percentages

%32.84
%0
%12.44
%21.18

Codes

Color #87C9B0 in popluar color models

87 C9 B0
RGB 135 201 176
HSL 157° 37.93% 65.88%
HSB/HSV 157° 32.84% 78.82%
CMYK 32.84% 0.00% 12.44%
21.18%

Color #87C9B0 in popluar number systems.

HEX 87 C9 B0
Decimal 135 201 176
Binary 10000111 11001001 10110000
Octal 207 311 260

Shades and tints

Shades of #87C9B0

#87C9B0
(135,201,176)
#7BB7A0
(123,183,160)
#6FA590
(111,165,144)
#639380
(99,147,128)
#578170
(87,129,112)
#4B6F60
(75,111,96)
#3F5D50
(63,93,80)
#334B40
(51,75,64)
#273930
(39,57,48)
#1B2720
(27,39,32)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #87C9B0

#87C9B0
(135,201,176)
#91CDB7
(145,205,183)
#9BD1BE
(155,209,190)
#A5D5C5
(165,213,197)
#AFD9CC
(175,217,204)
#B9DDD3
(185,221,211)
#C3E1DA
(195,225,218)
#CDE5E1
(205,229,225)
#D7E9E8
(215,233,232)
#E1EDEF
(225,237,239)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C9B0; }

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

This text font color is #87C9B0.

Background Color

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

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

This div background color is #87C9B0.

Border color

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

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

This div border color is #87C9B0.

Opacity

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

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

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

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

This text has shadow with #87C9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C9B0.

Preview

Color preview on black background

This text has color #87C9B0 on black background.


Color preview on white background

This text has color #87C9B0 on white background.


Black color preview on #87C9B0 background

This text has black color on #87C9B0 background.


White color preview on #87C9B0 background

This text has white color on #87C9B0 background.


Related colors

Complementary color

Complementary color for #hex is #78364F.


I love getcolorcode.com

Triadic colors

1 #B087C9 and #C9B087 with #87C9B0 are triadic colors.

2 #B0C987 and #C987B0 with #87C9B0 are triadic colors.