COLOR #87B09F

HEX: #87B09F RGB: (135,176,159)

Color info

#87B09F contains red, green and blue colors in about the same proportion. Web safe color of #87B09F is #999999 (or #999).

RGB color model

#87B09F color RGB value is (135,176,159).

RGB: (135,176,159) (53%, 69%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 159 of 255 = 62%

135
176
159

R + G + B ~ 61%. #87B09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 176 + 159 = 470 (100%)
R 135 of 470 ~ 28.72%
G 176 of 470 ~ 37.45%
B 159 of 470 ~ 33.83'%

%28.72
%37.45
%33.83

CMYK color model

#87B09F color CMYK value is (23,0,10,31).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%

CMYK: (23,0,10,31)
C23M0Y10K31 (23%, 0%, 10%, 31%)
(0.23 / 0.00 / 0.10 / 0.31)

CMYK percentages

%23.3
%0
%9.66
%30.98

Codes

Color #87B09F in popluar color models

87 B0 9F
RGB 135 176 159
HSL 155° 20.60% 60.98%
HSB/HSV 155° 23.30% 69.02%
CMYK 23.30% 0.00% 9.66%
30.98%

Color #87B09F in popluar number systems.

HEX 87 B0 9F
Decimal 135 176 159
Binary 10000111 10110000 10011111
Octal 207 260 237

Shades and tints

Shades of #87B09F

#87B09F
(135,176,159)
#7BA091
(123,160,145)
#6F9083
(111,144,131)
#638075
(99,128,117)
#577067
(87,112,103)
#4B6059
(75,96,89)
#3F504B
(63,80,75)
#33403D
(51,64,61)
#27302F
(39,48,47)
#1B2021
(27,32,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #87B09F

#87B09F
(135,176,159)
#91B7A7
(145,183,167)
#9BBEAF
(155,190,175)
#A5C5B7
(165,197,183)
#AFCCBF
(175,204,191)
#B9D3C7
(185,211,199)
#C3DACF
(195,218,207)
#CDE1D7
(205,225,215)
#D7E8DF
(215,232,223)
#E1EFE7
(225,239,231)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B09F; }

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

This text font color is #87B09F.

Background Color

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

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

This div background color is #87B09F.

Border color

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

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

This div border color is #87B09F.

Opacity

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

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

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

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

This text has shadow with #87B09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B09F.

Preview

Color preview on black background

This text has color #87B09F on black background.


Color preview on white background

This text has color #87B09F on white background.


Black color preview on #87B09F background

This text has black color on #87B09F background.


White color preview on #87B09F background

This text has white color on #87B09F background.


Related colors

Complementary color

Complementary color for #hex is #784F60.


I love getcolorcode.com

Triadic colors

1 #9F87B0 and #B09F87 with #87B09F are triadic colors.

2 #9FB087 and #B0879F with #87B09F are triadic colors.